init
This commit is contained in:
@@ -396,7 +396,7 @@ class BuySellChecker:
|
|||||||
# isRealTime=True, 실시간 적용
|
# isRealTime=True, 실시간 적용
|
||||||
last_index = size - 1
|
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)
|
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'):
|
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
|
buy, buy_weight = -1, -1
|
||||||
|
|||||||
Reference in New Issue
Block a user