C# 클래스 FastQuant.Indicators.ADXR

상속: Indicator
파일 보기 프로젝트 열기: fastquant/fastquant.dll

보호된 프로퍼티들

프로퍼티 타입 설명
adx ADX
length int
style IndicatorStyle

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
Init ( ) : void

메소드 상세

ADXR() 공개 메소드

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

Calculate() 공개 메소드

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

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

프로퍼티 상세

adx 보호되어 있는 프로퍼티

protected ADX,FastQuant.Indicators adx
리턴 ADX

length 보호되어 있는 프로퍼티

protected int length
리턴 int

style 보호되어 있는 프로퍼티

protected IndicatorStyle style
리턴 IndicatorStyle