Quote from vayu:
Suppose you developed an ATS. What backtesting results do you consider as appropriate to start the real money trading?
What are your criteria to start trading with a new system?
Thanks.
Several aspects - but first, your backtesting itself:
- it *MUST* include commissions
- it *MUST* provide realistic fills (for stocks nowadays this is next to impossible, for futures you still have a chance if you can guarantee your backtesting engine only provide fills once price trade *through* the Limit)
- it *MUST* provide realistic slippage (on liquid futures, 1-tick for stops & 2-ticks for Market orders should be fair)
- it *MUST* use quality historical data
I used to say backtest over at least 3 years & 300 trades (per market), but it turns out to be a pretty optimistic picture ... I am more on a 5 years & 1000 trades today.
Unless your system trades only Long or Short, it should use the same parameter values for Long & Short, and provide roughly the same amount of trades / win% / P/F / avg/trade ... for both. Of course, this is an idealized view, and it wouldn't be uncommon to have 30 to 50% difference between Longs & Shorts.
(of course, at some point you'll have enough experience to know when & why shorts should be treated differently from longs)
Now, for the backtesting results:
- backtesting results are just that, backtesting results. If the system doesn't perform well in backtest, of course it won't perform well in live trading. But even if the system backtests well, there is no guarantee - ever - it will perform to any similar level of performance in live trading.
- assume that your net result & average per trade are cut in half. Assume further that the max drawdown gets multiplied by 2. If you can't see yourself still trading that system at 90% of that drawdown, then you and your system are not ready for live trading.
Reality check:
- do you understand why your system has an edge?
- do you know how to monitor the underlying conditions for that edge?
If you cannot say "yes" without a doubt to both questions, you probably won't have the psychological strength to trade that system even at 50% of its backtesting drawdown (which would be only 25% of what you need to be prepared - financially & psychologically - to go with that system)
Keep us posted...