How can you use the condition block to check distance pips have moved in a current trade
-
https://fxdreema.com/shared/Zmdyrelod For example block 4&8 in this EA.
-
@od If there is just one open trade you can use a simple variable:

-
@l-andorrà Hi. Can you compare the value of the variable like this?

-
@od No . You are comparing a price level (for example 1.2326) with a distance in pips (30). You need to compare equivalent elements, like two prices ro two pips distances.