C# Class FastQuant.Indicators.KCU

Inheritance: Indicator
Show file Open project: fastquant/fastquant.dll

Protected Properties

Property Type Description
length int

Private Properties

Property Type Description

Public Methods

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

KCU() public method

public KCU ( ISeries input, int length ) : System
input ISeries
length int
return System

Value() public static method

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

Property Details

length protected property

protected int length
return int