Candle crosses EMA to closed
-
Please help, i want to store/save the money value if a trade closes by "candle (1) crossing EMA. So the money value will be use as TP on the next open trade.
How can i be saving the money value in variable.
https://fxdreema.com/shared/XYaNPyOyc

-
You can use global variables to temporarily store data between MetaTrader terminals. However, these variables can be deleted when the program is restarted or the terminal is closed.
-
Terminal variables are stored on your computer, so switching or restarting shouldn't delete the value. In fact, the normal point is to make variables safer in case of a crash/restart
-
@jstap Please add the setup here for me https://fxdreema.com/shared/XYaNPyOyc please
-
Would be something like this: https://fxdreema.com/shared/2T9kwOnS