Store current variables on deinit or Closing MT4 or etc.
-
Guys,
I am working with many variables so I just wonder if there is method to store variables at any point of time after letting the EA operating for hours (then the EA will have many variables recorded at the time) like:
- At will
- EA deinitialization
- Closing MT4
To be able to use those variables when you open MT4 again or at will (like EA input window)
Please kindly advice.
-
This will show you how to achieve: https://fxdreema.com/forum/topic/20550/save-variables-constants-if-terminal-closes-crashes
-
Thank you @jstap !! that's a very useful