C# 클래스 WT_Strategy.Indicators.SMA

상속: Indicator
파일 보기 프로젝트 열기: handayu/WindTunnel-master

공개 메소드들

메소드 설명
OnBarUpdate ( ) : void
SMA ( NumericSeries input, int period ) : System
SMA ( int period ) : System

메소드 상세

OnBarUpdate() 공개 메소드

public OnBarUpdate ( ) : void
리턴 void

SMA() 공개 메소드

public SMA ( NumericSeries input, int period ) : System
input NumericSeries
period int
리턴 System

SMA() 공개 메소드

public SMA ( int period ) : System
period int
리턴 System