C# Class MtGoxTrader.TradeStrategy.AutoTradeOneMinDealAmountHigher

Inheritance: IAutoTradeRule
ファイルを表示 Open project: iamapi/MtgoxTrader

Public Methods

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

Method Details

ShouldExecute() public method

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
return bool