This commit is contained in:
dosang.yoon
2022-07-10 18:00:57 +09:00
parent 4df5a39f28
commit c7354382e8

View File

@@ -34,8 +34,8 @@ class HTS_122630 (HTS):
last_index = size - 1
#buy, weight, sell = self.buySellChecker.getPriceAndWeight3(data, last_index)
sell, weight = self.buySellChecker.getSellPriceAndWeight1(data, last_index)
buy, weight = self.buySellChecker.getBuyPriceAndWeight1(data, last_index)
sell, weight = self.buySellChecker.getSellPriceAndWeight2(data, last_index)
buy, weight = self.buySellChecker.getBuyPriceAndWeight2(data, last_index)
return buy, weight, sell
def getSellingPrice(self, final_price):