Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Correct way to detect market open and close time for current instrument?
Collapse
X
-
Correct way to detect market open and close time for current instrument?
What is the correct way for an indicator to detect market open and close time for the current instrument which would be valid no matter in which world time zone the indicator is used? Thanks.Tags: None
-
Hello gbourque,
Thanks for your post.
A SessionIterator could be used to get the market open and market close times by calling ActualSessionBegin and ActualSessionEnd.
SessionIterator.ActualSessionBegin obtains the session start day and start time converted to the PC's local time zone. SessionIterator.ActualSessionEnd obtains the session end day and end time converted to the PC's local time zone
See the help guide documentation below for examples and more information.
SessionIterator - https://ninjatrader.com/support/helpGuides/nt8/sessioniterator.htm
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment