C# Class MtGoxTrader.TradeStrategy.AutoTradeFiveMinAmountPerTradeHigher

Inheritance: IAutoTradeRule
Afficher le fichier Open project: iamapi/MtgoxTrader

Méthodes publiques

Méthode Description
ShouldExecute ( MtGoxDepthInfo depth, List tradeListInOneMin, List tradeListInFiveMin, MtGoxTickerItem ticker, double condition ) : bool

Method Details

ShouldExecute() public méthode

public ShouldExecute ( MtGoxDepthInfo depth, List tradeListInOneMin, List tradeListInFiveMin, MtGoxTickerItem ticker, double condition ) : bool
depth MtGoxTrader.Model.MtGoxDepthInfo
tradeListInOneMin List
tradeListInFiveMin List
ticker MtGoxTrader.Model.MtGoxTickerItem
condition double
Résultat bool