Fix redundant recover position call
This commit is contained in:
@@ -561,7 +561,7 @@ public class BacktestExecutor
|
||||
{
|
||||
try
|
||||
{
|
||||
if (backtest.Score > 60)
|
||||
if (backtest.Score > 65 && backtest.Statistics.SharpeRatio >= 0.01m)
|
||||
{
|
||||
await _messengerService.SendBacktestNotification(backtest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user