Built with Python, Streamlit, Plotly, Pandas, NumPy, Statsmodels, Binance API
DataBridge Quant is a production-style quantitative analytics dashboard designed for cryptocurrency market monitoring, statistical arbitrage research, and portfolio risk analysis.
The platform provides real-time market intelligence, pair-trading opportunities, strategy backtesting, and advanced risk metrics through an elegant interactive dashboard.
It was built to simulate how modern hedge funds, fintech teams, and trading desks monitor markets and evaluate systematic strategies.
- BTC / ETH live or demo market feed
- Historical trend visualization
- Real-time pricing overview
- BTC/ETH spread monitoring
- Z-score mean reversion signals
- Correlation analysis
- Trading opportunity detection
- Annualized volatility
- 95% Daily Value at Risk (VaR)
- Maximum Drawdown
- Sharpe Ratio
- Mean reversion strategy engine
- Equity curve visualization
- Final return tracking
- Signal change count
- Volatility alerts
- Drawdown warnings
- Pair trading signal notifications
- Risk threshold monitoring
- Upload your own CSV datasets
- Analyze custom BTC/ETH data instantly
Add screenshot here
assets/dashboard-home.pngAdd screenshot here
assets/risk-dashboard.pngAdd screenshot here
assets/pair-analysis.png| Category | Tools |
|---|---|
| Frontend | Streamlit |
| Visualization | Plotly |
| Backend Logic | Python |
| Data Processing | Pandas, NumPy |
| Quant Models | Statsmodels, SciPy |
| Market Data | Binance Public API |
| Deployment | Streamlit Community Cloud |
Measures how far current spread deviates from historical mean.
Used for pair trading signal generation.
Measures risk-adjusted return.
Largest decline from equity peak.
Estimated worst expected loss over a confidence level.
DataBridge-Quant/
│── app.py
│── requirements.txt
│── README.md
│── .gitignore
│── data/
│ └── sample_crypto_data.csv
│── modules/
│ ├── __init__.py
│ ├── data_loader.py
│ ├── analytics.py
│ ├── risk.py
│ ├── backtesting.py
│ ├── alerts.py
│ ├── visualization.py
│ └── ui.py
│── .streamlit/
│ └── config.tomlgit clone https://github.com/YOUR_USERNAME/DataBridge-Quant.git
cd DataBridge-Quantpip install -r requirements.txtstreamlit run app.pyHosted free on Streamlit Community Cloud.
https://your-streamlit-link.streamlit.appView production-ready Python dashboard skills.
Showcase understanding of:
- Volatility
- Risk
- Drawdowns
- Strategy testing
- Statistical arbitrage
Demonstrates:
- Dashboarding
- Data storytelling
- KPI design
- Real-time data systems
Most student dashboards stop at charts.
DataBridge Quant goes further:
✅ Live API integration ✅ Finance domain knowledge ✅ Real quant metrics ✅ Strategy simulation ✅ Clean architecture ✅ Production deployment ✅ Strong UI/UX execution
- Multi-asset portfolio optimizer
- LSTM price forecasting
- Options Greeks dashboard
- Real-time Telegram alerts
- TradingView integration
- AI-generated market commentary
- Multi-exchange data engine
Siyona B AI / Data / Quant Analytics Engineer
Please star the repository and share feedback.