It looks like you're new here. If you want to get involved, click one of these buttons!
kite.place_order(tradingsymbol=symbol,
exchange=kite.EXCHANGE_NFO,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=quantity,
order_type=kite.ORDER_TYPE_LIMIT,
price=target,
trigger_price = target,
product=kite.PRODUCT_MIS,
variety=kite.VARIETY_REGULAR)
1. How to calculate tick size?
All the price-related values need to be the modulus of tick size and all quantity-related stuff needs to be the modulus of lot size.