Update minimum score for notification

This commit is contained in:
2025-07-17 22:54:56 +07:00
parent 6d1f0d612b
commit 6873e570c1

View File

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