From 321eb23514f8295194708e51f90cfe6eef95c7eb Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 26 Aug 2024 12:46:45 +0800 Subject: [PATCH] config: add profit fixer to the sample config --- config/xmaker.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/xmaker.yaml b/config/xmaker.yaml index dddf31166..340e5ad57 100644 --- a/config/xmaker.yaml +++ b/config/xmaker.yaml @@ -59,6 +59,9 @@ crossExchangeStrategies: # 0.1 pip is 0.01, here we use 10, so we will get 18000.00, 18001.00 and # 18002.00 pips: 10 + ## profitFixer is used for fixing the profit stats and the position + # profitFixer: + # tradesSince: "2024-08-01T15:00:00.000+08:00" circuitBreaker: maximumConsecutiveTotalLoss: 36.0 maximumConsecutiveLossTimes: 10