Fix worker and signal
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user