Exposing indicator values that are not plots
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
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.

