C# 클래스 FastQuant.Indicators.ADX

상속: Indicator
파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dx DX
length int
style IndicatorStyle

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ADX ( ISeries input, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : System.ComponentModel
Calculate ( int index ) : void
Value ( ISeries input, int index, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : double

보호된 메소드들

메소드 설명
Init ( ) : void

메소드 상세

ADX() 공개 메소드

public ADX ( ISeries input, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : System.ComponentModel
input ISeries
length int
style IndicatorStyle
리턴 System.ComponentModel

Calculate() 공개 메소드

public Calculate ( int index ) : void
index int
리턴 void

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

Value() 공개 정적인 메소드

public static Value ( ISeries input, int index, int length, IndicatorStyle style = IndicatorStyle.QuantStudio ) : double
input ISeries
index int
length int
style IndicatorStyle
리턴 double

프로퍼티 상세

dx 보호되어 있는 프로퍼티

protected DX,FastQuant.Indicators dx
리턴 DX

length 보호되어 있는 프로퍼티

protected int length
리턴 int

style 보호되어 있는 프로퍼티

protected IndicatorStyle style
리턴 IndicatorStyle