Hello,
I have been developing and backtesting/optimizing intraday trending (open bell to exit at close) strategies using static profit target and stop losses.
Evaluating the performance back tested strategies, I notice not so good results using static profit target and stop losses. I think strategies have a challenging time determine 1 stop loss and 1 profit target for +1000 back tested trades. It doesn't seem idea. Therefore, I would like to experiment (or add to my exit methods) with dynamic or adaptive stop losses (even profit target) so the strategy can try and adapt with market changes. So I would like to use ATR (or average true range)
Regarding IntraDay strategies (just your thoughts or opinions):
1. How many previous days do you recommend using to measure ATR and calculate stop loss? I was thinking of using 1 day ATR to calculate. For example, if using 1 hr time frame, I would calculate daily ATR with just ATR(24) then multiply by a certain percentage (maybe 20%) to calculate stop loss amount for the day. I guess I could optimize ATR(X) to something favorable.
2. What is your recommendation for setting profit target (or trailing stop) using a ATR methods? I was going to test 2 times whatever stop loss range to get favorable reward vs risk.
Appreciate thoughts in advance or any other comments regarding dynamic stop loss.
Thanks,
I have been developing and backtesting/optimizing intraday trending (open bell to exit at close) strategies using static profit target and stop losses.
Evaluating the performance back tested strategies, I notice not so good results using static profit target and stop losses. I think strategies have a challenging time determine 1 stop loss and 1 profit target for +1000 back tested trades. It doesn't seem idea. Therefore, I would like to experiment (or add to my exit methods) with dynamic or adaptive stop losses (even profit target) so the strategy can try and adapt with market changes. So I would like to use ATR (or average true range)
Regarding IntraDay strategies (just your thoughts or opinions):
1. How many previous days do you recommend using to measure ATR and calculate stop loss? I was thinking of using 1 day ATR to calculate. For example, if using 1 hr time frame, I would calculate daily ATR with just ATR(24) then multiply by a certain percentage (maybe 20%) to calculate stop loss amount for the day. I guess I could optimize ATR(X) to something favorable.
2. What is your recommendation for setting profit target (or trailing stop) using a ATR methods? I was going to test 2 times whatever stop loss range to get favorable reward vs risk.
Appreciate thoughts in advance or any other comments regarding dynamic stop loss.
Thanks,
Last edited:
