Class IndicatorsTrend._MACD
Container for MACD result.
Inherited Members
Namespace: TuringTrader.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class IndicatorsTrend._MACD
Fields
| Edit this page View SourceDivergence
Divergence, the difference between MACD and signal line.
Declaration
public ITimeSeries<double> Divergence
Field Value
| Type | Description |
|---|---|
| ITimeSeries<double> |
Fast
Fast EMA.
Declaration
public ITimeSeries<double> Fast
Field Value
| Type | Description |
|---|---|
| ITimeSeries<double> |
MACD
MACD, as the difference between fast and slow EMA.
Declaration
public ITimeSeries<double> MACD
Field Value
| Type | Description |
|---|---|
| ITimeSeries<double> |
Signal
Signal line, as the EMA of the MACD.
Declaration
public ITimeSeries<double> Signal
Field Value
| Type | Description |
|---|---|
| ITimeSeries<double> |
Slow
Slow EMA.
Declaration
public ITimeSeries<double> Slow
Field Value
| Type | Description |
|---|---|
| ITimeSeries<double> |