Trailing Stop loss is not working in robo order
orderparams = {
"variety": "ROBO",
"tradingsymbol": ticker,
"symboltoken": symbol_token,
"transactiontype": "BUY",
"exchange": exchange,
"ordertype": "LIMIT",
"producttype": product_type,
"duration": "DAY",
"price": price,
"squareoff": 180,
"stoploss":60,
"trailingStopLoss":10,
"quantity": "15"
}
what's wrong in this?