Balance
$ {{fmt(summary.balance||100000)}}
{{config.exchange||'Finex'}}
Unrealized P&L
{{(summary.unrealized_pnl||0)>=0?'+':''}}$ {{fmt(Math.abs(summary.unrealized_pnl||0))}}
Trades Today
{{summary.trades_today||0}}
Win Rate
{{perf.win_rate}}%
{{perf.total_trades}} trades (30d)
Expectancy
{{perf.expectancy>=0?'+':''}}{{perf.expectancy}}%
Profit Factor
{{perf.profit_factor}}
Real-Time Price (USD) โ 5 Pairs
Live Market Watch
| Pair | Bid | Ask | Spread | Signal | RSI | Change |
|---|---|---|---|---|---|---|
| {{m.symbol}} | {{m.bid||'โ'}} | {{m.ask||'โ'}} | {{m.spread||'โ'}} | {{m.signal||'HOLD'}} | {{m.rsi||'โ'}} | {{m.change>=0?'+':''}}{{m.change}}% |
Waiting for market data from MT5...
Recent Signals
| Time | Symbol | Signal | Price |
|---|---|---|---|
| {{timeShort(t.timestamp)}} | {{t.symbol}} | {{t.side||'HOLD'}} | {{t.price_executed?fmt(t.price_executed):'-'}} |
Waiting for signals...
System Status
Trade History
| Time | Symbol | Side | Entry | PnL | Status |
|---|---|---|---|---|---|
| {{timeShort(t.timestamp)}} | {{t.symbol}} | {{t.side}} | {{t.price_executed?fmt(t.price_executed):'-'}} | {{t.profit_loss?((t.profit_loss>=0?'+':'')+'$ '+fmt(Math.abs(t.profit_loss))):'-'}} | {{t.status||'OPEN'}} |
No trades executed yet
Total (30d)
{{perf.total_trades}}
Win Rate
{{perf.win_rate}}%
Avg Win
+{{perf.avg_win_pct}}%
Avg Loss
-{{perf.avg_loss_pct}}%
Profit Factor
{{perf.profit_factor}}
Expectancy
{{perf.expectancy>=0?'+':''}}{{perf.expectancy}}%
Win/Loss & Profit Metrics
Active Positions & Trailing SL
| Symbol | Side | Entry | SL | High | Trail | PnL |
|---|---|---|---|---|---|---|
| {{p.symbol}} | {{p.side}} | $ {{fmt(p.entry_price)}} | $ {{fmt(p.current_sl)}} | $ {{fmt(p.highest_price)}} | ACTIVE WAIT | {{(p.unrealized_pnl_pct||0)>=0?'+':''}}{{parseFloat(p.unrealized_pnl_pct||0).toFixed(2)}}% |
No active positions โ waiting for trade entry...
Live Market Scan โ 5-Minute Cycles
| Time | Symbol | Signal | Conf | Sentiment | Confluence | Regime | Strategy | RSI | Price |
|---|---|---|---|---|---|---|---|---|---|
| {{timeShort(a.timestamp)}} | {{a.symbol}} | {{a.signal}} | {{a.conf}} | {{a.sent}} | {{a.confl}} | {{a.regime}} | {{a.strat}} | {{a.rsi}} | $ {{a.price}} |
Waiting for next market scan...
DeepSeek AI Sentiment Analysis
| Time | Symbol | Score | Analysis |
|---|---|---|---|
| {{timeShort(s.created_at)}} | {{s.symbol}} | {{parseFloat(s.sentiment_score).toFixed(2)}} | {{s.reasoning||'-'}} |
No sentiment data yet...
Update Configuration
Edit Profile
{{profileForm.full_name||profileForm.username}}
{{profileForm.email||'No email'}}
{{profileForm.role}}
Change Password
Branding Settings
Preview
{{brForm.tagline||'Tagline here'}}
{{brForm.footer_text||'ยฉ Footer'}}
System Logs (Real-time)
| Time | Level | Module | Message |
|---|---|---|---|
| {{timeShort(l.timestamp)}} | {{l.log_level}} | {{l.module}} | {{l.message}} |
No logs yet...
Win Rate
{{(risk.win_rate*100).toFixed(0)}}%
{{risk.wins}}W / {{risk.losses}}L
Daily P&L
{{risk.daily_pnl>=0?'+':''}}${{Math.abs(risk.daily_pnl||0).toFixed(2)}}
Trades Today
{{risk.trades_today}}
Consecutive Losses
{{risk.consecutive_losses||0}}
โ Recovery Mode Active
Safety Parameters
Max Daily Loss: {{summary.max_daily_loss_pct||5}}%
Max Drawdown: {{summary.max_drawdown_pct||10}}%
Max Consec. Loss: {{summary.max_consecutive_losses||3}}
Max Spread: {{summary.max_spread_pips||2}} pips
Leverage: 1:{{summary.leverage||500}}
Analysis Interval: {{summary.analysis_interval||5}} min
Session
{{marketCtx.session.active_sessions.join(' + ')||'Off-hours'}}
{{marketCtx.session.quality}} โ {{marketCtx.session.is_trading_time?'Trading OK':'No Trading'}}
Telegram
{{summary.telegram_configured?'โ
Connected':'โ Not Set'}}
Backtest
{{backtest.has_data?'๐ Available':'โ'}}
{{backtest.message||''}}
Latest Technical Analysis
| Symbol | TF | RSI | MACD | SMA 20/50 | Signal |
|---|---|---|---|---|---|
| {{ta.symbol}} | {{ta.timeframe}} | {{ta.rsi_14||'โ'}} | {{ta.macd?(ta.macd>0?'+':'')+Number(ta.macd).toFixed(6):'โ'}} | {{ta.sma_20?(Number(ta.sma_20).toFixed(5)):'โ'}} / {{ta.sma_50?(Number(ta.sma_50).toFixed(5)):'โ'}} | {{ta.signal_type}} |
No TA data yet. Bot must be running on Windows.
Latest AI Sentiment
| Symbol | Score | Headline | Time |
|---|---|---|---|
| {{s.symbol}} | {{s.sentiment_score>=0?'+':''}}{{s.sentiment_score}} | {{s.headline}} | {{timeShort(s.created_at)}} |
No sentiment data. DeepSeek AI may be inactive.