Multiple orders at once using place_orders

hyuga
I would like to use place_order to place multiple orders at once. Because it will treat as one single API call and I would not hit API Calls limit.

Currently, I have to place separate orders for variety of trading symbols. And every time I use palce_order function, it increases my API calls count.

I would like to know the syntax to use place_order function to place multiple orders in single API call.
  • SRIJAN
    There is no multi order placement API.
    You have to place separate orders for different instruments.
Sign In or Register to comment.