Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator pull in indicator as second series

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

    Indicator pull in indicator as second series

    I am trying to pull in a second indicator as a second series. But I can't get it to work.

    This doesn't work...
    Add("SMA(ES 09-12,14)", BarsPeriod.Id, BarsPeriod.Value);

    I added the SMA to my chart. How do can I pull in an indicator as a second series to an indicator ? Is there something for indicators like BarsArrays for series?
    Last edited by light65536; 07-21-2012, 10:50 PM.

    #2
    It looks like its not possible.... if it is possible.. appreciate the help!

    Comment


      #3
      Originally posted by light65536 View Post
      I am trying to pull in a second indicator as a second series. But I can't get it to work.

      This doesn't work...
      Add("SMA(ES 09-12,14)", BarsPeriod.Id, BarsPeriod.Value);

      I added the SMA to my chart. How do can I pull in an indicator as a second series to an indicator ? Is there something for indicators like BarsArrays for series?
      Just add a second plot or a new DataSeries to your indicator. Then call the SMA and set the value of that plot / data series to the value of the SMA.

      Comment


        #4
        Harry,

        This doesn't work when we want to allow the user to be able to select an indicator as an input to an indicator as a second data series. It is possible to "hack" around this by coding in a switch statement (which is what I will do). But, it requires special coding for each indicator supported and it is not possible to support own user created indicators.

        This is a design flaw but I will work around.
        Thanks



        Originally posted by Harry View Post
        Just add a second plot or a new DataSeries to your indicator. Then call the SMA and set the value of that plot / data series to the value of the SMA.
        Last edited by light65536; 07-22-2012, 12:56 PM.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 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
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X