Hi, I am able to create JSPlugin html5 buttons. But, when I try to create dynamic button, the button doesn't work, looks like no action is getting added to button. Created a button for offsite order execution and that is working fine.
Hi Kailash, For testing purpose, there is no balance in our account. When we try to place order for Cash Segment. (for ex: tradingsymbol='SBIN', exchange='NSE') order is getting rejected with error as "Invalid Product Code". But when we place order for futures (tradingsymbol='SBIN16JULFUT' exchange='NFO') order is getting rejected due to RMS error. Now want to know, for CM is the trading symbol which we are passing is valid or invalid?
@vaishakh Are you placing bracket/cover orders? If you are, these can only be placed as "MIS" as bracket orders are exclusively intraday. Also, MIS is purely intraday. Use CNC for delivery.
@Kailash I am not setting any bracket order or cover order. I am trying to place an order using HTML5 button. Please let me know, if I am missing to set any value for CNC type of order.
@vaishakh After speaking to the backend team, we realise you don't have a demat account mapped to your trading account. In this case, placing CNC orders wouldn't be possible for your account.
renderButton()
on your #custom-button.Use
kite.link("#custom-button")
instead.When I try to log kite.html() getting only
<form></form>
Why is it not returning the complete form data?Regards,
Vaishakh
For testing purpose, there is no balance in our account. When we try to place order for Cash Segment. (for ex: tradingsymbol='SBIN', exchange='NSE') order is getting rejected with error as "Invalid Product Code". But when we place order for futures (tradingsymbol='SBIN16JULFUT' exchange='NFO') order is getting rejected due to RMS error.
Now want to know, for CM is the trading symbol which we are passing is valid or invalid?
Regards,
Vaishakh
We are still getting the same error.
Regards,
Vaishakh
Can we use MIS for Cash Delivery or should it be used only for IntraDay trades?
I am not setting any bracket order or cover order. I am trying to place an order using HTML5 button. Please let me know, if I am missing to set any value for CNC type of order.
MIS order which works fine: CNC which is getting rejected as "Invalid Product Code"