pivotshort: adjust resistance ratio

This commit is contained in:
c9s 2022-07-04 02:20:30 +08:00
parent 3a37154737
commit 9126045fa9
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -60,7 +60,7 @@ exchangeStrategies:
# higher the ratio, higher the sell price
# first_layer_price = resistance_price * (1 + ratio)
# second_layer_price = (resistance_price * (1 + ratio)) * (2 * layerSpread)
ratio: 1.2%
ratio: 1.5%
numOfLayers: 3
layerSpread: 0.4%