This commit is contained in:
dsyoon
2023-10-13 00:17:59 +09:00
parent 9f908fc04a
commit c0f2a3e025

View File

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