Test Trading Strategies Quick Start This skill validates strategy performance on historical data before risking real capital. Testing is fast (20-60s), cheap ($0.001), and essential for safe trading. Load the tools first : Basic backtest : Returns performance metrics in 20-40 seconds: - Sharpe ratio: 1.4 (good risk-adjusted return) - Max drawdown: 12% (moderate risk) - Win rate: 52% (realistic) - Profit factor: 1.8 (profitable) When to use this skill : - After building new strategy (validate it works) - After improving strategy (confirm improvement) - Before deploying to live trading (ALWAYS)…