включил обработку данных в реальном времени
test / deploy_trader_prod (push) Successful in 2m14s Details

main
vlad zverzhkhovskiy 2025-08-28 10:42:09 +03:00
parent 698af45576
commit faac2b74e4
1 changed files with 60 additions and 64 deletions

View File

@ -101,8 +101,6 @@ namespace KLHZ.Trader.Core.Declisions.Services
_historyCash.TryAdd(message.Figi, data);
}
if (message.IsHistoricalData)
{
float meanfullDiff;
if (message.Figi == "BBG004730N88")
{
@ -174,8 +172,6 @@ namespace KLHZ.Trader.Core.Declisions.Services
{
}
}
}
}