C# Class FastQuant.Indicators.CAD

Inheritance: Indicator
Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

Свойство Type Description
ad AD
ema1 EMA
ema2 EMA
length1 int
length2 int

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
Init ( ) : void

Method Details

CAD() public méthode

public CAD ( ISeries input, int length1, int length2 ) : System
input ISeries
length1 int
length2 int
Résultat System

Calculate() public méthode

public Calculate ( int index ) : void
index int
Résultat void

Init() protected méthode

protected Init ( ) : void
Résultat void

Value() public static méthode

public static Value ( ISeries input, int index, int length1, int length2 ) : double
input ISeries
index int
length1 int
length2 int
Résultat double

Property Details

ad protected_oe property

protected AD,FastQuant.Indicators ad
Résultat AD

ema1 protected_oe property

protected EMA,FastQuant.Indicators ema1
Résultat EMA

ema2 protected_oe property

protected EMA,FastQuant.Indicators ema2
Résultat EMA

length1 protected_oe property

protected int length1
Résultat int

length2 protected_oe property

protected int length2
Résultat int