C# Class Samples.SMACrossover.SMACrossoverWithEventFilter

Inheritance: FastQuant.InstrumentStrategy
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
SMACrossoverWithEventFilter ( Framework framework, string name ) : System

Méthodes protégées

Méthode Description
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnStrategyStart ( ) : void

Private Methods

Méthode Description
AddGroups ( ) : void

Method Details

OnBar() protected méthode

protected OnBar ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
Résultat void

OnFill() protected méthode

protected OnFill ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
Résultat void

OnStrategyStart() protected méthode

protected OnStrategyStart ( ) : void
Résultat void

SMACrossoverWithEventFilter() public méthode

public SMACrossoverWithEventFilter ( Framework framework, string name ) : System
framework FastQuant.Framework
name string
Résultat System