Click or drag to resize

MZpack.NT8.Algo.Indicators Namespace

Namespace containing built-in MZpack 3 API indicators.
Classes
  ClassDescription
Public classATR
The Average True Range (ATR) is a measure of volatility. It was introduced by Welles Wilder in his book 'New Concepts in Technical Trading Systems' and has since been used as a component of many indicators and trading systems.
Public classCCI
The Commodity Channel Index (CCI) measures the variation of a security's price from its statistical mean. High values show that prices are unusually high compared to average prices whereas low values indicate that prices are unusually low.
Public classCurrentDayOHL
Public classDonchianChannel
Donchian Channel. The Donchian Channel indicator was created by Richard Donchian. It uses the highest high and the lowest low of a period of time to plot the channel.
Public classEMA
Public classMAX
The Maximum shows the maximum of the last n bars.
Public classMIN
The Minimum shows the minimum of the last n bars.
Public classMomentum
Public classSMA
The SMA (Simple Moving Average) is an indicator that shows the average value of a security's price over a period of time.
Public classStrategyBigTradeIndicator
Base class for any BigTrade indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Public classStrategyDeltaDivergenceIndicator
Base class for any DeltaDivergence indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Public classStrategyFootprintIndicator
Base class for any Footprint indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Public classStrategyMarketDepthIndicator
Base class for any MarketDepth indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Public classStrategyPlotIndicator
Base abstract class for a technical indicator like EMA compatible with MZpack API.
Public classStrategyVolumeDeltaIndicator
Base class for any VolumeDelta indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Public classStrategyVolumeProfileIndicator
Base class for any VolumeProfile indicator based on MZpack API. This class intended to be used only in strategies. You can create an instance of this class directly.
Public classWMA
The WMA (Weighted Moving Average) is a Moving Average indicator that shows the average value of a security's price over a period of time with special emphasis on the more recent portions of the time period under analysis as opposed to the earlier.