QuantVAT is an ecosystem built for data-driven traders. It tracks volumetric activity, performing cross-market analysis by fusing Spot and Futures data. In addition, it features the Deep Diver Engine for spot analysis and a semi-automated Trading Journal with blunt AI auditing.
| Feature | Description |
|---|---|
| Cross-Market Fusion | Combines Spot market trends with Futures data to get overall picture |
| VTMR Logic Engine | Custom Volume-to-MarketCap Ratio metric to identify divergence between trading activity and valuation |
| OISS & Funding Analysis | Open Interest Signal Score + funding rate analytics |
| Deep Diver Engine | Dedicated spot token browser with quantitative volumetric analysis (VTPC, VTMR, velocity metrics) |
| AI-Powered Trading Journal | Semi-automated journal with blunt AI auditing to detect patterns in execution and psychology |
| Automated Reporting | Generate professional, data-driven reports directly in your browser |
| PWA Support | Install as a native app for instant access (iOS/Android/Desktop) |
- Launch the Live App
- Create an account and log in
- Enter your Coingecko API Demo key in the Setup Wizard
- Configure VTMR via CoinAlyze:
- Visit CoinAlyze.net and sign up
- Navigate to Custom Metrics → Create Custom Metrics
- Enter VTMR in Name and Short Name fields
- Paste this expression in the Expression field:
((vol_1d[0] / mc_1d[0]) * 10) / 10 * (vol_1d[0] / mc_1d[0] >= 0.5) - Save & Close
- Go to Columns → Deselect all
- Select only:
- Market Capitalization
- Volume 24H
- Open Interest Change % 24H
- Predicted Funding Rate Average, OI Weighted
- VTMR
- Click Apply
- Sort the data by VTMR (highest first)
- Copy the full URL
- Paste it in the VTMR box inside QuantVAT's Setup Wizard
- Proceed to Dashboard
- Spot Scan — Tap the button to generate spot market data
- Get Futures — Export PDF from CoinAlyze → Upload to QuantVAT → Complete your cross-market analysis
QuantVAT is for research and educational purposes only. It does not provide:
- Financial advice
- Trading signals
- Investment recommendations.
We welcome contributions! This project is MIT Licensed — free to use, modify, and build upon.
| Contribution Type | How to Help |
|---|---|
| 🐛 Issues | Report bugs or suggest new data metrics |
| 🔧 Pull Requests | Add new analysis logic or UI improvements |
| 💬 Feedback | All suggestions welcome |
| Version | Date | Changes |
|---|---|---|
| v4.6 | Aug 4, 2026 | Enhanced futures PDF parser, cross‑platform data extraction, code restructure |
| v4.5 | Feb 12, 2026 | Major UI/UX fix, AI Trading Journal, Deep Diver Engine, PWA support |
| v4.1 | Jan 11, 2026 | Improved Spot Volume Tracker with mandatory CoinGecko Demo API config |
| v4.0 | Dec 25, 2025 | Cloud Edition (Hugging Face) with Firebase integration, major overhaul |
| v3.0 | — | Local Web-UI added |
| v2.0 | Dec 2, 2025 | Integrated OISS and explainer |
| v1.0 | Nov 30, 2025 | Initial full version |
MIT License — See LICENSE for details.