C# Class FastQuant.Indicators.CAD

Inheritance: Indicator
Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
ad AD
ema1 EMA
ema2 EMA
length1 int
length2 int

Private Properties

Property Type Description

Public Methods

Method Description
CAD ( ISeries input, int length1, int length2 ) : System
Calculate ( int index ) : void
Value ( ISeries input, int index, int length1, int length2 ) : double

Protected Methods

Method Description
Init ( ) : void

Method Details

CAD() public method

public CAD ( ISeries input, int length1, int length2 ) : System
input ISeries
length1 int
length2 int
return System

Calculate() public method

public Calculate ( int index ) : void
index int
return void

Init() protected method

protected Init ( ) : void
return void

Value() public static method

public static Value ( ISeries input, int index, int length1, int length2 ) : double
input ISeries
index int
length1 int
length2 int
return double

Property Details

ad protected property

protected AD,FastQuant.Indicators ad
return AD

ema1 protected property

protected EMA,FastQuant.Indicators ema1
return EMA

ema2 protected property

protected EMA,FastQuant.Indicators ema2
return EMA

length1 protected property

protected int length1
return int

length2 protected property

protected int length2
return int