C# Class Forex_Strategy_Builder.Indicator_Tester

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

Public Methods

Method Description
CustomIndicatorFastTest ( Indicator indicator, string &sErrorList ) : bool

Tests general parameters of a custom indicator.

CustomIndicatorThoroughTest ( string sIndicatorName, string &sErrorList ) : bool

Performs thorough indicator test.

Method Details

CustomIndicatorFastTest() public static method

Tests general parameters of a custom indicator.
public static CustomIndicatorFastTest ( Indicator indicator, string &sErrorList ) : bool
indicator Indicator The indicator.
sErrorList string
return bool

CustomIndicatorThoroughTest() public static method

Performs thorough indicator test.
public static CustomIndicatorThoroughTest ( string sIndicatorName, string &sErrorList ) : bool
sIndicatorName string The indicator name.
sErrorList string
return bool