From c7354382e87e631415e4411f27c9939fb570bbca Mon Sep 17 00:00:00 2001 From: "dosang.yoon" Date: Sun, 10 Jul 2022 18:00:57 +0900 Subject: [PATCH] init --- hts/HTS_122630.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hts/HTS_122630.py b/hts/HTS_122630.py index 489d278..6a1e643 100644 --- a/hts/HTS_122630.py +++ b/hts/HTS_122630.py @@ -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):