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
Here is a short Expert that creates a Dialog with a Button and an Edit box.
The Text in the Button is set to 123 and the edit box is set to 789.
I'm trying to maintain these values using GlobalVariableSet and Get functions.
After loading the Expert and changing timeframes, under the TOOLS option on the menu bar, the global values show 123 and 789, perfect.
However if I close the Dialog box by clicking on the "X", the global value for the button shows 123 but the edit box value now shows 0.
The button contents are maintained but the edit box contents are lost.
Looks like I need some help. Thanks.