C# Class Forex_Strategy_Builder.Session

Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
Session ( int bar, int maxPos, int maxOrd )

Constructor

SetWayPoint ( double price, WayPointType type ) : void

Sets a Way Point

Method Details

Session() public method

Constructor
public Session ( int bar, int maxPos, int maxOrd )
bar int
maxPos int
maxOrd int

SetWayPoint() public method

Sets a Way Point
public SetWayPoint ( double price, WayPointType type ) : void
price double
type WayPointType
return void