C# Class FastQuant.Indicators.UltOsc

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

Protected Properties

Property Type Description
n1 int
n2 int
n3 int

Private Properties

Property Type Description

Public Methods

Method Description
Calculate ( int index ) : void
UltOsc ( ISeries input, int n1, int n2, int n3 ) : System
Value ( ISeries input, int index, int n1, int n2, int n3 ) : 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

UltOsc() public method

public UltOsc ( ISeries input, int n1, int n2, int n3 ) : System
input ISeries
n1 int
n2 int
n3 int
return System

Value() public static method

public static Value ( ISeries input, int index, int n1, int n2, int n3 ) : double
input ISeries
index int
n1 int
n2 int
n3 int
return double

Property Details

n1 protected property

protected int n1
return int

n2 protected property

protected int n2
return int

n3 protected property

protected int n3
return int