diff --git a/config/bollmaker.yaml b/config/bollmaker.yaml index b1aa57492..94cbabdef 100644 --- a/config/bollmaker.yaml +++ b/config/bollmaker.yaml @@ -68,19 +68,19 @@ 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.001, 0.01 ] + # domain: [ 0.0005, 0.005 ] # # when amplitude is low, minimum ask is spread 0.05% # # when amplitude is high, maximum ask is spread 0.2% - # range: [ 0.0005, 0.002 ] + # range: [ 0.001, 0.002 ] # dynamicBidSpreadScale: # byPercentage: # # 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.001, 0.01 ] + # domain: [ 0.0005, 0.005 ] # # when amplitude is low, minimum bid is spread 0.05% # # 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 # +10 means you can hold 10 ETH long position by maximum