Fix bot running signal
This commit is contained in:
@@ -234,12 +234,12 @@ public class TradingBotBase : ITradingBot
|
||||
// Update signals for live trading only
|
||||
if (!Config.IsForBacktest)
|
||||
{
|
||||
await LoadLastCandle();
|
||||
|
||||
if (!Config.IsForCopyTrading)
|
||||
{
|
||||
await UpdateSignals();
|
||||
}
|
||||
|
||||
await LoadLastCandle();
|
||||
}
|
||||
|
||||
if (!Config.IsForWatchingOnly)
|
||||
|
||||
Reference in New Issue
Block a user