init
This commit is contained in:
@@ -163,7 +163,7 @@ class Monitor:
|
|||||||
self.buy_cooldown[symbol] = current_time
|
self.buy_cooldown[symbol] = current_time
|
||||||
self._save_buy_cooldown()
|
self._save_buy_cooldown()
|
||||||
|
|
||||||
print(f"{KR_COINS[symbol]} ({symbol}): {data['Close'].iloc[-1]:.4f}: 매수 완료, 20분간 매수 금지 시작")
|
print(f"{KR_COINS[symbol]} ({symbol}) [{data['buy_signal'].iloc[-1]}], 현재가: {data['Close'].iloc[-1]:.4f}, 20분간 매수 금지 시작")
|
||||||
try:
|
try:
|
||||||
pool = Pool(12)
|
pool = Pool(12)
|
||||||
pool.map(self._send_coin_msg, [
|
pool.map(self._send_coin_msg, [
|
||||||
|
|||||||
Reference in New Issue
Block a user