Modifying Variables
-
https://fxdreema.com/shared/ZhaMGh3Sc
In this example, would the price variables be reset to current market values before the no trade block resets? Would I need some kind of delay for the EA to change the value of the variable, like in the example on the right?
Thank you
-
@iagnew What do you exactly want? Depending on the logic you need maybe wome block should be moved to the 'on timer' tab.
-
@iagnew In your right tree what are you delaying from? This tree will never activate because the left tree will always be active before the right, if the right is supposed to activate after the left make each block for each tree have a different group number, above the delay of the right put a if trade block containing the group of the left tree.