Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

indicator of a multiple value indicator

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

    indicator of a multiple value indicator

    Hi, amateur question.

    Made an indicator, OHLC3. It plots two different lines on the chart using two separate data series.

    Questions:
    1) Any way I can make a single indicator plot data both on the chart (overlay) and plot separate data in a panel?

    2) I want to use data from indicator OHLC3. How do I reference the data? OHLC3(2)[0] works fine, however it returns a value from only one data series. Any way I can specify which data series I'd like to pull values from?

    Thanks
    Last edited by Danedo; 04-11-2009, 10:17 AM.

    #2
    Originally posted by Danedo View Post
    Hi, amateur question.

    Made an indicator, OHLC3. It plots two lines on the chart.

    Questions:
    1) Any way I can make a single indicator plot data both on the chart (overlay) and plot separate data in a panel?

    2) I want to use data from indicator OHLC3. How do I reference the data? OHLC3(2)[0] works fine, however it returns a value from only one data series. I tried typing in specifically which data series I want, but no dice: for example OHLC3(Highgraph, 2)[0], Highgraph is the name of the data series in the other indicator from which I'd like to pull values.

    Thanks
    1. You can not have plots on both - price panel and indicator panel,
    however you can have plots in indicator panel and drawing objects in price panel.

    2. If you have a property of Highgraph, the correct syntax to access it is:

    OHLC3(2).Highgraph[0]
    Last edited by roonius; 04-11-2009, 10:17 AM.

    Comment


      #3

      Thanks, that'll do.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      597 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      343 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      556 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      555 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X