ib_async icon indicating copy to clipboard operation
ib_async copied to clipboard

TrailStopPrice is not correct in the OrderStatusEvent

Open helhadry opened this issue 10 months ago • 4 comments

Hello,

I'm trying to get the trailing trigger price for the filled trail order (not the execution price) for that I'm using the orderStatusEvent : self.ib_client.orderStatusEvent += self.on_order_status_event

but when checking the TrailStopPrice I don't see the same price as what I see in the TWS app: trade.order.trailStopPrice

Image

here what I see in the TWS app 'the price = 364.38:

Image

Any idea if this is a common issue here ? and how I can get the correct information please ?

Thanks, Hamza

helhadry avatar Jan 16 '25 18:01 helhadry