C# 클래스 FastQuant.Indicators.MASS

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

보호된 프로퍼티들

프로퍼티 타입 설명
ema EMA
ema_ema EMA
hlTS TimeSeries
length int
order int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Calculate ( int index ) : void
MASS ( ISeries input, int length, int order ) : System
Value ( ISeries input, int index, int length, int order ) : double

보호된 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Calculate() 공개 메소드

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

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

MASS() 공개 메소드

public MASS ( ISeries input, int length, int order ) : System
input ISeries
length int
order int
리턴 System

Value() 공개 정적인 메소드

public static Value ( ISeries input, int index, int length, int order ) : double
input ISeries
index int
length int
order int
리턴 double

프로퍼티 상세

ema 보호되어 있는 프로퍼티

protected EMA,FastQuant.Indicators ema
리턴 EMA

ema_ema 보호되어 있는 프로퍼티

protected EMA,FastQuant.Indicators ema_ema
리턴 EMA

hlTS 보호되어 있는 프로퍼티

protected TimeSeries hlTS
리턴 TimeSeries

length 보호되어 있는 프로퍼티

protected int length
리턴 int

order 보호되어 있는 프로퍼티

protected int order
리턴 int