mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
strategy: update bollmaker config
This commit is contained in:
parent
b41cef4bd7
commit
4aca905170
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user