Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 prdecast, Today, 06:07 AM
      0 responses
      3 views
      0 likes
      Last Post prdecast  
      Started by i019945nj, 12-14-2023, 06:41 AM
      3 responses
      60 views
      0 likes
      Last Post i019945nj  
      Started by TraderBCL, Today, 04:38 AM
      2 responses
      18 views
      0 likes
      Last Post TraderBCL  
      Started by martin70, 03-24-2023, 04:58 AM
      14 responses
      106 views
      0 likes
      Last Post martin70  
      Started by Radano, 06-10-2021, 01:40 AM
      19 responses
      610 views
      0 likes
      Last Post Radano
      by Radano
       
      Working...
      X