From f8c83d40ab1b713e930ed6098ec85350269c1288 Mon Sep 17 00:00:00 2001 From: vlad zverzhkhovskiy Date: Mon, 29 Sep 2025 14:53:15 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D0=BE=D0=BF=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KLHZ.Trader.Core/Exchange/Services/Trader.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/KLHZ.Trader.Core/Exchange/Services/Trader.cs b/KLHZ.Trader.Core/Exchange/Services/Trader.cs index 3d5300e..a851efe 100644 --- a/KLHZ.Trader.Core/Exchange/Services/Trader.cs +++ b/KLHZ.Trader.Core/Exchange/Services/Trader.cs @@ -965,7 +965,7 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt if (mode == TradingMode.Stable && type == PositionType.Short) { takeProfitShift = 2.5m; - stopLossShift = 5; + stopLossShift = 6; } if (mode == TradingMode.SlowDropping && type == PositionType.Short) { @@ -974,6 +974,7 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt if (mode == TradingMode.SlowDropping && type == PositionType.Long) { takeProfitShift = 1.5m; + stopLossShift = 5; } if (mode == TradingMode.Dropping && type == PositionType.Short) {