Skip to main content

"Exit Signal Was Not Executed" Error

Bot received the exit signal, but it was not executed.

Written by Ben Ross

Issue:
The bot received an exit signal, but it was not executed, resulting in the "Exit Signal Was Not Executed" error.

Reason:
1. The bot could not locate the position it was attempting to exit on the exchange. This may occur if you manually closed the position directly on the exchange or if the position was liquidated.
2. The time difference between the Enter and Exit signals for the same bot is less than 10 seconds.

Solution:
1. Do not close positions manually on the exchange, and make sure to set Stop Loss level to avoid liquidation. (If the bot is unable to exit the position for any reason, you will need to close it manually.)
2. Avoid sending Enter and Exit signals for the same bot with a time difference of less than 10 seconds.

Example:
1. You manually closed the position on the exchange instead of waiting for the bot to execute the exit signal. In this case, you will encounter the "Exit Signal Was Not Executed" error.

Did this answer your question?