I see you have notes added in the screenshot, but I am not seeing any rules of logic.
Where you have 1, what are the specific rules that makes this a peak arrow head?
Where you have 3, what are the specific rules that it would enter a long position?
Where you have 4, you want to define the new current high as being 2 points higher than the previous current high?
Where you have 5, looking in reverse in the Strategy Builder means checking the specific bars ago. You wont be able to use loops in the Strategy Builder. How many bars specifically do you want to look back? (It would be better to just have the data updated at that point instead of looking back..)
Where you have 6, what are the rules that would enter a second long position.
Try writing this logic out in words as this may help you to define the specific logic.
You need to be using specific bar numbers and high / low / close values in your pseudo logic, not generalized ideas.

Comment