More than 10 stock execution at a one time
-
Can we execute 15 stocks with one click?. We are trying to add multiple stocks 'smartApi.add({})' method.
Please give a solution if it is possible. We want to execute more than 10 stocks at a time.
We got this error for execution if stocks are more than 10. We will trying with 16 stocks execution at a time
-
@sachin184
At a time one can place only 10 orders
After 1 sec gap or delay you can place next order in batch of 10 max because of rate limits restrictions set by Angel One.Ref:
https://smartapi.angelbroking.com/docs/RateLimit
Hope you understood the issue you are facing.
It doesn't make difference with a gap of one second to place the next order.