init
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user