This commit is contained in:
dsyoon
2025-09-07 19:10:09 +09:00
parent 75b6e8d227
commit 1fa1de3b0a
2 changed files with 3 additions and 3 deletions

View File

@@ -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: