Please help me
last 15 day my code working fine ,but last two day to start new problem in same code.
kiteconnect.exceptions.InputException: Missing or empty field `squareoff`
code (I am using "BO") order
order_id = kite.order_place(
tradingsymbol=list[0].upper(),
exchange="NSE",
quantity=1,
transaction_type=dealType.upper(),
order_type="MARKET",
price=str(currentPrice),
squareoff_value=finalSquareoff,
stoploss_value=finalstoploss,
variety="bo",
validity="DAY",
)
Please help me Its very urgent
May 2018