Fix manual position open
This commit is contained in:
@@ -107,7 +107,7 @@ public class TradingBotBase : ITradingBot
|
||||
}
|
||||
}
|
||||
|
||||
private async Task LoadLastCandle()
|
||||
public async Task LoadLastCandle()
|
||||
{
|
||||
await ServiceScopeHelpers.WithScopedService<IExchangeService>(_scopeFactory, async exchangeService =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user