check dastance
-
Hi, I want to measure my condition whenever price n pips moves away from 200 EMA and then enter position.
I set the check distance block like this but it didn't work

-
Just use the adjust field in a condition block, something like candle 0 close x> 200 ma (adjusted to -10 pips)
-
@ennoch You should select the 'as price fraction' option instead of the 'this value, as is' you selected.