init
This commit is contained in:
@@ -207,16 +207,16 @@ class Monitor:
|
||||
|
||||
buy_amount = 5100
|
||||
if data['buy_signal'].iloc[-1] == 'movingaverage':
|
||||
buy_amount = 7000
|
||||
buy_amount = 50000
|
||||
elif data['buy_signal'].iloc[-1] == 'deviation40':
|
||||
buy_amount = 10000
|
||||
buy_amount = 100000
|
||||
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 = 30000
|
||||
buy_amount = 200000
|
||||
else:
|
||||
buy_amount = 50000
|
||||
buy_amount = 300000
|
||||
|
||||
if data['buy_signal'].iloc[-1] in ['movingaverage', 'deviation40', 'deviation240', 'deviation1440']:
|
||||
if check_5_week_lowest:
|
||||
|
||||
Reference in New Issue
Block a user