From 15433045360a6ce58d0204369ba0c131d669daaa Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 21 Aug 2025 21:04:05 +0900 Subject: [PATCH] init --- monitor.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monitor.py b/monitor.py index fdee06d..cd74f2d 100644 --- a/monitor.py +++ b/monitor.py @@ -207,16 +207,16 @@ class Monitor: buy_amount = 5100 if data['buy_signal'].iloc[-1] == 'movingaverage': - buy_amount = 50000 + buy_amount = 30000 elif data['buy_signal'].iloc[-1] == 'deviation40': - buy_amount = 100000 + buy_amount = 50000 elif data['buy_signal'].iloc[-1] == 'deviation240': buy_amount = 6000 elif data['buy_signal'].iloc[-1] == 'deviation1440': if symbol in ['BONK', 'PEPE', 'TON']: - buy_amount = 200000 + buy_amount = 20000 else: - buy_amount = 300000 + buy_amount = 30000 if data['buy_signal'].iloc[-1] in ['movingaverage', 'deviation40', 'deviation240', 'deviation1440']: if check_5_week_lowest: