Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

BarsArray[2] with EMA(High,34)[0];

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

    BarsArray[2] with EMA(High,34)[0];

    Hi
    How can I linked

    BarsArray[2] with EMA(High,34)[0];

    Thanks

    #2
    Please try calculating the EMA on the Highs, so for example -

    EMA(Highs[2], 34)[0];

    Comment


      #3
      Sorry it is not that

      for HighS.... I know [][]

      but it is completely different

      I speay about EMA(High,34)
      EMA 34 calculate on High of the candel

      How can I linked

      BarsArray[2] with EMA(High,34)[0];

      Thanks

      Comment


        #4
        Sorry I don't follow what you mean by 'link' - you either

        a) calculate the EMA on the highs of the second series as input data

        b) you can filter when to access / work (in which OnBarUpdate call) with a given value, for this you would use BarsInProgress -

        Comment


          #5
          for instance
          this is possible
          EMA(BarsArray[2],34)[0];

          but I need EMA on High

          I need something like that
          EMA(BarsArray[2],High,34)[0];

          witch is not compilated

          what is the good formulation ?

          Comment


            #6
            Correct, please try my second reply out, this will calculate the EMA with the Highs of the second series as input.

            Comment


              #7
              OK,
              Thanks

              Comment

              Latest Posts

              Collapse

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