Try this:
int start() { int test; for(int i=0;i<10;i++) { test=GlobalVariableSet("xxx",i); Print("xxx - ",GlobalVariableGet("xxx")); } }

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
Hey everybody,
i have a problem, that my datetime test = globalvariableSet("xxx", 2)
test is allways 0, which means my globalvariable was not set.
can you tell me how and why?
thanks