From f452f8eb9477ae4616a3c8b85407e9b398a6808f Mon Sep 17 00:00:00 2001 From: Andy Cheng Date: Tue, 24 May 2022 11:19:50 +0800 Subject: [PATCH] strategy: update bollmaker config --- config/bollmaker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bollmaker.yaml b/config/bollmaker.yaml index 94cbabdef..d5f2ba931 100644 --- a/config/bollmaker.yaml +++ b/config/bollmaker.yaml @@ -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 ]