It looks like you're new here. If you want to get involved, click one of these buttons!
{
exchange: 'NFO',
variety: 'iceberg',
iceberg_legs: 2,
iceberg_quantity: 1200,
tradingsymbol: 'NIFTY25APR23800PE',
transaction_type: 'SELL',
order_type: 'MARKET',
quantity: 2475,
product: 'MIS'
}
Error received:
"The order quantity 2475 (33 lots) is higher than the maximum quantity of 1800 (24 lots) allowed by the exchanges".
"The order quantity 3750 (50 lots) is higher than the maximum quantity of 1800 (24 lots) allowed by the exchanges"
https://api.kite.trade/orders/regular
Above URL and my complete code works for qty lower than freeze qty. Just stuck on iceberg orders.
According to my values, iceberg_quantity should be 1275. Please see below calculation:
iceberg
and notregular
in the URL.