config: update pivotshort default config

This commit is contained in:
c9s 2022-07-27 01:58:19 +08:00
parent feef912930
commit 3adeb46c65
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -42,13 +42,13 @@ exchangeStrategies:
# Notice: When marketOrder is set, bounceRatio will not be used.
# bounceRatio: 0.1%
# stopEMARange is the price range we allow short.
# stopEMA is the price range we allow short.
# Short-allowed price range = [current price] > [EMA] * (1 - [stopEMARange])
# Higher the stopEMARange than higher the chance to open a short
stopEMARange: 2%
stopEMA:
interval: 1h
window: 99
range: 2%
trendEMA:
interval: 1d