{{ currentMenuName }}
{{ new Date().toLocaleDateString('en-US', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }) }}
Net P&L
${{ totalPnl.toFixed(2) }}
Win Rate
{{ winRate }}%
Total Trades
{{ trades.length }}
Avg Win
${{ avgWin.toFixed(2) }}
Avg Loss
${{ avgLoss.toFixed(2) }}
Max Drawdown
${{ maxDrawdown.toFixed(2) }}
Cumulative P&L
Win/Loss Ratio
P&L by Hour
P&L by Symbol
{{ currentMonthName }}
SUN
MON
TUE
WED
THU
FRI
SAT
{{ day.date.getDate() }}
{{ day.pnl >= 0 ? '+' : '' }}${{ day.pnl.toFixed(2) }}
{{ day.trades }} trades
| Open Time | Symbol | Type | Volume | Open Price | Close Price | Profit |
|---|---|---|---|---|---|---|
| {{ trade.openTime }} | {{ trade.symbol }} | {{ trade.type }} | {{ trade.volume }} | {{ trade.openPrice }} | {{ trade.closePrice }} | {{ trade.profit >= 0 ? '+' : '' }}${{ trade.profit.toFixed(2) }} |
|
📭
No trades found. Click "Import MT5" to upload your report.
|
||||||
Import MT5/MT4 Report
Upload your MT5 Report directly. Supported formats: .html or .xml (Excel 2007).
⬆️
Click to select or drag & drop your report here
Reading file data...
{{ importStatus }}