Exposing indicator values that are not plots

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Reference Samples > Indicator >

Exposing indicator values that are not plots

Previous page Return to chapter overview Next page

There may be cases where you want to have your indicator calculate non-plotted values that you will want to access when using this indicator inside of another indicator or strategy.

 

Key concepts in this example

Creating exposed BoolSeries objects

Storing and retrieving values from BoolSeries objects

 

Important related documentation

Series<T>

We suggest using an available class that implements the Series interface.

Price Series

Time Series

Volume Series

 

Import instructions

1.Download the file contained in this Help Guide topic to your PC desktop

2.From the Control Center window, select the menu Tools > Import > NinjaScript

3.Select the downloaded file

 

SampleBoolSeries_NT8.zip