Fix backtest spot
This commit is contained in:
@@ -536,7 +536,7 @@ public class AgentGrain : Grain, IAgentGrain
|
||||
}
|
||||
|
||||
// Check each bot for open positions
|
||||
foreach (var botEntry in userBots)
|
||||
foreach (var botEntry in userBots.Where(b => b.Status == BotStatus.Running))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user