How to pur training stop loss
-
Hi
-
How to put training stoploss in order?
orderparams = {
"variety": "NORMAL",
"tradingsymbol": "SBIN-EQ",
"symboltoken": "3045",
"transactiontype": "BUY",
"exchange": "NSE",
"ordertype": "LIMIT",
"producttype": "INTRADAY",
"duration": "DAY",
"price": "19500",
"squareoff": "0",
"stoploss": "0",
"quantity": "1"
} -
Is this % wise stoploss or INR wise?
-
-
Hi @mahasamrat You need to write your own piece of code to implement trailing stoploss if you are using limit order where your sell order will have dynamic value according to your trailing criteria