Intermediate - Your own SMA

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Educational Resources > Developing Indicators >

Intermediate - Your own SMA

Previous page Return to chapter overview Next page

 

Your Own SMA Overview

In this intermediate level tutorial we are going to build a simple moving average indicator. This indicator will show you how to use the "for" loop and a single case "if" statement.

 

Set Up

Entering Calculation Logic

Compiling

Using