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

dev
vlad zverzhkhovskiy 2025-09-23 13:56:46 +03:00
parent 4b50058d77
commit 7043068105
1 changed files with 0 additions and 1 deletions

View File

@ -862,7 +862,6 @@ INewPrice message, int windowMaxSize, decimal uptrendStartingDetectionMeanfullSt
{
res[TradingEvent.UptrendEnd] = Constants.PowerLowingCoefficient;
res[TradingEvent.UptrendStart] = Constants.UppingCoefficient;
res[TradingEvent.DowntrendStart] = Constants.BlockingCoefficient;
res[TradingEvent.DowntrendEnd] = Constants.UppingCoefficient;
}
if (mode == TradingMode.SlowDropping)