C# Class Samples.SMACrossover.SMACrossoverWithTakeProfitAndStopLoss

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnOrderFilled ( Order order ) : void
OnOrderPartiallyFilled ( Order order ) : 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

OnOrderFilled() protected méthode

protected OnOrderFilled ( Order order ) : void
order FastQuant.Order
Résultat void

OnOrderPartiallyFilled() protected méthode

protected OnOrderPartiallyFilled ( Order order ) : void
order FastQuant.Order
Résultat void

OnStrategyStart() protected méthode

protected OnStrategyStart ( ) : void
Résultat void

SMACrossoverWithTakeProfitAndStopLoss() public méthode

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