strategy: update bollmaker config

This commit is contained in:
Andy Cheng 2022-05-18 14:56:39 +08:00
parent b41cef4bd7
commit 4aca905170

View File

@ -68,19 +68,19 @@ exchangeStrategies:
# # exp means we want to use exponential scale, you can replace "exp" with "linear" for linear scale # # exp means we want to use exponential scale, you can replace "exp" with "linear" for linear scale
# exp: # exp:
# # amplitude from low to high # # amplitude from low to high
# domain: [ 0.001, 0.01 ] # domain: [ 0.0005, 0.005 ]
# # when amplitude is low, minimum ask is spread 0.05% # # when amplitude is low, minimum ask is spread 0.05%
# # when amplitude is high, maximum ask is spread 0.2% # # when amplitude is high, maximum ask is spread 0.2%
# range: [ 0.0005, 0.002 ] # range: [ 0.001, 0.002 ]
# dynamicBidSpreadScale: # dynamicBidSpreadScale:
# byPercentage: # byPercentage:
# # exp means we want to use exponential scale, you can replace "exp" with "linear" for linear scale # # exp means we want to use exponential scale, you can replace "exp" with "linear" for linear scale
# exp: # exp:
# # amplitude from low to high # # amplitude from low to high
# domain: [ 0.001, 0.01 ] # domain: [ 0.0005, 0.005 ]
# # when amplitude is low, minimum bid is spread 0.05% # # when amplitude is low, minimum bid is spread 0.05%
# # when amplitude is high, maximum bid is spread 0.2% # # when amplitude is high, maximum bid is spread 0.2%
# range: [ 0.0005, 0.002 ] # range: [ 0.001, 0.002 ]
# maxExposurePosition is the maximum position you can hold # maxExposurePosition is the maximum position you can hold
# +10 means you can hold 10 ETH long position by maximum # +10 means you can hold 10 ETH long position by maximum