Изменил работу проджаи лонгов
test / deploy_trader_prod (push) Successful in 2m15s Details

dev
vlad zverzhkhovskiy 2025-09-16 21:20:58 +03:00
parent 1cf37de0a8
commit 61d63ee4f3
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ namespace KLHZ.Trader.Core.Exchange.Services
} }
if ((res & TradingEvent.UptrendEnd) == TradingEvent.UptrendEnd) if ((res & TradingEvent.UptrendEnd) == TradingEvent.UptrendEnd)
{ {
if (dsell < 0.1m) //if (dsell < 0.1m)
{ {
if (!message.IsHistoricalData && BotModeSwitcher.CanSell()) if (!message.IsHistoricalData && BotModeSwitcher.CanSell())
{ {