Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Reference variable Historically

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

    Reference variable Historically

    Hi, I am writing a strategy and want to reference a variable that I am calculating historically.

    For Example:
    int variable1 = {MyCalculation}

    Strategy Entry
    if (
    variable1[0] > variable1[1]
    )
    EnterLong....

    I am not sure if this is the best way of doing it, or if in fact it can be done.
    Thanks

    #2
    You would need to work with a DataSeries object to be able to reference historical values, an intSeries in your case here - http://www.ninjatrader.com/support/h...ries_class.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    580 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    336 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    102 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X