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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
36 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
19 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment