How to keep stop loss?
-
Hi,
Please give an example of how to put stop loss while buying the stock? Stoploss is the very important part and seems like not much importance has been given to the documentation for it.
There are some answers I found that we need it to implement our own stop loss but I can see "stop-loss option" for buying the order. Thus, there is already implementation for stop loss in the API.
Example
i.e. If stock price = 100 INR
1. stop-loss to be generated while buying the stock itself
2. stop-loss should hit and sell the stock if prices go below 0.1% of 100 INR.I have checked the documentation but there is not much information on stoploss. It will be great if you can show an example of stop-loss with this.
Thank you
-
HI @mahasamrat 1) You can use different types of order to implement stop-loss.
2) you need to track the prices according to your criteria s of sl and manage the it accordingly.