Ibridgepy to place adaptive orders with IBKR

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.

Hi Angel,



I am not sure if we have any function in IBridgePy that can do this. You can ask this question to IBridgePy directly. Their email is "IBridgePy@gmail.com".



I hope this helps.

Thanks 

Thank you.