I am having trouble getting the stop loss to converto.string and tie the stop loss to the swing high or low (+/- 4 ticks). I have finally gotten the stop losses to execute.
Here is a simplified version of my strategy, but I feel it gets the point across. The strategy only places the stop loss back 4 ticks, not 4 tick behind my most recent swing. How do I tie the stop loss to the swing?
I am trying to stick to using strategy builder and not writing hard code.
And I want to continue to keep each order entry/stop seperate. If there is a lower high I do not want all my stops to follow and exit my entire position. I want each order entry to maintain it’s stop at “it’s current” swing high when it was executed
Here it shows how the stops are currently being executed. Straight across. or plus 4 ticks, however it does not attach them to the swing high.