C# Class Samples.SMACrossover.SMACrossover

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

Méthodes publiques

Свойство Type Description
CrossoverExitEnabled bool
LimitOCALevel double
OCAExitEnabled bool
StopExitEnabled bool
StopLevel double
StopMode StopMode
StopOCALevel double
StopType StopType

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnBar ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnPositionClosed ( Position position ) : void
OnPositionOpened ( Position position ) : void
OnStopExecuted ( Stop stop ) : 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

OnPositionClosed() protected méthode

protected OnPositionClosed ( Position position ) : void
position FastQuant.Position
Résultat void

OnPositionOpened() protected méthode

protected OnPositionOpened ( Position position ) : void
position FastQuant.Position
Résultat void

OnStopExecuted() protected méthode

protected OnStopExecuted ( Stop stop ) : void
stop FastQuant.Stop
Résultat void

OnStrategyStart() protected méthode

protected OnStrategyStart ( ) : void
Résultat void

SMACrossover() public méthode

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

Property Details

CrossoverExitEnabled public_oe property

public bool CrossoverExitEnabled
Résultat bool

LimitOCALevel public_oe property

public double LimitOCALevel
Résultat double

OCAExitEnabled public_oe property

public bool OCAExitEnabled
Résultat bool

StopExitEnabled public_oe property

public bool StopExitEnabled
Résultat bool

StopLevel public_oe property

public double StopLevel
Résultat double

StopMode public_oe property

public StopMode StopMode
Résultat StopMode

StopOCALevel public_oe property

public double StopOCALevel
Résultat double

StopType public_oe property

public StopType StopType
Résultat StopType