It looks like you're new here. If you want to get involved, click one of these buttons!
order_place()
API. Some of the order information is available at the Kite User Manual. kite.VARIETY_REGULAR
. I am looking for rest of the Python parameters values. def order_place(self, exchange, tradingsymbol, transaction_type, quantity, price=None, product=None, order_type=None, validity=None, disclosed_quantity=None, trigger_price=None, squareoff_value=None, stoploss_value=None, trailing_stoploss=None, variety='regular', tag='')
Please suggest where to get these data from. Thank you.