Update minimum score for notification
This commit is contained in:
@@ -354,7 +354,7 @@ namespace Managing.Application.Backtesting
|
||||
{
|
||||
try
|
||||
{
|
||||
if (backtest.Score > 80)
|
||||
if (backtest.Score > 70)
|
||||
{
|
||||
await _messengerService.SendBacktestNotification(backtest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user