strategy: update bollmaker config

This commit is contained in:
Andy Cheng 2022-05-24 11:19:50 +08:00
parent 944856eb72
commit f452f8eb94

View File

@ -68,7 +68,7 @@ exchangeStrategies:
# # exp means we want to use exponential scale, you can replace "exp" with "linear" for linear scale
# exp:
# # amplitude from low to high
# domain: [ 0.0005, 0.005 ]
# domain: [ 0.0001, 0.005 ]
# # when amplitude is low, minimum ask is spread 0.05%
# # when amplitude is high, maximum ask is spread 0.2%
# range: [ 0.001, 0.002 ]
@ -77,7 +77,7 @@ exchangeStrategies:
# # exp means we want to use exponential scale, you can replace "exp" with "linear" for linear scale
# exp:
# # amplitude from low to high
# domain: [ 0.0005, 0.005 ]
# domain: [ 0.0001, 0.005 ]
# # when amplitude is low, minimum bid is spread 0.05%
# # when amplitude is high, maximum bid is spread 0.2%
# range: [ 0.001, 0.002 ]