increased buyer pulse amounts
This commit is contained in:
parent
d9e39e9a6c
commit
6b46880843
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from core import *
|
||||||
# set config variables
|
# set config variables
|
||||||
buy_percent_diff_pdai = 20
|
buy_percent_diff_pdai = 20
|
||||||
buy_percent_diff_pusdc = 30
|
buy_percent_diff_pusdc = 30
|
||||||
buy_with_amount_pls = 10000
|
buy_with_amount_pls = 30000
|
||||||
slippage_percent = 5
|
slippage_percent = 5
|
||||||
wallet_min_pls = 20000
|
wallet_min_pls = 20000
|
||||||
loop_delay = 3
|
loop_delay = 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue