From 86cc8216268097d33f8b1d71796f1839d40d8946 Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 26 Aug 2024 13:16:40 +0800 Subject: [PATCH] config: add circuit breaker enabled = true --- config/xmaker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/xmaker.yaml b/config/xmaker.yaml index dddf31166..b4682f35e 100644 --- a/config/xmaker.yaml +++ b/config/xmaker.yaml @@ -60,6 +60,7 @@ crossExchangeStrategies: # 18002.00 pips: 10 circuitBreaker: + enabled: true maximumConsecutiveTotalLoss: 36.0 maximumConsecutiveLossTimes: 10 maximumLossPerRound: 15.0