C# 클래스 FastQuant.Indicators.RSI

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

보호된 프로퍼티들

프로퍼티 타입 설명
barData BarData
downTS TimeSeries
length int
style IndicatorStyle
upTS TimeSeries

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Calculate() 공개 메소드

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

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

RSI() 공개 메소드

public RSI ( ISeries input, int length, BarData barData = BarData.Close, IndicatorStyle style = IndicatorStyle.QuantStudio ) : System
input ISeries
length int
barData BarData
style IndicatorStyle
리턴 System

Value() 공개 정적인 메소드

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

프로퍼티 상세

barData 보호되어 있는 프로퍼티

protected BarData barData
리턴 BarData

downTS 보호되어 있는 프로퍼티

protected TimeSeries downTS
리턴 TimeSeries

length 보호되어 있는 프로퍼티

protected int length
리턴 int

style 보호되어 있는 프로퍼티

protected IndicatorStyle style
리턴 IndicatorStyle

upTS 보호되어 있는 프로퍼티

protected TimeSeries upTS
리턴 TimeSeries