C# Class FastQuant.Indicators.MASS

Inheritance: Indicator
Exibir arquivo Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
ema EMA
ema_ema EMA
hlTS TimeSeries
length int
order int

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
Init ( ) : void

Method Details

Calculate() public method

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

Init() protected method

protected Init ( ) : void
return void

MASS() public method

public MASS ( ISeries input, int length, int order ) : System
input ISeries
length int
order int
return System

Value() public static method

public static Value ( ISeries input, int index, int length, int order ) : double
input ISeries
index int
length int
order int
return double

Property Details

ema protected_oe property

protected EMA,FastQuant.Indicators ema
return EMA

ema_ema protected_oe property

protected EMA,FastQuant.Indicators ema_ema
return EMA

hlTS protected_oe property

protected TimeSeries hlTS
return TimeSeries

length protected_oe property

protected int length
return int

order protected_oe property

protected int order
return int