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 charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          52 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          142 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          160 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          96 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          276 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X