Creating a user-defined parameter type (enum)

<< Click to Display Table of Contents >>

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

Creating a user-defined parameter type (enum)

Previous page Return to chapter overview Next page

Creating user-defined parameters allows you to present the user with hard coded options they can choose. These options provide flexibility in your indicators and can be of value to the user if they like to switch settings often.

 

Key concepts in this example

Hard code various Moving Average types the user can select

Use a switch to determine which code logic is executed based on the Moving Average type selected

 

Important related documentation

enum

branching statements

 

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

 

SampleUniversalMovingAverage_NT8.zip