Questions from Beginners MQL5 MT5 MetaTrader 5 - page 145

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
I need a test pass. The EA does not trade if:
I want to do this to reduce the testing time.
Maybe there is a function in the Strategy Tester specifically for the input parameters that the Expert Advisor has?
IfStop <=Start, we skip this pass.
I have answered your question exactly.
I have answered your question exactly.
I see, I'll give it a try.
I have answered your question exactly.
It doesn't work. There are sections of the test where the stop is smaller than the start. In my opinion it is necessary to use the functions for the tester.
Question about closing a child window.
There are two windows, both CAppDialog classes. I call a child window from the main one. So, when child window close button is clicked, both windows are closed and EA too.
At the same time, the OnClickButtonClose event is not called in the main parent window. How to solve this?
If you find something better, let me know, I need it too.
Started debugging EA, trades open, but sometimes Error 4752: Trading for Expert Advisor prohibited.
How do I know the reason? Maybe there is a function?
Expert Advisor because of the error alerts, it eats the most time in all lines.