C# 클래스 FastQuant.Indicators.PDI

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

보호된 프로퍼티들

프로퍼티 타입 설명
length int
pdmTS TimeSeries
style IndicatorStyle
trTS TimeSeries

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Calculate() 공개 메소드

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

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

PDI() 공개 메소드

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

Value() 공개 정적인 메소드

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

프로퍼티 상세

length 보호되어 있는 프로퍼티

protected int length
리턴 int

pdmTS 보호되어 있는 프로퍼티

protected TimeSeries pdmTS
리턴 TimeSeries

style 보호되어 있는 프로퍼티

protected IndicatorStyle style
리턴 IndicatorStyle

trTS 보호되어 있는 프로퍼티

protected TimeSeries trTS
리턴 TimeSeries