Paste your strategy's per-period returns. We run the same honest gauntlet that killed 5,374 strategies that looked great and weren't.
🔒 You never share your strategy — only the numbers.
Paste your strategy's per-period returns — how much it made each day/trade/period, as a percent or a fraction. We can't see or reconstruct your logic, code, or parameters. No account, no API keys, no broker access.
Where to get them: the per-period P&L / return column from your backtest, journal, or broker statement. Example: 0.012, -0.004, 0.008 … (30+ values). 1.2 or 0.012 both work.
❔ How do I get my returns? (step-by-step)
TradingView (Strategy Tester): open your strategy → List of Trades → export CSV → use the Profit % column. MetaTrader 4/5: Account History tab → right-click → Save as Report → use the Profit column (one number per trade). Python / backtest:print(returns.tolist()) → copy the numbers. Excel / Google Sheets: copy your daily/trade return column and paste it here. Broker statement: the per-trade or per-day profit column (in % or $). No returns yet? You need to run a backtest first — this tool checks results you already have.