Click or drag to resize

StrategyPlotIndicator Class

Base abstract class for a technical indicator like EMA compatible with MZpack API.
Inheritance Hierarchy
SystemObject
  CoreIndicator
    TickIndicator
      MZpack.NT8.AlgoStrategyIndicator
        MZpack.NT8.Algo.IndicatorsStrategyPlotIndicator
          More...

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 abstract class StrategyPlotIndicator : StrategyIndicator

The StrategyPlotIndicator type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPlotStyle
Public propertyStrokes
Top
Methods
See Also
Inheritance Hierarchy
SystemObject
  CoreIndicator
    TickIndicator
      MZpack.NT8.AlgoStrategyIndicator
        MZpack.NT8.Algo.IndicatorsStrategyPlotIndicator
          MZpack.NT8.Algo.IndicatorsATR
          MZpack.NT8.Algo.IndicatorsCCI
          MZpack.NT8.Algo.IndicatorsCurrentDayOHL
          MZpack.NT8.Algo.IndicatorsDonchianChannel
          MZpack.NT8.Algo.IndicatorsEMA
          MZpack.NT8.Algo.IndicatorsMAX
          MZpack.NT8.Algo.IndicatorsMIN
          MZpack.NT8.Algo.IndicatorsMomentum
          MZpack.NT8.Algo.IndicatorsSMA
          MZpack.NT8.Algo.IndicatorsWMA