init
This commit is contained in:
@@ -34,8 +34,8 @@ class HTS_122630 (HTS):
|
||||
|
||||
buy, weight, sell = -1, -1, -1
|
||||
last_index = size - 1
|
||||
#sell, weight = self.buySellChecker.getSellPriceAndWeight_15000(data, last_index)
|
||||
#buy, weight = self.buySellChecker.getBuyPriceAndWeight_15000(data, last_index)
|
||||
sell, weight = self.buySellChecker.getSellPriceAndWeight_15000(data, last_index)
|
||||
buy, weight = self.buySellChecker.getBuyPriceAndWeight_15000(data, last_index)
|
||||
return buy, weight, sell
|
||||
|
||||
def getSellingPrice(self, final_price):
|
||||
|
||||
Reference in New Issue
Block a user