Update clamping for backtest
This commit is contained in:
@@ -364,7 +364,7 @@ namespace Managing.Application.Backtesting
|
||||
{
|
||||
try
|
||||
{
|
||||
if (backtest.Score > 50)
|
||||
if (backtest.Score > 60)
|
||||
{
|
||||
await _messengerService.SendBacktestNotification(backtest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user