I'm trying to add an exit long condition to the strategy I've built using the strategy builder.
This condition should trigger the exit from a long position when the price drops below (close) the Signal bar low, which is the minimum price level at which the buy signal occurred.
However, I want this exit to occur only if the closing price goes below the signal bar low, not at any other time.
Could you please explain step by step how to do this from the beginning, as I'm not very familiar with the strategy builder interface and I'm just getting started with it?
I would greatly appreciate it if you could record a video or provide a detailed step-by-step algorithm so that I don't miss anything.
Thank you in advance!

Comment