SL-M order

JB5267
Can you please check and confirm below order request format is correct for SL-M order
LOT: 05
Trigger Price: 78
(PlaceRegularOrder(NFO,NIFTY2010912350CE,"SELL","SL-M",05,"NRML",78)
  • HowUTrade
    @JB5267

    Below is the syntax of PlaceRegularOrder function
    PlaceRegularOrder(Exch,TrdSym,Trans,OrdType,Qty,ProdType,LmtPrice,TrgPrice)

    You are passing the TrgPrice to LmtPrice Parameter
    As per your example
    PlaceRegularOrder(NFO,NIFTY2010912350CE,"SELL","SL-M",5,"NRML",0,78)

    For full list of functions and their syntax, refer the below link
    https://howutrade.in/docs/kitenet/html/Methods_T_KiteNet_Kite.htm

    Alternatively, you can also check the VBA modules for list of functions and their parameters
Sign In or Register to comment.