ROBO STOPLOSS MODIFY ORDER
-
@admin to modify stoploss which order id to be used parentorderid or orderid
orderparams = {
"variety": "ROBO",
"orderid":"orderid,
"ordertype": "STOPLOSS_LIMIT",
"producttype":"BO",
"tradingsymbol": script.upper(),
"symboltoken": tok[-1],
"exchange": "NFO",
"duration": "DAY",
"triggerprice": mod_price,
"price": round(mod_price-10),
"quantity": qty
}
to modify stoploss which order id to be used parentorderid or orderid -
@admin please reply
-
@Ananth did you manage to modify the stop loss order for ROBO order type?
-
@admin Could you please reply, Waiting for your response!
-
@admin to modify robo stoploss order which order id to be used parentorderid or orderid? please reply