This doc says that we can place order with up to 50 iceberg legs: https://support.zerodha.com/category/trading-and-markets/charts-and-orders/order/articles/iceberg-orders Looks like was recently increased since (I think) the web interface was previously allowing up to 20 legs. Please confirm that this limit of 50 legs is applicable to kite python client too. Also, is a single iceberg order with multiple legs treated as a one order towards calculating API rate limits?
@anandmuralidhar We have recently increased the maximum number of legs for iceberg orders from 20 to 50, and this enhancement will also apply to API users. A single iceberg order with multiple legs will be counted as one API request for rate-limit purposes; however, each leg will be treated as a separate order and will count toward the overall daily order limit of 5,000. Please refer to the API rate-limit documentation for more details.
Thanks @nagavenij for sharing this, I just came across it too. Please let me know if there's a plan to introduce this in python API since I would prefer to not make raw http calls in python unless absolutely necessary.
Is there any plan to introduce auto order slicing for API-based orders similar to web/mobileapp: https://zerodha.com/z-connect/featured/order-placement-simplified
Please let me know if there's a plan to introduce this in python API since I would prefer to not make raw http calls in python unless absolutely necessary.