Intermediate - Historical Custom Series<T>

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Developing Indicators >

Intermediate - Historical Custom Series<T>

Previous page Return to chapter overview Next page

 

Historical Custom Series<T> Overview

In this intermediate level tutorial we are going to build a custom indicator that stores intermediary calculations without the use of plots. This indicator will show you how to use a Series<T> object.

 

Set Up

Entering Calculation Logic

Compiling

Using