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