Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Getting the open when using Bars instead of Day
Collapse
X
-
Getting the open when using Bars instead of Day
I am trying to see if there is a way to get the session open on a chart when using Bars instead of Days. Say for NQ if you have 500 bars, you may encounter an issue where-in you have moved further forward than that of the open. Is there a method in ninjascript to call to get the session open value, etc.Tags: None
-
Hello WHICKED,
Thanks for your post.
You could consider using Bars.GetBar or Bars.GetDayBar.
Bars.GetBar returns the first bar that matches the time stamp of the "time" parameter provided.
Bars.GetDayBar returns a virtual historical Bar object that represents a trading day whose properties for open, high, low, close, time and volume can be accessed.
See the help guide documentation below for more information.
Bars.GetBar: https://ninjatrader.com/support/help...nt8/getbar.htm
Bars.GetDatBar: https://ninjatrader.com/support/help.../getdaybar.htm
Let us know if we may assist further.<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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
140 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment