Hello. IBKR has different ways of placing an order. IBKR suggests to consider placing split spread orders, which are orders that are priced within the spread between the bid price and ask price. One way would be to place an adaptive algo order. How would you code this order in Ibridgepy in order to work?
Eg.
Syntax order_target_percent(security,
quantity, style=OrderType)
For reference:
TWS API v9.72+: IB Algorithms
Thanks in advance.