This commit is contained in:
dsyoon
2023-01-26 21:33:08 +09:00
parent 7e87828e7d
commit 7dbda5d0a1

View File

@@ -621,7 +621,7 @@ class Bithumb_minute(HTS):
# 10분이 지난 미체결은 취소한다.
order_log_df = self.cancel_order(order_log_df, order_log_filename, min=10)
# 한번 매수 후 n분 이후 매수하기 위함
buy_history, buy_history_df = self.check_buy_history(buy_history_df, buy_history_filename, min=10)
buy_history, buy_history_df = self.check_buy_history(buy_history_df, buy_history_filename, min=30)
if isRealTime and not buy_history:
if max(bsLine['buy'][len(bsLine['buy']) - 2:]) > 100:
tmp = self.bithumb.get_balance(ticker)