Please give an example for buy, stoploss and sell order in intraday trading


  • @admin Hello
    Can you please give me an example code to place buy order, stop loss and sell order without using ROBO order type.

    Thanks


  • orderparams = {
    "variety": "STOPLOSS",
    "tradingsymbol": "SBIN-EQ",
    "symboltoken": "3045",
    "transactiontype": "BUY",
    "exchange": "NSE",
    "ordertype": "STOPLOSS_LIMIT",
    "producttype": "INTRADAY",
    "duration": "DAY",
    "price": "302.50",
    "squareoff": "0",
    "stoploss": "280",
    "quantity": "1"
    }