Discussion of article "The checks a trading robot must pass before publication in the Market" - page 7
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
Guys, what to do in a similar situation
Robot for FORTS market
Trading from densities in the stack, under a certain density put limit and further maintenance, but in the tester stack does not work, how in such a situation to pass the test for publication, I tried, I corrected the errors, but it can not pass the test + tries to test on the forex market, for which the robot is not designed at all because the robot works on the flipper prices of the stack, all calculations and event model is tied to the events in the stack.
Good afternoon.
Check_OrderLevels.mq4 script has a Take Profit check error.
Good afternoon.
Check_OrderLevels.mq4 script has a Take Profit check error.
Thank you, corrected
QUESTION on automatic testing.
Previously, in my trading robots I had input parameter checks written in the OnInit function. And automatic testing did not "swear" at it.
Now the testing shows an initialisation error:
Why can't I stop the execution of a programme with incorrect parameters?
Good day,
I already trying to upload my EA but when I browse and click in upload; I saw the message " File compiled for Profiling " Could you please let me know what should I do?
Thanks
When testing automatically, I get this error. How can I reproduce it in a regular tester, as I don't have such problems there. And the second question, how to fix it?
When testing automatically, I get this error. How can I reproduce it in a regular tester, as I don't have such problems there. And the second question, how can I fix it?
The modification failed because the order or position was close to the market.
Probably missed the freeze level stopl level check.... I haven't encountered it, but that's probably the reason.
I have a multicurrency indicator and the names of symbols are specified in the input parameters. In my terminal it works (it finds symbols), but when testing for publication it cannot find symbols that are specified by the standard in the input parameters
What can I do in this situation?
Here is the code that is responsible for checking for the presence of input characters in the initialisation
Also for the tester there is a mention in the help: for the tester it is necessary to force symbol selection in OnInit. That is, first SymbolSelect by three symbols and only then test.
Multicurrency testing