C# Class NinjaTrader.Strategy.Strategy

Inheritance: StrategyBase
Afficher le fichier Open project: filgood/encog-financial

Méthodes publiques

Méthode Description
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).

Private Methods

Méthode Description
EncogFrameworkIndicator ( string host, string indicatorName, int port ) : Indicator.EncogFrameworkIndicator

Method Details

EncogFrameworkIndicator() public méthode

(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
Résultat Indicator.EncogFrameworkIndicator