Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    List of all Pending orders [like., OPEN, TRIGGER PENDING, ...]

    Python SDK
    2
    6
    118
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      shivdasb1996 last edited by shivdasb1996

      Hi All + @admin ,

      I am new at Angel Broking. I am developing my algo trading strategy using python API.

      In my algo I need to get all my pending orders. Currently I am trying to check the Order status like if its OPEN or Trigger Pending.. But As I am new I don't know all the available Order status..

      Please suggest me a better solution or
      Please provide me some resource where I can see all the available orders status.
      like., OPEN, Trigger Pending, AMO SUBMITTED, ....

      Thanks for the help in advance.

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @shivdasb1996 last edited by

        Hi @shivdasb1996 inorder to know the status of order you need to call orderbook().The other option you have is using post back url.

        S J 3 Replies Last reply Reply Quote 0
        • S
          shivdasb1996 @admin last edited by shivdasb1996

          @admin i am using the same.. but i dont know all the available orders statuses.. as orderbook will give me all (pending + closed) orders

          1 Reply Last reply Reply Quote 0
          • S
            shivdasb1996 @admin last edited by

            @admin how can I get only open/pending orders

            A 1 Reply Last reply Reply Quote 0
            • A
              admin @shivdasb1996 last edited by

              Hi @shivdasb1996 you need to check status of order ids you cannot get only open or pending orders.

              1 Reply Last reply Reply Quote 0
              • J
                Jajsandeep @admin last edited by

                @admin I am using orderbook() but I want open orders. I only get pending orders.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post