@manalisapkal Were you able to do this? I tried , but even now , looks like they are not supporting ROBO with trailing SL.
Posts made by Poorva
-
RE: Trailing stoploss in robo order
-
RE: Order placed by smartApi not visible on angel Web
@admin Had tried refresh multiple time. When I logout and relogin then only its visible. Its a bug. Isuue between smart API and webtrading platform integration problem.
-
RE: Trailing stoploss in ROBO Order No relevant information
@admin I have mention in the subject as well as in the comment , I need TRAILING STOPLOSS order details. I want to TRAIL the Stoploss.
-
Order placed by smartApi not visible on angel Web
Hi ,
I am not able to see my order that was placed by placeOrder on the web trading platform.
I have placed order with ID :
211013000434890 -
RE: Not able to understand SL LIMIT in ROBO order
@admin Hi , Please let me know more on this.
-
RE: Trailing stoploss in ROBO Order No relevant information
@admin Hi , Please share relevant information here. I only need order parameters and parameters explanation for ROBO Trailing stoploss order.
-
Not able to understand SL LIMIT in ROBO order
Hi ,
I am not able to understand in my SL LIMIT order of ROBO order , why the price is sent as 457.
Below were my order paramaters and order ID :
{'variety': 'ROBO', 'tradingsymbol': 'SBIN-EQ', 'symboltoken': '3045', 'transactiontype': 'BUY', 'exchange': 'NSE', 'ordertype': 'LIMIT', 'producttype': 'BO', 'duration': 'DAY', 'price': 471.6, 'squareoff': 23, 'stoploss': 4, 'triggerprice': 471.6, 'trailingStopLoss': 4, 'quantity': '1'}
The order id is: 211011001093807
Below is the screenshot for my order :
What is this "Price" in the SL LIMIT Order of ROBO Order?
Also , as per above order parameters , I had given trailing stoploss as 4 , but I do not see it working. Its not also seen when clicked on Order Details button.
-
LTP does not get updated in the ROBO order
I placed a ROBO order for buying.
I correctly see my buy order executed and 2 other orders , target and SL Limit placed. But , LTP in only SL Limit gets updated on the screen. If refreshed from the front end , then only target order gets updated.
PFA Screen shot : -
RE: Orders not placing
@admin : P454656 is my client id
I now saw that order id got generated:
211011000055312But its showing error :
warningRMS:Field Not Found 54001
Below were the order Params:
{'variety': 'ROBO', 'tradingsymbol': 'SBIN-EQ', 'symboltoken': '3045', 'transactiontype': 'BUY', 'exchange': 'NSE', 'ordertype': 'LIMIT', 'producttype': 'BO', 'duration': 'DAY', 'price': 460.35, 'squareoff': 23, 'stoploss': 4, 'triggerprice': 460.35, 'trailingStopLoss': 4, 'quantity': '1'} -
Orders not placing
Orders are not getting placed. Trying to place a ROBO order.
Below are the order Params :{'variety': 'ROBO', 'tradingsymbol': 'SBIN-EQ', 'symboltoken': '3045', 'transactiontype': 'BUY', 'exchange': 'NSE', 'ordertype': 'LIMIT', 'producttype': 'BO', 'duration': 'DAY', 'price': 460.75, 'squareoff': 23, 'stoploss': 4, 'triggerprice': 460.75, 'trailingStopLoss': 4, 'quantity': '1'}
NOT ABLE TO DO ANYTHING.
The order id is: None
Please FIX. -
RE: Trailing stoploss in ROBO Order No relevant information
@Subhajit : Thank you Subhajit
The information is helpful..
-
Trailing stoploss in ROBO Order No relevant information
Hi ,
There is no information/example on how to add a trailing stoploss order in a ROBO order. What are the corresponding order parameters in the API and mobile app?
squareoff Only For ROBO (Bracket Order)
stoploss Only For ROBO (Bracket Order)
trailingStopLoss Only For ROBO (Bracket Order)Only above is present in the documentation.
What is the order parameter for "Target Order" , what is the order parameter for "LTP jump price" ? Please mention atleast some information in the documentation and reply to the question so that users like us will be able to use the feature.