
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I would like to change an input variable value within the EA and show its changes value in the EA input mask.
If a define a variable like a
then I can change its value
myvar += 1;
but when I reopen the input mask I got the same 0 value.
Is that correct? I would like to show the changed value.