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

Dataseries Questions ???

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

    Dataseries Questions ???

    Open questions to anyone,

    Nt provides a number of dataseries when creating an indicator with the wizard.

    Depending on the number of plots, dataseries: values[0], Values[1], Values[2], and Values[3] are created by NT.

    There are also a number of input data series created. Open, High, Low, Close, Volume, Median and Typical, and Input.

    Now for my questions:

    1 - What specific information does the "Input" series contain? I can't find any info on this. Am I misunderstanding what this is used for?

    2 - Are there any other dataseries that are built with the indicator wizard not listed here?

    3 - If I'm not using some of these dataseries, can I seize them to use for custom dataseries storage programming? Or can they be disabled?

    This would ease up the volume of data being stored.

    Thanks,

    RJay
    Last edited by RJay; 10-28-2008, 07:57 AM.
    RJay
    NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

    #2
    Hello,


    1- This link has information on Input:


    Basically if you have PriceTypeSupported set to true the user can select from these price types:
    Close, High, Low, Median, Open, Typical

    2- There aren't any DataSeries built in the Wizard, but you can use different DataSeries in the Wizard. This link has more information DataSeries:

    You cannot seize up or disable any of the predefined DataSeries such as the ones listed in #1 above.

    There are other Series such as:
    BoolSeries and DateTimeSeries

    3- Yes, you can use DataSeries to store data within your custom indicator or strategy. Use the link above.
    DenNinjaTrader Customer Service

    Comment


      #3
      Thanks for the link,

      I see...

      -------------------------------------------------------------------

      Input represents the input data source of the indicator.

      If you implement an indicator where PriceTypeSupported is set to true, then when referencing the input data source value, you will want to reference Input[0] instead of Close[0].

      This is because Input[0] will return the data value of the selected.

      --------------------------------------------------------------------

      Don't know how I couldn't index search this ...

      This definitely clears a few things up.

      Thanks,

      RJay
      RJay
      NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by bortz, 11-06-2023, 08:04 AM
      47 responses
      1,602 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      8 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      18 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      4 views
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      12 views
      0 likes
      Last Post Javierw.ok  
      Working...
      X