How to move the original stop loss position to the new stop loss level
-
When the candlestick price is above the 10-day moving average, open a position with a stop loss below the 10-day moving average, and move the original stop loss to the new candlestick price position when the new candlestick price falls below the 10-day moving average again
1 is the opening price, 2 is the first stop loss position, and 3 is the new stop loss position -
This is quite easy to set up, start and add a shared link test project to see what you have done/are trying to do.
-
-
-
Your modify stops need to be in a separate non connected tree (one may be all you need) starting with a pink for each trade block, so it selects the trade before moving stop.
-
Could you please provide a specific shared link or an image of the operation? Thank you once again.
-
You already have most of it, make the amendments, test and add a shared link to see the changes, I will give advice on what else to change.