Mithun Pradeep
Results
2
comments of
Mithun Pradeep
I am also facing same issue. 5paise has changed the way of placing an order as per new documentation. client.place_order(OrderType='B',Exchange='N',ExchangeType='C', ScripCode = 1660, Qty=1, Price=260) But with the above format,...
How do I place market order with new API. When I set Price=0, SDK throws "please enter valid input" error. paisa5.place_order(OrderType='B', Exchange='N', ExchangeType='D', ScripCode=82221, Qty=25, Price=0)