RSI 50 CROSS
-
Hi everyone. Iam am new here and am struggling with this simple project. I want the EA to open a trade once RSI crosses level 50 either up or down then closes the position on opposite signal and immediately opens another one. Here is the link to the project.
https://fxdreema.com/shared/cQ4kUACseThanks
-
Hi everyone. Iam am new here and am struggling with this simple project. I want the EA to open a trade once RSI crosses level 50 either up or down then closes the position on opposite signal and immediately opens another one. Here is the link to the project.
https://fxdreema.com/shared/cQ4kUACseThanks
-
Your logic is correct. What is the problem?
-
@fortune-na
You start with no position., no TP no SL. That means when a trade open, either buy or sell, there won't be any more trade then. Try removing "no position".BTW, better set a SL.
-
@l-andorrà
Hi Andora. The bot is neither closing the opened trade nor immediately opens another trade when the RSI crosses the 50 level to the opposite direction (signal) -
-
@fortune-na split the "no position" block, one for no buy and one for no sell. Also put candle ID1 inside the RSI condition blocks