Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator on other time frame

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

    Indicator on other time frame

    How do I apply an indicator to a secondary time frame chart? I thought
    it was merely to do it like the following pseudo code:

    Add(other time frame); // becoming the BarsArray[1] Bars object
    Add( indicator( BarsArray[1],... );

    But when running that, it tells me I can't use BarsArray in the Initialize method.

    I have browsed the manual pages for a solution, but not been able to find one. Please help me.

    #2
    Unfortunately indicators only run on 1 (!) data series. Only strategies support multiple data series (which wold allow you to code your issues there).

    Comment


      #3
      Hmm; I did try this within a strategy.? My logic involves one indicator on the main chart, and another indicator on a secondary chart. Basically it involves two charts with separate indicators that I want to read off and combine through this magic formulae.

      Comment


        #4
        - unfortunately you can not cross reference indicators on different charts
        - please check out SampleMultiInstrument strategy for how to work with indicators on different series

        Comment


          #5
          Thanks. Good. Right. So I just apply the secondary chart indicator on the fly. I assume this primarily means that my strategy does not receive events from the secondary indicator, which is totally fine.
          But, are there performance implications? E.g., is the secondary indicator re-created for each usage?

          Comment


            #6
            Indicator on secondary series has the same performance impact as indicato on primary series. Just give it try.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            648 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            369 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            108 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            572 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            574 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X