C# Class Forex_Strategy_Builder.Instrument

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

Public Methods

Method Description
Close ( int bar ) : double
High ( int bar ) : double
Instrument ( Instrument_Properties instrProperties, int period ) : System

Constructor

LoadData ( ) : int

Loads the data file

LoadResourceData ( ) : int

Loads the data file

Low ( int bar ) : double
Open ( int bar ) : double
Time ( int bar ) : System.DateTime
Volume ( int bar ) : int

Private Methods

Method Description
CheckMarketData ( ) : bool

Checks the loaded data

DataHorizon ( ) : int

Data Horizon - Cuts some data

Instrument ( ) : System

Default constructor

RefineData ( ) : void

Refines the market data

SetDataStats ( ) : void

Calculate statistics for the loaded data.

Method Details

Close() public method

public Close ( int bar ) : double
bar int
return double

High() public method

public High ( int bar ) : double
bar int
return double

Instrument() public method

Constructor
public Instrument ( Instrument_Properties instrProperties, int period ) : System
instrProperties Instrument_Properties
period int
return System

LoadData() public method

Loads the data file
public LoadData ( ) : int
return int

LoadResourceData() public method

Loads the data file
public LoadResourceData ( ) : int
return int

Low() public method

public Low ( int bar ) : double
bar int
return double

Open() public method

public Open ( int bar ) : double
bar int
return double

Time() public method

public Time ( int bar ) : System.DateTime
bar int
return System.DateTime

Volume() public method

public Volume ( int bar ) : int
bar int
return int