
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
Every newcomer sees himself as a future pro and super-professional.
the idea of a new branch, it seems to me, has not justified itself
A beginner is a beginner in Africa.
And here: everyone who asks a question is a self-definition pro, everyone who answers is a super pro, and everyone who is a foo-foo (like me) is a flooder.
A beginner is a beginner, after all.
And here: everyone who asks a question is a self-definition pro, everyone who answers is a super, and everyone who is a fluffer (like me) is a fluffer.
Would it be better to answer my question? Has anyone managed the terminal from a remote process?
Why do the two scripts work differently when loaded from a remote process?
The first works fine and the second hangs up the terminal.What do you mean, hangs up?
every newcomer sees himself as a future pro and super pro.
the idea of a new branch, it seems to me, did not justify itself
It hangs. MT4 interface doesn't react to anything and doesn't update. Process stops.
Deadlock according to symptoms. Apparently when starting from a remote process, the terminal does not have time to execute some procedure. Maybe the script is running from the wrong thread.
Alternatively instead of slip run a tick event -- i.e. do an asynchronous script emulation, should help.
Objective: To uniquely identify an instance of a class by its unique ID, preferably of long type. The unique ID should be formed considering uniqueness of values of variables included in the class.
Example:
GetID results will only match if all parameter values are absolutely equal.
GetID should transparently work with any number of parameters and their types. It would also be great (though unlikely) if its implementation were at base class level.
Problem: you need to uniquely identify an instance of a class by its unique ID, preferably of long type. The unique ID should be formed considering uniqueness of values of variables included in the class.
Example:
GetID results will only match if all parameter values are absolutely equal.Is GetID dynamic?
more precisely, who creates the class ID?