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 benmarkal, Yesterday, 12:52 PM
      3 responses
      22 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by helpwanted, Today, 03:06 AM
      1 response
      18 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      11 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      6 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      244 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Working...
      X