update grid config for testing

This commit is contained in:
c9s 2022-05-22 02:40:52 +08:00
parent 18fc68f6c6
commit 01d1ef2255
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -53,9 +53,9 @@ exchangeStrategies:
# exp: # exp:
# domain: [20_000, 30_000] # domain: [20_000, 30_000]
# range: [0.2, 0.001] # range: [0.2, 0.001]
gridNumber: 30 gridNumber: 20
profitSpread: 1000.0 # The profit price spread that you want to add to your sell order when your buy order is executed profitSpread: 1000.0 # The profit price spread that you want to add to your sell order when your buy order is executed
upperPrice: 50_000.0 upperPrice: 30_000.0
lowerPrice: 20_000.0 lowerPrice: 28_000.0
# long: true # The sell order is submitted in the same order amount as the filled corresponding buy order, rather than the same quantity. # long: true # The sell order is submitted in the same order amount as the filled corresponding buy order, rather than the same quantity.