Class IndicatorsTrend._MACD
Container for MACD result.
Inheritance
object
IndicatorsTrend._MACD
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class IndicatorsTrend._MACD
Fields
| Improve this Doc 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> |