C# Class FastQuant.Indicators.D_Slow

Inheritance: Indicator
ファイルを表示 Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
length int
order1 int
order2 int

Private Properties

Property Type Description

Public Methods

Method Description
Calculate ( int index ) : void
D_Slow ( ISeries input, int length, int order1, int order2 ) : System
Value ( ISeries input, int index, int length, int order1, int order2 ) : double

Protected Methods

Method Description
Init ( ) : void

Method Details

Calculate() public method

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

D_Slow() public method

public D_Slow ( ISeries input, int length, int order1, int order2 ) : System
input ISeries
length int
order1 int
order2 int
return System

Init() protected method

protected Init ( ) : void
return void

Value() public static method

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

Property Details

length protected_oe property

protected int length
return int

order1 protected_oe property

protected int order1
return int

order2 protected_oe property

protected int order2
return int