@bhushan said in Unable to place stop loss order:
Hi,
I am unable to place stop loss order, can someone please help ? Below is the order parameters I am trying with -
OrderParams orderParams = new OrderParams();
orderParams.variety = "STOPLOSS";
orderParams.quantity = 1;
orderParams.symboltoken = "3045";
orderParams.exchange = Constants.EXCHANGE_NSE;
orderParams.ordertype = Constants.ORDER_TYPE_SL;
orderParams.stoploss = "362";
orderParams.tradingsymbol = "SBIN-EQ";
orderParams.producttype = Constants.PRODUCT_INTRADAY;
orderParams.duration = Constants.VALIDITY_DAY;
orderParams.transactiontype = Constants.TRANSACTION_TYPE_BUY;
orderParams.price = (double) 362;
orderParams.squareoff = "0";
Hi @bhushan @theVishal @vvbchandrasekhar this is updated you can check and revert back.