mr_cassandra
Well-known member
- Messages
- 349
- Likes
- 36
Thanks for your input
Granted a backtest guarantees nothing, how much trading in real-time with the same algorythm before you would feel confident ?
Granted a backtest guarantees nothing, how much trading in real-time with the same algorythm before you would feel confident ?
How about max draw during an uncompleted trade?
Thats a very good question. If you include max drawdown during the trade, this will be to make sure you wont get below the margin required by your broker. If not included, it will indicate the risk profile of the algorithm it self.
IE if the system was generating X% annually I could tolerate an intratrade draw of y%
You are talking about anually - please note that you can not base your automated trading of algorithms trading a few times a week:
1) This timeframe is too short. The way prices are moving on the stock exchange are changing, an algorithm which worked last year may not work this year.
2) Its close to impossible to backtest such algorithm, since you need to backtest on 3-8 years of historical data, thus on historical data which may not work any more.
3) Before you trade for real, you have to trade simulated using live data feed, but on a paperaccount. Thus you have to test simulated during a year - which is not operational.
4) Take care of public algorithms, they are posted since they didnt work for the developer. Especially be alerted on bakctests using daily bars, trading a few times a week.