From ee55d3a4b47c0d5ba0d088f834fe8fd984b0e30a Mon Sep 17 00:00:00 2001 From: vlad zverzhkhovskiy Date: Tue, 23 Sep 2025 13:34:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B5=D1=84=D0=BE=D0=BB=D1=82=D0=BD=D0=BE=D0=B5=20=D0=B7?= =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20take=20profit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KLHZ.Trader.Core/Exchange/Services/Trader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KLHZ.Trader.Core/Exchange/Services/Trader.cs b/KLHZ.Trader.Core/Exchange/Services/Trader.cs index 1576e09..90319fb 100644 --- a/KLHZ.Trader.Core/Exchange/Services/Trader.cs +++ b/KLHZ.Trader.Core/Exchange/Services/Trader.cs @@ -705,7 +705,7 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt { var mode = TradingModes[message.Figi]; decimal stopLossShift = 5; - decimal takeProfitShift = 10; + decimal takeProfitShift = 4; if (mode == TradingMode.Growing && type == PositionType.Long) { stopLossShift = 5;