Click or drag to resize

SMA Class

The SMA (Simple Moving Average) is an indicator that shows the average value of a security's price over a period of time.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo.Indicators
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class SMA : StrategyPlotIndicator

The SMA type exposes the following members.

Constructors
  NameDescription
Public methodSMA
Initializes a new instance of the SMA class
Top
Properties
  NameDescription
Public propertyPeriod
Top
Methods
See Also