hello tick and everytick based on real ticks?

 

hi i have a great new EA! 
it works well on every tick but soon as i go to every tick based on real ticks it loses.


now i have this set to true 


input bool                     Expert_EveryTick              =true;       //


but i wonder is there a way to take my auto generated EA and move it to OnTick () ?

 

No, bcs you don’t receive every tick.

Every tick is a calculation model, real ticks is closer to the real trading conditions