Thank You

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
But there is a new problem (regression ??).
In the program test below, I create a global variable and assign "0".
Then I call GlobalVariableSetOnCondition() on this new variable with the third parameter <<check_value>> not equals to "0".
In this case, GlobalVariableSetOnCondition() should return "false" and no error is expected.
The problem : "false" is returned as expected but an ERR_GLOBAL_VARIABLE_NOT_FOUND (4058) is generated too !?!
I sent a request about this problem in the Bugtracking section.