Reduce score for notification

This commit is contained in:
2025-07-18 05:41:07 +07:00
parent a70b9f6e1a
commit bb3891c95e

View File

@@ -364,7 +364,7 @@ namespace Managing.Application.Backtesting
{
try
{
if (backtest.Score > 70)
if (backtest.Score > 50)
{
await _messengerService.SendBacktestNotification(backtest);
}