Update markets
This commit is contained in:
@@ -622,7 +622,7 @@ public class TradingBot : Bot, ITradingBot
|
||||
else
|
||||
{
|
||||
await LogWarning(
|
||||
$"❌ **Position Not Found**\nNo position on exchange and no orders\nSignal: `{signal.Identifier}`\nPosition might be already closed");
|
||||
$"❌ **Position Closed**\nNo position on exchange and no orders\nSignal: `{signal.Identifier}`\nPosition have been closed.");
|
||||
await HandleClosedPosition(positionForSignal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user