List of all Pending orders [like., OPEN, TRIGGER PENDING, ...]
-
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.
-
@admin I am using orderbook() but I want open orders. I only get pending orders.
-
Hi @shivdasb1996 you need to check status of order ids you cannot get only open or pending orders.
-
@admin how can I get only open/pending orders
-
@admin i am using the same.. but i dont know all the available orders statuses.. as orderbook will give me all (pending + closed) orders
-
Hi @shivdasb1996 inorder to know the status of order you need to call orderbook().The other option you have is using post back url.