C# 클래스 Forex_Strategy_Builder.Indicator_Tester

파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
CustomIndicatorFastTest ( Indicator indicator, string &sErrorList ) : bool

Tests general parameters of a custom indicator.

CustomIndicatorThoroughTest ( string sIndicatorName, string &sErrorList ) : bool

Performs thorough indicator test.

메소드 상세

CustomIndicatorFastTest() 공개 정적인 메소드

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

CustomIndicatorThoroughTest() 공개 정적인 메소드

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