Beginner - Indicator on Indicator

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Developing Indicators >

Beginner - Indicator on Indicator

Previous page Return to chapter overview Next page

 

Indicator on Indicator Overview

In this beginner level tutorial we are going to build a custom indicator that calculates a moving average of volume. This indicator will show you how to use the built in indicators of Moving Average (SMA) and Volume.

 

Set Up

Entering Calculation Logic

Compiling

Using