I am trying to post a ROBO order, order is placing but stoploss and trailing stoploss not working
srijan
@srijan
Best posts made by srijan
-
Stoploss and trailing stoploss not considering
Latest posts made by srijan
-
What are page and count in gtt rules list api
please explain with an example any one what are the page and count in gtt rules list request payload
-
RE: Stoploss and trailing stoploss not considering
@Moderator_2 , stop loss is working, but trailing stop loss not working, order parameters are given below
"variety": "ROBO",
"tradingsymbol": "SBIN-EQ",
"symboltoken": "3045",
"transactiontype": "BUY",
"exchange": "NSE",
"ordertype": "LIMIT",
"producttype": "BO",
"duration": "DAY",
"price": "620",
"stoploss": "20",
"trailingStopLoss": "5",
"squareoff": "50",
"quantity": "1" -
RE: Stoploss and trailing stoploss not considering
"variety": "ROBO", "tradingsymbol": "SBIN-EQ", "symboltoken": "3045", "transactiontype": "BUY", "exchange": "NSE", "ordertype": "LIMIT", "producttype": "BO", "duration": "DAY", "price": "620", "stoploss": "20", "trailingStopLoss": "5", "squareoff": "40", "quantity": "1"
-
For ROBO order trailing stop loss not working
Hi,
For ROBO order I am giving the following parameters
orderparams = {
"variety": "ROBO",
"tradingsymbol": "BOSCHLTD-EQ",
"symboltoken": 2181,
"transactiontype": "BUY",
"exchange": "NSE",
"ordertype": "LIMIT",
"producttype": "BO",
"duration": "DAY",
"price": "22555",
"stoploss": "30",
"trailingStopLoss": "10",
"squareoff": "100",
"quantity": "1"
}
order placing, but trailing stop loss not working, @admin please check these parameters, correct or not -
Stoploss and trailing stoploss not considering
I am trying to post a ROBO order, order is placing but stoploss and trailing stoploss not working