Condition for CCI crossing above 100 or below -100 level
-
Can someone please help me with how to set the condition for CCI crossing above 100 (then buy) or below -100 (then sell) level

-
Try this. https://fxdreema.com/shared/1VyQvACBb
-
@l-andorrà Your two Condition blocks are connected one after another, which means that "Buy now" can be reached only when they are true at the same time. I think the author asks for having the first condition for Buy and the second one for Sell. I would also put "No trade" at the top, because otherwise multiple trades will be created
-
True. I didn't consider that option. Thank you for the clarification.
-
Thank you so much