C# 클래스 MtGoxTrader.TradeStrategy.AutoTradeBuyAmountIn10Higher

상속: IAutoTradeRule
파일 보기 프로젝트 열기: iamapi/MtgoxTrader

공개 메소드들

메소드 설명
ShouldExecute ( MtGoxDepthInfo depth, List tradeListInOneMin, List tradeListInFiveMin, MtGoxTickerItem ticker, double condition ) : bool

메소드 상세

ShouldExecute() 공개 메소드

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
리턴 bool