config: adjust default stop ema range

This commit is contained in:
c9s 2022-06-30 17:46:42 +08:00
parent 6aa6e57d96
commit bfcbf8566e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -40,7 +40,7 @@ exchangeStrategies:
# stopEMARange 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: 1%
stopEMARange: 2%
stopEMA:
interval: 1h
window: 99
@ -93,9 +93,9 @@ exchangeStrategies:
# (5) cumulatedVolumeTakeProfit is used to take profit when the cumulated quote volume from the klines exceeded a threshold
- cumulatedVolumeTakeProfit:
minQuoteVolume: 200_000_000
interval: 5m
window: 2
minQuoteVolume: 200_000_000
backtest:
sessions: