Show / Hide Table of Contents

Class IndicatorsTrend._MACD

Container for MACD result.

Inheritance
System.Object
IndicatorsTrend._MACD
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TuringTrader.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class _MACD

Fields

| Improve this Doc View Source

Divergence

Divergence, the difference between MACD and signal line.

Declaration
public ITimeSeries<double> Divergence
Field Value
Type Description
ITimeSeries<System.Double>
| Improve this Doc View Source

Fast

Fast EMA.

Declaration
public ITimeSeries<double> Fast
Field Value
Type Description
ITimeSeries<System.Double>
| Improve this Doc View Source

MACD

MACD, as the difference between fast and slow EMA.

Declaration
public ITimeSeries<double> MACD
Field Value
Type Description
ITimeSeries<System.Double>
| Improve this Doc View Source

Signal

Signal line, as the EMA of the MACD.

Declaration
public ITimeSeries<double> Signal
Field Value
Type Description
ITimeSeries<System.Double>
| Improve this Doc View Source

Slow

Slow EMA.

Declaration
public ITimeSeries<double> Slow
Field Value
Type Description
ITimeSeries<System.Double>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2011-2021, Bertram Solutions LLC