From 5e0d847d256f31a295dfe4f0e7e11df75a7b785b Mon Sep 17 00:00:00 2001 From: dsyoon Date: Fri, 15 Aug 2025 12:38:14 +0900 Subject: [PATCH] init --- monitor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor.py b/monitor.py index 7d9a937..32d449d 100644 --- a/monitor.py +++ b/monitor.py @@ -155,9 +155,9 @@ class Monitor: current_time = datetime.now() if data['buy_signal'].iloc[-1] == 'fall_6p': if data['Close'].iloc[-1] > 100: - buy_amount = 1000000 + buy_amount = 700000 else: - buy_amount = 300000 + buy_amount = 400000 if symbol in self.buy_cooldown and symbol in self.last_buy_signal: if self.last_buy_signal[symbol] == 'fall_6p':