Synchronizing a DataSeries object to a secondary time frame
Series objects are useful for storing interim calculations to your strategy. Sometimes you will want to store calculations based on another time frame that is not the primary bar series in a strategy.
Key concepts in this example
- Creating Series objects
- Storing and retrieving values from Series objects
Important related documentation
Import instructions
- Download the file contained in this Help Guide topic to your PC desktop
- From the Control Center window, select the menu Tools > Import > NinjaScript
- Select the downloaded file

