C# Class FastQuant.Indicators.UltOsc

Inheritance: Indicator
Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

Свойство Type Description
n1 int
n2 int
n3 int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Init ( ) : void

Method Details

Calculate() public méthode

public Calculate ( int index ) : void
index int
Résultat void

Init() protected méthode

protected Init ( ) : void
Résultat void

UltOsc() public méthode

public UltOsc ( ISeries input, int n1, int n2, int n3 ) : System
input ISeries
n1 int
n2 int
n3 int
Résultat System

Value() public static méthode

public static Value ( ISeries input, int index, int n1, int n2, int n3 ) : double
input ISeries
index int
n1 int
n2 int
n3 int
Résultat double

Property Details

n1 protected_oe property

protected int n1
Résultat int

n2 protected_oe property

protected int n2
Résultat int

n3 protected_oe property

protected int n3
Résultat int