Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Backtesting Look forward

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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?

    #2
    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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, Today, 06:46 AM
    0 responses
    8 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, Yesterday, 05:21 PM
    0 responses
    12 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    15 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    82 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    47 views
    0 likes
    Last Post PaulMohn  
    Working...
    X