Bracket & Cover order support
-
Hello Team,
Could you please let us know when can we expect support for Bracket & Cover order. Last time it was made available about a month back, we had found issues & we have not heard much of an update since then.
Kindly shed some light on this.
Thanks,
Pritesh (Stocks Developer) -
HI @Mahesh said in Bracket & Cover order support:
In java smartapi client, i dont see these constants defined in Constants.java for variety = ROBO
and producttype=BO
This issue is resolved. -
@admin Can you please help clarify few details related to ROBO orders
-
In above example order, "stoploss":"6" and "quantity":"1", are these values tick counts ?
-
For ROBO order can i specify ordertype as MARKET ?
-
Is ROBO order supported for MCX futures e.g. CRUDEOIL21JULFUT ?
Is there anything specific type of trades for which ROBO is not supported? -
In java smartapi client, i dont see these constants defined in Constants.java for variety = ROBO
and producttype=BO
-
-
@admin Understood, thank you for the update!
-
HI @StocksDeveloper Currenlty we dont have specific eta we will update you soon.
-
@StocksDeveloper Any update, expected delivery date?
-
@admin Thank you! Have a good day!!!
-
HI @StocksDeveloper Will coordinate with team and update you.
-
@admin Hello, just like to check the status of Cover order feature. Any idea, when will it be available?
-
Hi @Mahesh kindly find the sample for bo:
{
"variety":"ROBO",
"tradingsymbol":"SBIN-EQ",
"symboltoken":"3045",
"transactiontype":"BUY",
"exchange":"NSE",
"ordertype":"LIMIT",
"producttype":"BO",
"duration":"DAY",
"price":"366",
"squareoff":"12",
"stoploss":"6",
"quantity":"1"
} -
@admin Can you please share the sample payload to place BO order,
I cannot find it in the smartapi docs. -
@admin Appreciate it, thanks!!!
-
Hi @StocksDeveloper (pritesh) Yes we will do that soon.
-
@admin Tested it, looks fine now. Cheers!!!
As mention, please have your docs updated to mention that cancellation needs a parent order id.
-
@admin Thanks for that input, we will test it tomorrow.
Could you please update your docs, because we always refer to it & if it is not up-to-date; then there is no way for us to know the correct procedure.
-
Hi @StocksDeveloper inorder to cancel a bo order you need to pass parent order id.
-
Hi @StocksDeveloper noted let me coordinate with the team and update you.
-
@StocksDeveloper Same bug as previously reported...disappointed.
Account Number: P139064
Time: 18-MAY-21 13:40:14 ISTI cancelled the STOP_LOSS leg of a BO. But nothing happened, both child legs are open.
Expected Behavior: It should cancel a STOP_LOSS child order and execute the TARGET child order at Market price.
Request Details:
POST /rest/secure/angelbroking/order/v1/cancelOrder HTTP/1.1[\r][\n] {"variety":"ROBO","orderid":"210518001130198"}
-
@admin Thanks for the news, will surely try them today.
Cheers!!!
-
Hi @StocksDeveloper you can now try to execute bo orders.Also we will update you here on cover orders.