C# Class FastQuant.Indicators.VOSC

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

Protected Properties

Property Type Description
length1 int
length2 int

Private Properties

Property Type Description

Public Methods

Method Description
Calculate ( int index ) : void
VOSC ( ISeries input, int length1, int length2 ) : System
Value ( ISeries input, int index, int length1, int length2 ) : 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

VOSC() public method

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

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

length1 protected_oe property

protected int length1
return int

length2 protected_oe property

protected int length2
return int