Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Reducing draw downs in Long-Short Strategy

Would appreciate any ideas about how to reduce draw downs in a long short strategy. Clearly stop losses aren't the best idea in todays world. Quantopian doesn't have options data so that is out. Any ideas or things people use that have worked for them and wouldn't mind sharing would be greatly appreciated.

My Regards,
Colin

4 responses

i looked at my signals during periods of drawdown and tried to isolate a pattern in them that wasn't present in periods of gains, and had the strategy take a cash position when those sets of signals matched the drawdown pattern.

if you have only one signal then that probably won't work. get more signals if needed

Right that definitely seems like a worthy thing for me to do. But it seems like i could also just use options as a hedge on both sides to limit draw downs although it would reduce overall profit. Thanks for sharing James

volatility targeting... for example, leverage = vol_target / realized_vol

In a perfect world where could test whatever i wanted would buying puts at some predetermined level be the best/cost effective way to hedge out my risk. I know that is somewhat vague since i haven't posted model.