Kindly, Fredrik
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Future time stamps?
Collapse
X
-
Hello FREEN,
It is not possible to get Time Stamps in the future. Since there is not actually a bar object at this time, calling Time[-x] will bring the most current bar.
Using values in the future is limited to only plots and draw objects and are a cosmetic/visual feature that was implemented. This will not function when requesting a bar index that is in the future.MatthewNinjaTrader Product Management
-
For anyone in need, here´s a method that accepts pos and neg barsago values and hence returns historic and future "time stamps". Substitute Time[int barsago] with AllTime(int barsago). It should be generic enough to accept all bars sized in minutes in all templates.Attached FilesLast edited by FREEN; 11-20-2011, 03:43 PM.
Comment
-
Thanks for your contribution!Originally posted by FREEN View PostFor anyone in need, here´s a method that accepts pos and neg barsago values and hence returns historic and future "time stamps". Substitute Time[int barsago] with AllTime(int barsago). It should be generic enough to accept all bars sized in minutes in all templates.
So, I take it this doesn't work for daily time frames? Since your posting, have you figured out how to handle the issue on non-minute-based charts?
Thanks!
Daniel
Comment
-
-
whats the best way program the day before a specific date.
I have a long list of dates
but i alsoe want to check if its the day before that day or the day afterCode:ToDay(Time[0]) ==ToDay(2001, 01, 31)
but thats not accurate for first or last of the month dates.Code:ToDay(Time[0]) ==ToDay(2001, 01, 31+x)
How could i apply the Alltime feature with the dates
Comment
-
MatthewNinjaTrader Product Management
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
630 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
566 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment