TRADES
${totalTrades}
HFT Strategy Performance Report
Strategy: ${simulation.config.strategy} | Date: ${new Date().toLocaleDateString()}
NET P/L
$${pnl.toFixed(2)}
WIN RATE
${winRate.toFixed(1)}%
TOTAL TRADES
${totalTrades}
AVG P/L PER TRADE
$${(pnl / totalTrades || 0).toFixed(2)}
Trade Log
| Timestamp | Type | Shares | Price | P/L |
|---|
