FGU1

Results 5 comments of FGU1

For what it's worth, IB API allow automatic pacing. From their release notes : > API messages sent at a higher rate than 50/second can now be paced by TWS...

The root cause is that pricemagnifier (ie the fact that some assets are quoted in cents by some exchanges) is not taken into account in NT. avg_px is calculated here...

The reason of this issue is a change in IB API behavior since 10.30 https://www.interactivebrokers.com/campus/ibkr-api-page/tws-api-changelog-2/ ``` July 8, 2024 updateIBKR TWS API Please be aware that endDateTime must be left...

It is doable with IBOrderTags. In factories.pyx, class cpdef OrderList bracket there is : list[str] entry_tags = None, list[str] sl_tags = None, list[str] tp_tags = None, Example of use :...

Could you please check and validate the closure of this issue if ok for you ?