ROBO TSL
-
I am able to pass value to TSL without any error while placing ROBO order through API. But TSL does not trail.
orderparams = {
"variety":"ROBO", "tradingsymbol": "RELIANCE-EQ", "symboltoken": 2885, "transactiontype": "BUY", "exchange": "NSE", "ordertype": "LIMIT", "producttype": "BO",
"duration": "DAY", "price": 2800, "triggerprice": 0, "squareoff": 10, "stoploss": 10, "quantity": 1, 'trailingStopLoss': 1
}According to parameters trade should be trailed for every Rs 1/- when in my favour. But the trade target of Rs 10 hit and trade was closed but not even a single trail of Stoploss happened.
However if same ROBO order is punched through mobile app it works fine.