MZpack.NT8.Algo.Indicators Namespace |
| Class | Description | |
|---|---|---|
| ATR |
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.
| |
| CCI |
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.
| |
| CurrentDayOHL | ||
| DonchianChannel |
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.
| |
| EMA | ||
| MAX |
The Maximum shows the maximum of the last n bars.
| |
| MIN |
The Minimum shows the minimum of the last n bars.
| |
| Momentum | ||
| SMA |
The SMA (Simple Moving Average) is an indicator that shows the average value of a security's price over a period of time.
| |
| StrategyBigTradeIndicator |
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.
| |
| StrategyDeltaDivergenceIndicator |
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.
| |
| StrategyFootprintIndicator |
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.
| |
| StrategyMarketDepthIndicator |
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.
| |
| StrategyPlotIndicator |
Base abstract class for a technical indicator like EMA compatible with MZpack API.
| |
| StrategyVolumeDeltaIndicator |
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.
| |
| StrategyVolumeProfileIndicator |
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.
| |
| WMA |
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.
|