Fix manual position open

This commit is contained in:
2025-08-07 14:47:36 +07:00
parent b1c1c8725d
commit 46a6cdcd87
4 changed files with 25 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ public class TradingBotBase : ITradingBot
}
}
private async Task LoadLastCandle()
public async Task LoadLastCandle()
{
await ServiceScopeHelpers.WithScopedService<IExchangeService>(_scopeFactory, async exchangeService =>
{