Login Page - Create Account

Support Board


Date/Time: Thu, 13 Nov 2025 18:35:06 +0000



Recommendations Regarding Order Timestamps

View Count: 28

[2025-11-12 14:47:25]
User886314 - Posts: 23
As a short-term trader, I hold each contract position for no more than 3-5 minutes. It would be very intuitive if the holding time of my contracts could be displayed directly on the order bar. Currently, I need to set an alarm for each position to limit the trading time of each order. I believe that many short-term traders like me also need this feature. I hope you can consider adding this feature to the software.
[2025-11-12 16:24:45]
John - SC Support - Posts: 42992
To get the amount of time that has passed since you opened a position, you would need to use the "Spreadsheet System for Trading", which as the entry Date/Time in the J column for "Last Entry Trade Date Time" (the exact cell depends on whether you are using Column I/J Version 1 or 2). You could then use this in one of the Formula Columns with a formula like the following:
=IF($J$5 <> 0, NOW() - $J$42, 0)

Where J5 is the Order Quantity (so it checks if there is an open position or not) nd J42 is the "Last Entry Trade Date Time". You may need to change these cells if you are using Column I J Version 2.

How you display that information is then up to you. Keep in mind that that if you use the formula as it is above, then you will need to set the "Value Format" of the displaying study to "Time".
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account