{{ activeTrainResult?.buy_precision >= 0.55 ? '✓' : '✗' }}
BUY precision ≥ 55% (got {{ activeTrainResult ? pct(activeTrainResult.buy_precision)+'%' : '—' }})
{{ activeTrainResult?.sell_precision >= 0.55 ? '✓' : '✗' }}
SELL precision ≥ 55% (got {{ activeTrainResult ? pct(activeTrainResult.sell_precision)+'%' : '—' }})
{{ backtestResult.sharpe_ratio >= 0.8 ? '✓' : '✗' }}
Sharpe ratio ≥ 0.8 (got {{ backtestResult.sharpe_ratio }})
{{ backtestResult.max_drawdown_pct <= 20 ? '✓' : '✗' }}
Max drawdown ≤ 20% (got {{ backtestResult.max_drawdown_pct }}%)
{{ backtestResult.win_rate_pct >= 50 ? '✓' : '✗' }}
Win rate ≥ 50% (got {{ backtestResult.win_rate_pct }}%)
☐ Paper trade 60 days before using real capital