@admin position() gives me list of open and closed positions but I do not get order id.
I want to pick up order id of open positions and use them for the next day.
J
Jajsandeep
@Jajsandeep
0
Reputation
7
Posts
1
Profile views
0
Followers
0
Following
Best posts made by Jajsandeep
This user hasn't posted anything yet.
Latest posts made by Jajsandeep
-
RE: How to know open positions in python api
-
RE: List of all Pending orders [like., OPEN, TRIGGER PENDING, ...]
@admin I am using orderbook() but I want open orders. I only get pending orders.
-
Open Orders retrieval
When we use orderbook(), we just get pending orders.
How can we get open orders. Please help. -
RE: How to know open positions in python api
@admin With orderbook() I only see pending positions.
Kindly help me with open positions. -
RE: How to know open positions in python api
Any update on this?
When I use Orderbook() I can only see Pending positions.
How do I track open ones. -
RE: Error code AB018 while trying to getLTPData from Angel API
getting same error in python while using ltpData function.
{'message': 'Failed to get symbol details', 'errorcode': 'AB1018', 'status': False, 'data': None}
-
Error Code AB1018
Given below the request-response getting from ltpData function call.
{'message': 'Failed to get symbol details', 'errorcode': 'AB1018', 'status': False, 'data': None}
Please check & revert.
Thanks.