Signal -> wait for another -> open trade ?
-
So I am trying to make this: A signal by moving average occurs -> after the signal the ex will wait until another MA turns down and then it opens a trade.
So, how can I make it wait for the MA turn down?
-
With some variable for example. There are special blocks in group Flags that are to be used in this way - to store some value in one block and then check it in another. Or this Variables thinng on the right just above the Actions History panel. But these methods use temporary variables and if you restart the EA that information will be gone. If this is not a problem for you - use it. Otherwise for persistent memory, hmm, maybe I will start to recommend these Global Variables more: http://fxdreema.com/documentation/proje ... metatrader
-
You're awesome, thanks!
-
I am interested in this topic. Could you please repost the link for the Global Variables explanation?
Thanks.
-
Terminal Variables - https://fxdreema.com/help/-/working%20w ... 0variables
Regular global variables in the EA - https://fxdreema.com/help/-/working%20w ... 0variables