The Operator "return" - page 3

 
RaptorUK:

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
 
Yes! a custom function of the Graphical chart that you see the history of the currency pair on which the EA is placed.
 
jackyan22:

Ahh I see, thank you. So it's like start() is a giant custom function ?:D
Actually start() is a special function.