☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
October 2024
vineshmaster
October 2024
sujith
fetching timestamp for open positions
vineshmaster
October 2024
in
Python client
For computation of trade exit i need timestamp for open positions .. is it possible to fetch it ? i have tried things but the time that order gets executed is not available..
Tagged:
Python Client
python
@sujith
general
@rakeshr
sujith
October 2024
How will a position have time? Only orders will have timestamp.
vineshmaster
October 2024
Open orders when gets executed have time sir.. when it gets triggered .. that time is required to calculate exit conditions
Screenshot_20241024_120333.jpg
183.5K
sujith
October 2024
You can fetch the timestamp in the
orderbook response
which is same as shown in the above image.
Sign In
or
Register
to comment.