|
Init
Class instance initialization method.
bool Init(
|
Parameters
symbol
[in] Symbol.
period
[in] Timeframe from ENUM_TIMEFRAMES enumeration.
every_tick
[in] Flag.
magic
[in] Expert Advisor ID (Magic number).
Return Value
None.
Note
If every_tick is set to true, the Processing() method is called at each tick of the working symbol. otherwise, the Processing() is called only when a new bar is formed on the working timeframe of the EA's working symbol.