C# Class FastQuant.Indicators.MASS

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

Protected Properties

Свойство Type Description
ema EMA
ema_ema EMA
hlTS TimeSeries
length int
order int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Calculate ( int index ) : void
MASS ( ISeries input, int length, int order ) : System
Value ( ISeries input, int index, int length, int order ) : double

Méthodes protégées

Méthode Description
Init ( ) : void

Method Details

Calculate() public méthode

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

Init() protected méthode

protected Init ( ) : void
Résultat void

MASS() public méthode

public MASS ( ISeries input, int length, int order ) : System
input ISeries
length int
order int
Résultat System

Value() public static méthode

public static Value ( ISeries input, int index, int length, int order ) : double
input ISeries
index int
length int
order int
Résultat double

Property Details

ema protected_oe property

protected EMA,FastQuant.Indicators ema
Résultat EMA

ema_ema protected_oe property

protected EMA,FastQuant.Indicators ema_ema
Résultat EMA

hlTS protected_oe property

protected TimeSeries hlTS
Résultat TimeSeries

length protected_oe property

protected int length
Résultat int

order protected_oe property

protected int order
Résultat int