Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1579
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
Exactly :) Thank you very much! Could you please add a notification option to it? Thank you very much
Everything is deleted there, send me the owls, I will write it normally, there is no need to touch the history at all
in mt5?
in mt5?
Eu realmente espero que alguém definitivamente faça isso neste tópico, há alguns bons programadores aqui.
very tks :*
in mt5?
after any condition, write this, all objects will be deleted in the tester.
there is no such condition, there is only a condition if it is not opened manually. If you really need this action, you can specify migic as -1 (for all) or 0.
lynxntech #:
How to collect "Checksum" of parameters from for example such a series of parameters?
it is necessary for checking the same conditions in different terminals and passes in the tester.
and the upper true has "weight" more than the lower and subsequent ones for example
Form a string of parameters:
and calculate hash from it, for example, by this function:
Form a string from the parameters:
and calculate the hash from it, for example, with this function:
it's a lot of code, if it was possible, as in FastReport, to set properties in the function and it went through all variables and returned the result, it was the only correct solution (there you only need properties, you don't need to enumerate variables)
in my case, the solution gives almost 100% simple result, it is only for my perception, not for automation.
For automation, I don't see a normal solution to check all input variables, and does the robot need such a solution?