C# Class Forex_Strategy_Builder.Indicator_Tester

Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

CustomIndicatorThoroughTest() public static méthode

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