Hey Sujith,
Have checked it with another symbol as well. The error is :
File "document_for_connect_changed.py", line 14, in
order_id = kite.place_order(tradingsymbol="ACC",exchange = kite.EXCHANGE_NS
E,transaction_type = kite.TRANSACTION_TY…
Hey Zartimus,
The version of the api is 3 and the code is this :
order_id = kite.place_order(tradingsymbol="REL",exchange = kite.EXCHANGE_NSE,transaction_type = kite.TRANSACTION_TYPE_BUY,quantity = 10,order_type = kite.ORDER_TYPE_MARKET,product = …