Fix worker and signal

This commit is contained in:
2025-07-21 23:30:54 +07:00
parent 83ed78a1fa
commit 27c1e9d1ba
13 changed files with 132 additions and 60 deletions

View File

@@ -167,6 +167,7 @@ public class TradingBot : Bot, ITradingBot
public async Task LoadAccount()
{
if (Config.IsForBacktest) return;
var account = await AccountService.GetAccount(Config.AccountName, false, false);
if (account == null)
{