Add more log during cooldown
This commit is contained in:
@@ -2383,7 +2383,7 @@ public class TradingBotBase : ITradingBot
|
||||
var remainingTime = cooldownEndTime - LastCandle.Date;
|
||||
|
||||
Logger.LogWarning(
|
||||
$"⏳ Cooldown Period Active\n" +
|
||||
$"⏳ [{Account.User.AgentName}-{Config.Name}] Cooldown Period Active\n" +
|
||||
$"Cannot open new positions\n" +
|
||||
$"Last position closed: `{LastPositionClosingTime:HH:mm:ss}`\n" +
|
||||
$"Cooldown period: `{Config.CooldownPeriod}` candles\n" +
|
||||
|
||||
Reference in New Issue
Block a user