Update clamping for backtest

This commit is contained in:
2025-07-18 13:51:10 +07:00
parent bb3891c95e
commit 13aa681c2b
2 changed files with 21 additions and 23 deletions

View File

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