C# 클래스 NinjaTrader.Strategy.Strategy

상속: StrategyBase
파일 보기 프로젝트 열기: filgood/encog-financial

공개 메소드들

메소드 설명
EncogFrameworkIndicator ( Data input, string host, string indicatorName, int port ) : Indicator.EncogFrameworkIndicator

(Version Beta-1) This is a generic indicator used to connect to the Encog Framework(www.encog.org).

비공개 메소드들

메소드 설명
EncogFrameworkIndicator ( string host, string indicatorName, int port ) : Indicator.EncogFrameworkIndicator

메소드 상세

EncogFrameworkIndicator() 공개 메소드

(Version Beta-1) This is a generic indicator used to connect to the Encog Framework(www.encog.org).
public EncogFrameworkIndicator ( Data input, string host, string indicatorName, int port ) : Indicator.EncogFrameworkIndicator
input Data
host string
indicatorName string
port int
리턴 Indicator.EncogFrameworkIndicator