init
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user