C# Class Samples.SlowTurtleTrendFollowing.Turtles

Inheritance: FastQuant.InstrumentStrategy
显示文件 Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Turtles ( Framework framework, string name ) : System

Protected Methods

Method Description
OnBar ( Instrument instrument, Bar bar ) : void
OnBarOpen ( Instrument instrument, Bar bar ) : void
OnFill ( FastQuant.Fill fill ) : void
OnStrategyStart ( ) : void

Private Methods

Method Description
AddGroups ( ) : void

Method Details

OnBar() protected method

protected OnBar ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
return void

OnBarOpen() protected method

protected OnBarOpen ( Instrument instrument, Bar bar ) : void
instrument Instrument
bar FastQuant.Bar
return void

OnFill() protected method

protected OnFill ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
return void

OnStrategyStart() protected method

protected OnStrategyStart ( ) : void
return void

Turtles() public method

public Turtles ( Framework framework, string name ) : System
framework FastQuant.Framework
name string
return System