diff --git a/config.py b/config.py index 2a48241..fd747f5 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ STOCK_TELEGRAM_BOT_TOKEN = "6874078562:AAEHxGDavfc0ssAXPQIaW8JGYmTR7LNUJOw" STOCK_TELEGRAM_CHAT_ID = '574661323' # 몇초 만에 다시 매수를 할 것인지 체크 -BUY_MINUTE_LIMIT = 1200 +BUY_MINUTE_LIMIT = 600 # 볼린저 밴드 설정 BOLLINGER_PERIOD = 20 # 볼린저 밴드 기간 diff --git a/monitor.py b/monitor.py index 88a06df..736472f 100644 --- a/monitor.py +++ b/monitor.py @@ -313,9 +313,9 @@ class Monitor(HTS): buy_amount = 60000 elif data['signal'].iloc[-1] == 'deviation1440': if symbol in ['BONK', 'PEPE', 'TON']: - buy_amount = 20000 + buy_amount = 100000 else: - buy_amount = 30000 + buy_amount = 150000 if data['signal'].iloc[-1] in ['movingaverage', 'deviation40', 'deviation240', 'deviation1440']: if check_5_week_lowest: