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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -222,6 +222,9 @@ export async function getClientForAddress(
|
||||
"0x0e46941F9bfF8d0784BFfa3d0D7883CDb82D7aE7": {
|
||||
isListed: false,
|
||||
},
|
||||
"0x9c060B2fA953b5f69879a8B7B81f62BFfEF360be": {
|
||||
isListed: false,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user