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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
152 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
87 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
131 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
127 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
106 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment