Balance
$ {{fmt(summary.initial_budget||100000)}}
{{config.exchange||'tokocrypto'}}
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
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...