-
-
Notifications
You must be signed in to change notification settings - Fork 0
06 Local Dashboard & Monitoring
The FinRL-X Institutional Dashboard provides local, real-time observability over open positions, Council voting deliberations, account equity curves, and Commitment of Traders (COT) institutional sentiment.
It runs locally on your machine via an asynchronous FastAPI backend and a zero-dependency lightweight web interface.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ FASTAPI SERVER (PORT 8000) โ
โโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ Endpoint โ Payload Description โ
โโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ GET /api/account โ Equity, balance, margin, floating P&L โ
โ GET /api/positionsโ Active open orders, tickets, SL/TP levelsโ
โ GET /api/council โ Live 5-specialist voting consensus โ
โ GET /api/cot โ Institutional CFTC smart-money sentimentโ
โ WS /ws/stream โ Real-time tick and order-flow streaming โ
โโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
To start the dashboard locally alongside your trading engine:
# In a separate PowerShell terminal:
cd c:\Users\aitsi\Desktop\FinRL-X-MT5
.\.venv\Scripts\Activate.ps1
# Launch FastAPI server on port 8000
python -m src.dashboard.app --port 8000Once running, navigate to http://127.0.0.1:8000 in any web browser.
- Live Equity Tracking: Instant updates of balance, equity, margin level, and floating P&L directly from MetaTrader 5 IPC pipes.
- Daily Drawdown Gauge: A dynamic progress indicator showing distance to the 5.0% daily circuit breaker threshold.
- Displays real-time confidence scores and voting states for each of the 5 Specialists on the active M5 candle:
-
Expert 1 (SAC): Directional action confidence (
$[-1.0, +1.0]$ ). - Expert 2 (HMM): Active market regime (Bull, Bear, or Sideways).
- Expert 3 (TimesFM): Multi-horizon volatility corridor projection.
- Expert 4 (Analyst): Order-flow imbalance ratio & SHAP contribution.
- Expert 5 (Actuary): Sized lot volume and Bayesian stop distances.
-
Expert 1 (SAC): Directional action confidence (
- Inspects active orders placed by Magic Number (
20260908). - Displays ticket numbers, exact fill prices, broker slippage, and dynamic breakeven indicators (showing whether +1.0R has been achieved).
- Automatically aggregates weekly CFTC Commitments of Traders data for index futures (E-mini Nasdaq 100, S&P 500).
- Calculates the Commercial Hedger Index and Asset Manager Net Positioning to establish macro bias.
- Cause: MetaTrader 5 desktop client is closed or not logged into an active account.
- Resolution: Open the MT5 desktop client, log in, and verify the network connection status icon in the bottom right corner of the terminal shows green bars.
- Cause: A previous dashboard instance is running in the background.
-
Resolution: Launch on an alternative port:
Then access at
python -m src.dashboard.app --port 8080
http://127.0.0.1:8080.
FinRL-X Prime Quant Syndicate โข Institutional Multi-Agent Reinforcement Learning Architecture for MetaTrader 5
Official Platform โข Free Telegram Signals โข Discord Community โข GitHub Source Code
CFTC RULE 4.41 NOTICE: Hypothetical or simulated performance results have certain inherent limitations. Unsubstantiated claims of profitability are avoided. All models and code are distributed strictly for quantitative research, algorithmic backtesting, and automated risk governance under institutional prop firm rules.
Institutional AI for MT5
- Overview & Blueprint
- 01. The 5-Agent Council
- 02. 0.50% Risk Ceiling & Sizing
- 03. +1.0R Dynamic Breakeven
- ๐ Live Web Platform
- โก VIP Alpha Signals ($79/mo)
- ๐ก๏ธ Prop Passkeeper ($199/mo)
- ๐ฌ Free Telegram Channel
- ๐ฎ Discord Community
- ๐ฆ GitHub Repository
- ๐ MIT License