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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
591 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
553 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment