Issue:
The bot received an exit signal , but it was not executed with 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. If the time difference between the Enter and Exit signals for the same bot is less than 30 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 could not make an exit by itself for any reason, you will need to close it manually)
2. Avoid sending Enter and Exit signals for the same bot with difference less than 30 seconds.
Example:
1. You have decided to close the position manually on the exchange instead of waiting for the exit signal. In this case you will face "Exit Signal Was Not Executed" error.
Bot received the exit signal but it was not executed
Written by Ben Ross
Updated over 7 months ago