Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Accessing High value in a multi time frame strategy

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

    Accessing High value in a multi time frame strategy

    Is there a way to access the High[0] value in a milti time frame strategy.

    Ex.

    High[0] - 15min ==> ?

    High[0] -30min ==>?

    #2
    imported post

    High[0] accesses the high of the current bar on the current series
    High[1] accesses the high of 1 bar back on the current series
    High[2] accesses the high of 2 bars back on the current series
    etc.

    Highs[0][0] accesses the high of the current bar on the first series
    Highs[0][1] accesses the high of 1 bar back on the first series
    Highs[0][2] accesses the high of 2 bars back on the first series
    etc.

    Highs[1][0] accesses the high of the current bar on the second series
    Highs[1][1] accesses the high of 1 bar back on the second series
    Highs[1][2] accesses the high of 2 bars back on the second series
    etc.

    Comment


      #3
      imported post

      Thanks, works nicely!.

      Comment


        #4
        imported post

        Dierk,

        Is there a way to access Indicator value in a TimeFrame,

        EX

        If I want to access theD value of STo in another Time Frame

        Stochastic(BarsArray[
        1], 5, 20, 5)[0].D;

        or

        Stochastic.D(BarsArray[1], 5, 20, 5)[0];

        or

        Stochastic(BarsArray[1].D, 5, 20, 5)[0];

        Thanks in advance.

        Comment


          #5
          imported post

          It would be this:

          Stochastic(BarsArray[1], 5, 20, 5).D[0];

          Ray

          RayNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          558 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          324 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          545 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X