================================================================================ V9 TRADE ANALYSIS ================================================================================ ================================================================================ BASELINE COMPARISON ================================================================================ Loading data and running simulations... Running baseline config... Trades: 581 PnL: $-1852.60 WR: 0.6% Running best sweep config... Trades: 581 PnL: $-1835.05 WR: 0.6% Improvement: $17.55 (-0.9%) Traceback (most recent call last): File "scripts/trade_analysis.py", line 218, in main() File "scripts/trade_analysis.py", line 204, in main analyze_trades(trades) File "scripts/trade_analysis.py", line 30, in analyze_trades winners = [t for t in trades if t.pnl > 0] File "scripts/trade_analysis.py", line 30, in winners = [t for t in trades if t.pnl > 0] AttributeError: 'SimulatedTrade' object has no attribute 'pnl'