C# Class FastQuant.Indicator

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

Protected Properties

Свойство Type Description
calculate bool
input ISeries

Méthodes publiques

Méthode Description
Attach ( ) : void
Calculate ( int index ) : void
Detach ( ) : void
GetDateTime ( int index ) : System.DateTime
GetIndex ( System.DateTime datetime, IndexOption option = IndexOption.Null ) : int
GetMax ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
GetMin ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
Indicator ( ISeries input ) : System
this ( int index ) : double
this ( int index, BarData barData ) : double

Méthodes protégées

Méthode Description
Calculate ( ) : void
Init ( ) : void

Private Methods

Méthode Description
Update ( int index ) : void

Method Details

Attach() public méthode

public Attach ( ) : void
Résultat void

Calculate() protected méthode

protected Calculate ( ) : void
Résultat void

Calculate() public méthode

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

Detach() public méthode

public Detach ( ) : void
Résultat void

GetDateTime() public méthode

public GetDateTime ( int index ) : System.DateTime
index int
Résultat System.DateTime

GetIndex() public méthode

public GetIndex ( System.DateTime datetime, IndexOption option = IndexOption.Null ) : int
datetime System.DateTime
option IndexOption
Résultat int

GetMax() public méthode

public GetMax ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
dateTime1 System.DateTime
dateTime2 System.DateTime
Résultat double

GetMin() public méthode

public GetMin ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
dateTime1 System.DateTime
dateTime2 System.DateTime
Résultat double

Indicator() public méthode

public Indicator ( ISeries input ) : System
input ISeries
Résultat System

Init() protected méthode

protected Init ( ) : void
Résultat void

this() public méthode

public this ( int index ) : double
index int
Résultat double

this() public méthode

public this ( int index, BarData barData ) : double
index int
barData BarData
Résultat double

Property Details

calculate protected_oe property

protected bool calculate
Résultat bool

input protected_oe property

protected ISeries input
Résultat ISeries