Click or drag to resize

StrategyIndicator Class

Inheritance Hierarchy
SystemObject
  CoreIndicator
    TickIndicator
      MZpack.NT8.AlgoStrategyIndicator
        MZpack.NT8.Algo.IndicatorsStrategyPlotIndicator

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public abstract class StrategyIndicator : TickIndicator

The StrategyIndicator type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodBarUpdate (Overrides TickIndicator.BarUpdate.)
Protected methodCreateUnmanagedGraphics (Overrides CoreIndicator.CreateUnmanagedGraphics.)
Protected methodDisposeUnmanagedGraphics (Overrides CoreIndicator.DisposeUnmanagedGraphics.)
Public methodStatic memberGetBarUpdateShift
Public methodGetInput
Public methodMarketData (Overrides TickIndicator.MarketData(MarketDataEventArgs).)
Public methodNoTickReplayHistoricalSupport (Overrides TickIndicator.NoTickReplayHistoricalSupport.)
Public methodNotify(ExecutionEventArgs) (Overrides CoreIndicator.Notify(ExecutionEventArgs).)
Public methodNotify(QuoteEventArgs) (Overrides CoreIndicator.Notify(QuoteEventArgs).)
Public methodNotify(Trade) (Overrides CoreIndicator.Notify(Trade).)
Public methodRender (Overrides TickIndicator.Render(ChartControl, ChartScale).)
Public methodRenderTargetChanged (Overrides CoreIndicator.RenderTargetChanged.)
Top
See Also