When RSI Cross 45 level buy / When RSI Cross 55 Level Sell
-
Hello ,
can you make this anyone.Buy Reset Level 40
Buy level 45Sell Reset Level 60
Sell Level 55like this when when touch levels then trade

thanks

-
I can help you build it, make a start, add a shared link and say what's not working.
-
-
Say more of what you mean, that will buy if RSI crossed above 45
-
@sanamjan Did you check if that custom indicator repaints? Because if it does, the EA is doomed.
-
I think I have worked out what you mean, describe more of what you are trying to achieve. if x> 45, do not allow it again until the value drops below 40? If so you will need to use bool variables, x>45 set bool true - >40 set bool false, then if bool if false x> can happen, but if false x> can't happen