
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
Just in case it isn't clear . . . .
. . . no functions can be between the braces, the functions are declared outside of start(), what can go inside those braces are calls to the functions declared outside of start()
In the function start() when a return is encountered start() ends and the EA sits doing nothing just waiting for the next tick, when the next tick arrives start() is called again.
Ahh I see, thank you. So it's like start() is a giant custom function ?:D
Ahh I see, thank you. So it's like start() is a giant custom function ?:D