RSI as a trigger only
-
Hi there .....I would like to know how the following would look like please as all my entries will be built around this
The first condition would be that the RSI value must have gone "oversold" under 30 .....this triggers the ea to look for long positions .........the EA then enters long when the price closes above the 8ema ......so the RSI is just a trigger and does not have to stay under the value of 30
thanks !! -
@pikkieb create 2 trees program, first, check if rsi < 30,if yes set flag on true. Second check if flag is true, if yes check if close > 8ema →buy now and set flag on false.