Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to avoid huge drawdown?

It's a ten-year backtest performance of the strategy, which is a daily momentum strategy on ETFs.

I suffer some huge drawdowns in the strategy. Should I change the logic, or add some modifications to the current code?

4 responses

i think that this is a strategy that does not work. and i think that tweaking it will probably not give good out of sample results. i personally would probably try a different approach.

The best ways to avoid huge drawdowns are:

Structure the list of symbols that will hedge portfolio naturally.
Remove stop loss orders - they will never prevent losses, just will take them.
Lower leverage especially in short positions during bull market .

i deleted ML logic and got pretty much the same results--i think the ML black magic is probably generating noise.