Quote:
|
Originally Posted by erkao
Hello,
In an EA, the start() function will be run only if the pair price of attached chart change.
I'd like to know whether it can be run without waiting the price change.
Thanks in advance.
-erkao
|
NO! the start() function will be run only every time tick data arrived.