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 ageeholdings, Today, 07:43 AM
      0 responses
      5 views
      0 likes
      Last Post ageeholdings  
      Started by pibrew, Today, 06:37 AM
      0 responses
      4 views
      0 likes
      Last Post pibrew
      by pibrew
       
      Started by rbeckmann05, Yesterday, 06:48 PM
      1 response
      14 views
      0 likes
      Last Post bltdavid  
      Started by llanqui, Today, 03:53 AM
      0 responses
      6 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      12 views
      0 likes
      Last Post burtoninlondon  
      Working...
      X