I am working on creating a custom strategy; however, when I try to utilize Time[0] it pulls the left most bar on the chart instead of the most recent. When I try Time[1] it tries to pull the bar to the left of the first bar on the chart, so that operates as intended, but for some reason it won't pull the current bar. Additionally, if I change the chart to look back more or less days, Time[0] will adjust to still pull the left most bar shown on the chart depending on how many days I have shown. Does anyone have any ideas on how to fix this?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Time[0] Not Pulling Current Bar
Collapse
X
-
Time[0] Not Pulling Current Bar
Hello,
I am working on creating a custom strategy; however, when I try to utilize Time[0] it pulls the left most bar on the chart instead of the most recent. When I try Time[1] it tries to pull the bar to the left of the first bar on the chart, so that operates as intended, but for some reason it won't pull the current bar. Additionally, if I change the chart to look back more or less days, Time[0] will adjust to still pull the left most bar shown on the chart depending on how many days I have shown. Does anyone have any ideas on how to fix this?Tags: None
-
Hello hooblerm1,
Thanks for your post.
What version of NinjaTrader are you using? Please provide the entire version number. This can be found under Help -> About (Example: 8.?.?.?)
How exactly are you defining the print in your script?
When testing a print for Time[0] in the attached sample script, I am seeing the most recently closed bar's time print to the NinjaScript Output window.
See this demonstration video: https://brandonh-ninjatrader.tinytak...N18yMjUxMjc4OQ
Please test the attached sample strategy using the same steps seen in the demonstration video. Do you see a different behavior when testing the attached script on your end?Attached Files<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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
91 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
137 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
121 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
72 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment