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 sjsj2732, 03-23-2026, 04:31 AM
      0 responses
      69 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      312 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      306 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      146 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      105 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X