C# Class FastQuant.Indicators.B

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

Protected Properties

Свойство Type Description
barData BarData
k double
length int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
B ( ISeries input, int length, double k, BarData barData = BarData.Close ) : System
Calculate ( int index ) : void
Value ( ISeries input, int index, int length, double k, BarData barData = BarData.Close ) : double

Méthodes protégées

Méthode Description
Init ( ) : void

Method Details

B() public méthode

public B ( ISeries input, int length, double k, BarData barData = BarData.Close ) : System
input ISeries
length int
k double
barData BarData
Résultat System

Calculate() public méthode

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

Init() protected méthode

protected Init ( ) : void
Résultat void

Value() public static méthode

public static Value ( ISeries input, int index, int length, double k, BarData barData = BarData.Close ) : double
input ISeries
index int
length int
k double
barData BarData
Résultat double

Property Details

barData protected_oe property

protected BarData barData
Résultat BarData

k protected_oe property

protected double k
Résultat double

length protected_oe property

protected int length
Résultat int