Turn ROI and Exit Signal into trailing exit
Warning!!! We will use a dict to store the trigger. The issue with this method is the dict won’t survive a bot restart. So if the trailing is active and the bot is restarted, it will lose the trailing signal.…