Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator: Using a Series or DataSeries object to store calculations

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

    Indicator: Using a Series or DataSeries object to store calculations

    When creating Indicators or Strategies you may find that you need to store values in a way that is similar to the way price data is stored in NinjaTrader.

    NT8
    Series<T> objects are useful for storing various types of values.

    NT7
    DataSeries objects are useful for storing various types of values.

    Since they are linked to your historical bars object, you can store and link a value to each bar. This allows you the flexibility of accessing the values at any point in the future for further calculations or plotting.


    Key concepts in this example:
    • Creating objects that store data
    • Storing and retrieving values from these objects


    Important related documentation:

    NinjaTrader 8

    NinjaTrader 7


    Import instructions:

    NinjaTrader 8
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu Tools > Import > NinjaScript
    3. Select the downloaded file


    NinjaTrader 7
    1. Download the file contained in this thread to your PC desktop
    2. From the Control Center window, select the menu File > Utilities > Import NinjaScript
    3. Select the downloaded file and click Import.
    Attached Files
    Last edited by NinjaTrader_Bertrand; 01-17-2017, 07:25 AM.
    Josh P.NinjaTrader Customer Service

Latest Posts

Collapse

Topics Statistics Last Post
Started by devatechnologies, 04-14-2024, 02:58 PM
3 responses
19 views
0 likes
Last Post NinjaTrader_BrandonH  
Started by tkaboris, Today, 08:01 AM
0 responses
2 views
0 likes
Last Post tkaboris  
Started by BarzTrading, Today, 07:25 AM
1 response
11 views
1 like
Last Post NinjaTrader_Clayton  
Started by EB Worx, 04-04-2023, 02:34 AM
7 responses
161 views
0 likes
Last Post VFI26
by VFI26
 
Started by Mizzouman1, Today, 07:35 AM
1 response
9 views
0 likes
Last Post NinjaTrader_Gaby  
Working...
X