C# Class MtGoxTrader.TradeStrategy.SmpleTradeStrategy

Inheritance: ITradeStrategy
Afficher le fichier Open project: iamapi/MtgoxTrader Class Usage Examples

Méthodes publiques

Свойство Type Description
OrderTol double

Méthodes publiques

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

Method Details

ComputeNewOrders() public méthode

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
Résultat bool

Property Details

OrderTol public_oe property

public double OrderTol
Résultat double