Doesn't seem to be working.
Here is what I tried:
" data-exchange="NSE" data-tradingsymbol="NIFTY21AUG16300CE " data-transaction_type="BUY" data-quantity="50" data-order_type="MARKET" class="kite-buy" title="BUY">Buy
Here is What I got:
{"st…
Found one bug. If StopLossPoints or targetpoints are whole number double. Means 1.0, 2.0, 1000.0 so on. It gives exception of invalid payload. It works if it is 1.1, 1.2, 1.3 etc.
Sujith the above example didn't worked for me. I am getting this error:
My Input are:
kite.add({
"variety": "regular",
"tradingsymbol": "NIFTY15DECFUT",
"exchange": "NFO",
"transaction_type": "SELL",
…