No able to place SLM order as there is no triggerprice field
-
No able to place SLM order as there is no triggerprice field
-
HI @vvbchandrasekhar We have noticed this we will update you once we make this available.
-
@admin i need this feature too. can you prioritize this?
SL-M orders not working through java SDK. -
@admin Hi Team, yes there is no triggerprice field for stoploss order to execute. How to place stoploss order?
OrderParams orderParams = new OrderParams(); orderParams.variety = "NORMAL"; orderParams.quantity = 1; orderParams.symboltoken = token; orderParams.exchange = Constants.EXCHANGE_NSE; orderParams.ordertype = Constants.ORDER_TYPE_MARKET; orderParams.price = 0.0; orderParams.tradingsymbol = tSymbol; orderParams.producttype = Constants.PRODUCT_INTRADAY; orderParams.duration = Constants.VALIDITY_DAY; orderParams.transactiontype = transType; orderParams.squareoff = "0"; orderParams.stoploss = "0"; Order order = smartConnect.placeOrder(orderParams, Constants.VARIETY_REGULAR);
-
Hi @Gomsi please post your sample code here.
-
Hi @Gomsi we have shared this with our team we will update you soon.