GTT - place/modify order - InputException- Trigger price was too close to the last price

DeepakTanpure
Hi Kite Connect Developers,

Can you please help me understand why different instruments have different limits of trigger price

When I place kite.modify_gtt or kite.place_gtt , I got different limits
instrument NSE: ITBEES gave error Trigger price was too close to the last price. (difference should be more than 0.09)
instrument NSE: NIFTYBEES gave error Trigger price was too close to the last price. (difference should be more than 0.25%)

How can I get Trigger limits for each instrument?
  • sujith
    The stoploss and target needs to be a minimum of 9 paisa away from the last price, if last_price of the instrument is less than or equal to Rs 50.
    The stoploss and target needs to be a minimum of 0.25% away from the last price, if last_price of the instrument is more than Rs 50.
  • DeepakTanpure
    Hi @sujith

    Thanks a lot for sharing, I appreciate your help.

    Please mark the Discussion Thread as "closed"
This discussion has been closed.