MQL4 init() section

 

Hi,


I need to write some code that reads some indicators in several symbols().

Is it possible to use the init() section that this code runs in a endless loop and dont have to wait for the tick of the attached chart?


Thanks

 
i am not sure but mt4 should expect a return code from indicator or strategy. in case of delay mt4 may get mad ;) this is theory.
Reason: