mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
config: move disableShort and add more description
This commit is contained in:
parent
10e21d5a8f
commit
ba7328f025
|
@ -54,6 +54,10 @@ exchangeStrategies:
|
|||
# maxExposurePosition: 3.0
|
||||
maxExposurePosition: 10
|
||||
|
||||
# DisableShort means you can don't want short position during the market making
|
||||
# THe short here means you might sell some of your existing inventory.
|
||||
disableShort: true
|
||||
|
||||
# strongUptrendSkew is the order quantity skew for strong uptrend band.
|
||||
# when the bollinger band detect a strong uptrend, what's the order quantity skew we want to use.
|
||||
# greater than 1.0 means when placing buy order, place sell order with less quantity
|
||||
|
@ -72,9 +76,6 @@ exchangeStrategies:
|
|||
# downtrendSkew, like the strongDowntrendSkew, but the price is still in the default band.
|
||||
downtrendSkew: 1.2
|
||||
|
||||
# DisableShort means you can don't want short position during the market making
|
||||
disableShort: true
|
||||
|
||||
defaultBollinger:
|
||||
interval: "5m"
|
||||
window: 21
|
||||
|
|
Loading…
Reference in New Issue
Block a user