Issue in Engine order in fast market

Questions about MultiCharts and user contributed studies.
User avatar
Smoky
Posts: 507
Joined: 03 Dec 2010
Location: Thailand
Has thanked: 97 times
Been thanked: 115 times

Issue in Engine order in fast market

Postby Smoky » 02 Apr 2021

In fast market, orders are buffered in a pipeline and not send to the broker, when the market return to normal speed, all orders are sent to the broker in slow motion even if conditions who generate them are false !

is there a way to clear the orders buffer ? i can write in real time in registry, or make an external dll....

I can show You easy to see.

User avatar
Kate MultiCharts
Posts: 575
Joined: 21 Oct 2020
Has thanked: 7 times
Been thanked: 144 times

Re: Issue in Engine order in fast market

Postby Kate MultiCharts » 30 Apr 2021

Hello Smoky,

This is known behaviour.
Order are situated in the queue. The elements of the queue are handled one by one. Several elements from the queue cannot be handled simultaneously. Consequently, if handling of some element from the queue takes much time, the delay grows.

You can try reducing the frequency of order generation/modification in thestrategy.


Return to “MultiCharts”