C# Class MtGoxTrader.TradeStrategy.SmpleTradeStrategy

Inheritance: ITradeStrategy
ファイルを表示 Open project: iamapi/MtgoxTrader Class Usage Examples

Public Properties

Property Type Description
OrderTol double

Public Methods

Method Description
ComputeNewOrders ( MtGoxDepthInfo depth, List tradeListInOneMin, List tradeListInFiveMin, MtGoxTickerItem ticker, UserInfo user, MtGoxAPIV0 api, List autoTradeSettingsList ) : bool

Method Details

ComputeNewOrders() public method

public ComputeNewOrders ( MtGoxDepthInfo depth, List tradeListInOneMin, List tradeListInFiveMin, MtGoxTickerItem ticker, UserInfo user, MtGoxAPIV0 api, List autoTradeSettingsList ) : bool
depth MtGoxTrader.Model.MtGoxDepthInfo
tradeListInOneMin List
tradeListInFiveMin List
ticker MtGoxTrader.Model.MtGoxTickerItem
user MtGoxTrader.Model.UserInfo
api MtGoxTrader.MtGoxAPIClient.MtGoxAPIV0
autoTradeSettingsList List
return bool

Property Details

OrderTol public_oe property

public double OrderTol
return double