Show / Hide Table of Contents

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

| Edit this page View Source

Divergence

Divergence, the difference between MACD and signal line.

Declaration
public ITimeSeries<double> Divergence
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

Fast

Fast EMA.

Declaration
public ITimeSeries<double> Fast
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

MACD

MACD, as the difference between fast and slow EMA.

Declaration
public ITimeSeries<double> MACD
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

Signal

Signal line, as the EMA of the MACD.

Declaration
public ITimeSeries<double> Signal
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

Slow

Slow EMA.

Declaration
public ITimeSeries<double> Slow
Field Value
Type Description
ITimeSeries<double>
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com