Quote wasn't sent to the expert start function

 

Hi, I ren into a problem where the market touched a point, and coused for execution, but failed to send the new quote to the expert start function so I wasn't informed on that quote.

Is there a way to overcome this problem?

Thanks, Eyal.

 

If this was caused by your start() function not being in an idle state when the incoming tick arrived, then in order to resolve, you would attempt to streamline the logic performed by the start() function and any functions it calls with each tick. Retain only the logic which is absolutely required with each tick, and make it as efficient as possible.

CB

Reason: