Basket Creation

rampizen
Is there a sample code to create a new basket and add a few orders to it.
Tagged:
  • Nivas
    We don't have the APIs to create basket orders.

    Alternatively, you can simply place all the orders on the client side back to back and use the Basket Margins API to know the margin requirements.
  • rampizen
    Thanks for the reply Nivas. I have a algo strategy and need to create orders in a basket. At a later point of time these have to be executed manually. So the lack of Basket creation support is very limiting.
  • ANL
    @rampizen If you want to place a basket order, you may go through this thread with the code logic that I have already shared; it will place more orders but limit 10 o/s. Basket order logic
Sign In or Register to comment.