How can I set up an EA to avoid trading during Sideway RSI 48-52?
-

As shown in the picture, EMA 10,25,50 have similar values and RSI is between 48-52. I don't want the EA to work issuing orders during this period. What are the guidelines for using orders? Disturbing those who know Please help me.
In the picture it is TF 4H -
@Poowanas-0 You can do it this way:

-
@l-andorrà
If connect the block with the conditions as you said, it will not conform to concept 48-52, for example.Assuming a value of 53, the upper block will pass, while the lower block will not pass.
Suppose the value is 47, the upper block does not pass, while the lower block passes.
-
Are there any other types of blog creation? That can avoid the Sideway graph period?
-
@Poowanas-0 said in How can I set up an EA to avoid trading during Sideway RSI 48-52?:
@l-andorrà
If connect the block with the conditions as you said, it will not conform to concept 48-52, for example.Assuming a value of 53, the upper block will pass, while the lower block will not pass.
Suppose the value is 47, the upper block does not pass, while the lower block passes.
you're right, the two blocks simply must not be connected together through the orange dot but through the yellow dot.
-
Remember to specify candle ID1 inside rsi condition block
-
@ambrogio Thank you, Mr. Ambrogio and Mr. l'andorrà. This matter is very important to me. Thank you for helping me develop an EA. This problem took me a long time to think about. The society here is really good. Better than many of my friends in real life Thank you guys very much.
-
@Poowanas-0 you're welcome!
-
@ambrogio Well seen. I didn't see that!

-
