C# Class FastQuant.Indicators.VCH

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

Protected Properties

Property Type Description
ema EMA
hlTS TimeSeries
length1 int
length2 int

Private Properties

Property Type Description

Public Methods

Method Description
Calculate ( int index ) : void
VCH ( 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

VCH() public method

public VCH ( 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

ema protected property

protected EMA,FastQuant.Indicators ema
return EMA

hlTS protected property

protected TimeSeries hlTS
return TimeSeries

length1 protected property

protected int length1
return int

length2 protected property

protected int length2
return int