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 AaronKoRn, Today, 09:49 PM
      0 responses
      10 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Today, 08:42 PM
      0 responses
      9 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Today, 07:51 PM
      0 responses
      10 views
      0 likes
      Last Post strategist007  
      Started by StockTrader88, 03-06-2021, 08:58 AM
      44 responses
      3,980 views
      3 likes
      Last Post jhudas88  
      Started by rbeckmann05, Today, 06:48 PM
      0 responses
      9 views
      0 likes
      Last Post rbeckmann05  
      Working...
      X