Hello,
For example, let’s take the RSI indicator and EURUSD. Suppose you buy at oversold and sell at overbought, and you are trading across all timeframes. How do you decide what Take Profit and Stop Loss levels to set?
On the 1-minute timeframe, the average gap in points/pips between overbought and oversold is around ~80 points, but on the 5-minute timeframe the average gap is about 300 points. The bigger the timeframe, the bigger the gap between overbought and oversold.
So, how do you decide the Take Profit and Stop Loss levels based on the indicator and timeframe? What should the TP and SL values be?
I am asking this because I created a simple EA to test different indicators like RSI, Bollinger Bands, Moving Averages, etc. It checks all timeframes and trades whenever there is a signal. The problem is the EA uses fixed Take Profit and Stop Loss values for all timeframes. For example, if I set 100 points for TP and 100 points for SL, it works well for a 1-minute oversold/overbought signal, but it is too small for signals on higher timeframes. How can I decide these values so they can be automated?
For example, let’s take the RSI indicator and EURUSD. Suppose you buy at oversold and sell at overbought, and you are trading across all timeframes. How do you decide what Take Profit and Stop Loss levels to set?
On the 1-minute timeframe, the average gap in points/pips between overbought and oversold is around ~80 points, but on the 5-minute timeframe the average gap is about 300 points. The bigger the timeframe, the bigger the gap between overbought and oversold.
So, how do you decide the Take Profit and Stop Loss levels based on the indicator and timeframe? What should the TP and SL values be?
I am asking this because I created a simple EA to test different indicators like RSI, Bollinger Bands, Moving Averages, etc. It checks all timeframes and trades whenever there is a signal. The problem is the EA uses fixed Take Profit and Stop Loss values for all timeframes. For example, if I set 100 points for TP and 100 points for SL, it works well for a 1-minute oversold/overbought signal, but it is too small for signals on higher timeframes. How can I decide these values so they can be automated?