RSI EA
-
My problem: i want the es to get triggered when the rsi crosses 70 but dont sell directly,, instead wait for the rsi to reverse to 69 then open the order , how is it possible?
What I tried:i tried linking 2 conditions , rsi>70 linked it to rsi==69 and sell , it didnt work
-
simple. just put rsi x< 69
-
@youngtreptrader no bro i want to sell when it reverses from >70 ,and when it reach 69 , open sell
-
@nidalzd You need to use variables. When prices crossed >70 a boolen variable is moved from false to true. Then a different tree structure uses a condition block on top as that variable to be true above the next condition block asking for RSI crossing down 69.
-
@nidalzd bro the only way it will pass is if a candle is crossing dow from abouve 70 . use candle Id 1 in the rsi. i do thiss all the time
-
@l-andorrà Bro is ther a way to determine if a range of candle IDs have crossed rsi? like can i put a candle id inpuy in the rsi condition block and use commas to separate them?
-
@youngtreptrader You can do that by creating a loop. There is no block doing it automatically, if that is what you are asking.
-
how can i create loop please?
-
-
@youngtreptrader That is not a trivial loop to do. They are not my field of expertise, honestñy. Maybe jstap can shed some light here?

-
GUYS I NEED A HELP I DONT SEE ADJUSTMENT OF LEVELS IN BOX 0 - 70 -
Guys any one please help me how to create this Indicator ???




-
@FocForextz You need to do this:

-
Oh thanks
-
You're welcome.