Time delay in placing orders


  • Hi @admin
    Currently it takes around 980 mili seconds to place new orders or cancel existing orders, which is very much on the higher side.
    Using my same location and ISP using API of other brokers takes around 200 miliseconds.
    Could you please confirm how much time it should take if one uses AWS Mumbai server, as the current time for execution of 980 ms is too much for algo trading.

    Do you have any plans to upgrade the bandwidth or order processing time?


  • @daytrader I have also tested it, making an API call for place order or modify order takes almost 1s which is too much. And they do not even have the basket order feature, so for multiple orders, either we have to do serially or use multi threading. It would be good if this much latency could be reduced.


  • @daytrader

    How did you test that ? I thought Angel doesnt give ms timestamp. Im also interested in this.. Please describe how did you estimate it..


  • @admin this 980ms is average of more than 100 trades placed so far. Not a single trade was placed for less than 920 ms and highest time taken was 1424 ms