Just tested with a simple indi:
Results: Start is not called every tick not even once on a timeframe on M5 chart!!!! Why?
See here: Gap of about 3 hours!!
Inserted Code
//*********************************************************************************************
// Custom indicator deinitialization function
//*********************************************************************************************
int deinit()
{
return(0);
}
//*********************************************************************************************
// Custom indicator initialization function
//*********************************************************************************************
int init()
{
return(0);
}
//*********************************************************************************************
// Custom indicator iteration function
//*********************************************************************************************
int start()
{
int limit,noOfAlerts;
printf("Start: limit2=" + limit);
return(0);
} Results: Start is not called every tick not even once on a timeframe on M5 chart!!!! Why?
See here: Gap of about 3 hours!!
Attached Image
Vucking good EA coder... https://t.ly/AZjRM