Using ninjascript, how do I get the bar date when the new daily bar created? Using Times[0][0] will give me the current data datetime (which I can try to check for the timestamp and add 1 day to get the bar date, but it seems like a hack because these start time can be different/change with other instruments), am I right? In futures, the new daily bar created at 18:00 from the current day, but the actual bar date is next day.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
get the bar date when the new daily bar created
Collapse
X
-
get the bar date when the new daily bar created
Hi,
Using ninjascript, how do I get the bar date when the new daily bar created? Using Times[0][0] will give me the current data datetime (which I can try to check for the timestamp and add 1 day to get the bar date, but it seems like a hack because these start time can be different/change with other instruments), am I right? In futures, the new daily bar created at 18:00 from the current day, but the actual bar date is next day.Last edited by affilife; 02-20-2024, 02:00 PM.Tags: None
-
Hello affilife,
That depends, what is the instrument (so we know the trading hours), what is the time zone, what is the Calculate property set to, and is TickReplay enabled?
Let's say the instrument is the ES 03-24. The session in progress at 9:00 PM Central today 2/20/24 would end at 4:00 PM Central tomorrow on Wednesday.
With Calculate set to OnEachTick or OnPriceChange printing Time[0] at 9:00 PM would return 2/21/24 5:00 PM, the close time of the current session day bar.
With Calculate set to OnBarClose Time[0] would return 2/20/24 5:00 PM from the previous bar close.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
57 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
133 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
50 views
0 likes
|
Last Post
|

Comment