C# 클래스 FastQuant.Indicator

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

보호된 프로퍼티들

프로퍼티 타입 설명
calculate bool
input ISeries

공개 메소드들

메소드 설명
Attach ( ) : void
Calculate ( int index ) : void
Detach ( ) : void
GetDateTime ( int index ) : System.DateTime
GetIndex ( System.DateTime datetime, IndexOption option = IndexOption.Null ) : int
GetMax ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
GetMin ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
Indicator ( ISeries input ) : System
this ( int index ) : double
this ( int index, BarData barData ) : double

보호된 메소드들

메소드 설명
Calculate ( ) : void
Init ( ) : void

비공개 메소드들

메소드 설명
Update ( int index ) : void

메소드 상세

Attach() 공개 메소드

public Attach ( ) : void
리턴 void

Calculate() 보호된 메소드

protected Calculate ( ) : void
리턴 void

Calculate() 공개 메소드

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

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

GetDateTime() 공개 메소드

public GetDateTime ( int index ) : System.DateTime
index int
리턴 System.DateTime

GetIndex() 공개 메소드

public GetIndex ( System.DateTime datetime, IndexOption option = IndexOption.Null ) : int
datetime System.DateTime
option IndexOption
리턴 int

GetMax() 공개 메소드

public GetMax ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
dateTime1 System.DateTime
dateTime2 System.DateTime
리턴 double

GetMin() 공개 메소드

public GetMin ( System.DateTime dateTime1, System.DateTime dateTime2 ) : double
dateTime1 System.DateTime
dateTime2 System.DateTime
리턴 double

Indicator() 공개 메소드

public Indicator ( ISeries input ) : System
input ISeries
리턴 System

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

this() 공개 메소드

public this ( int index ) : double
index int
리턴 double

this() 공개 메소드

public this ( int index, BarData barData ) : double
index int
barData BarData
리턴 double

프로퍼티 상세

calculate 보호되어 있는 프로퍼티

protected bool calculate
리턴 bool

input 보호되어 있는 프로퍼티

protected ISeries input
리턴 ISeries