This commit is contained in:
dsyoon
2022-07-21 11:04:48 +09:00
parent 938eb9223b
commit 84f47ed7d2

View File

@@ -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):