From 38a7f18b3272c78b806998e4b870a50ce39ef14f Mon Sep 17 00:00:00 2001 From: ricotoothless Date: Sat, 29 Apr 2023 01:59:01 +0800 Subject: [PATCH] FIX: supertrend config type error --- config/supertrend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/supertrend.yaml b/config/supertrend.yaml index 5eb57087c..e51af4c98 100644 --- a/config/supertrend.yaml +++ b/config/supertrend.yaml @@ -90,7 +90,7 @@ exchangeStrategies: closePosition: 100% - higherHighLowerLowStopLoss: # interval is the kline interval used by this exit - interval: 15 + interval: 15m # window is used as the range to determining higher highs and lower lows window: 5 # highLowWindow is the range to calculate the number of higher highs and lower lows