In NinjaTrader8, I can not seem to find a way to do this. Does anyone have any ideas?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Backtesting Look forward
Collapse
X
-
Backtesting Look forward
When backtesting a strategy, In NinjaTrader 7, you could reference the next bar by Close[-1].. 5 bars into the future with Close[-5], etc. This was very helpful when building a dataset for machine learning where I could easily output the value of all the indicators at that instant and include the "answer" of what the stock will do x bars into the future.
In NinjaTrader8, I can not seem to find a way to do this. Does anyone have any ideas?Tags: None
-
Hello frostengine,
Thank you for your patience.
You can use GetValueAt(). For example, Close.GetValueAt(CurrentBar + 4), which would pull the close four bars ahead of the current bar.
For information on GetValueAt() please visit the following link: http://ninjatrader.com/support/helpG...getvalueat.htm
Please let me know if you have any questions.
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
668 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
377 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment