Изменил работу проджаи лонгов
test / deploy_trader_prod (push) Successful in 2m15s
Details
test / deploy_trader_prod (push) Successful in 2m15s
Details
parent
1cf37de0a8
commit
61d63ee4f3
|
@ -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())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue