Изменил дефолтное значение take profit
test / deploy_trader_prod (push) Successful in 1m14s Details

dev
vlad zverzhkhovskiy 2025-09-23 13:34:06 +03:00
parent cf00cf7183
commit ee55d3a4b4
1 changed files with 1 additions and 1 deletions

View File

@ -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;