Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 530

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
Thank you!
How do we get out? return(0); gives me an error.
Depending on function type. It's not start() but OnTick(), it's void, so just return;
return;
For comments on Print. if not needed when working.
Thank you! Can you tell me how you can put a time limit on the EA's work in external settings.
I have added this
Depending on the function type. Now it's not start() but OnTick(), it's void, so just return;
Thank you!
Thank you! Can you tell me how you can put a time limit on the EA's external settings?
Added this
Can an EA display an indicator? Alternative to ChartIndicatorAdd in MQL5.
And where can I find an example of an EA that performs calculations based on a custom indicator?
Can you please tell me if it is possible to prescribe the angle of slope of moving average or price intersection with moving average at a certain angle?
But if you take not the angle, but only the tangent of that angle, you can do what you want.
My Expert Advisor, in int init(), first tests a 1000 bar history, then start(). In the tester this process takes 3-4 seconds, but in real life it takes about 8 minutes.
What can it be related to? How can I make the testing take as much time as in the tester?
Can an EA display an indicator? Alternative to ChartIndicatorAdd in MQL5.
And where can I find an example of an EA that performs calculations based on a custom indicator?
Can you please tell me if it is possible to prescribe the angle of slope of the moving average or price intersection with the moving average at a certain angle?
https://book.mql4.com/ru/samples/iroc