From c0f2a3e0250d5dfb4e76b2c5de9da78391e5d863 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Fri, 13 Oct 2023 00:17:59 +0900 Subject: [PATCH] init --- hts/BuySellChecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/BuySellChecker.py b/hts/BuySellChecker.py index b733e66..8b5cf84 100644 --- a/hts/BuySellChecker.py +++ b/hts/BuySellChecker.py @@ -396,7 +396,7 @@ class BuySellChecker: # isRealTime=True, 실시간 적용 last_index = size - 1 - buy, buy_weight = self.getBuyPriceAndWeight_252670(last_index, data) + buy, buy_weight = self.getBuyPriceAndWeight(last_index, data) sell, sell_weight = self.getSellPriceAndWeight(last_index, data) if data.index[last_index].strftime('%H:%M:%S') > datetime.strptime(datetime.today().strftime("%Y-%m-%d 15:10:00"), "%Y-%m-%d %H:%M:%S").strftime('%H:%M:%S'): buy, buy_weight = -1, -1