Simple strategy I cannot for the life of me get to work with the wizard. If I enter a long position, I want to exit immediately the next bar if the price falls below the previous bars low.
So go long on a 15 minute chart at 9:05am and the 9-9:15 bar ranges from from 12-13$, and in the 9:15-30 bar if at any point the price is < 12$ (previous bars low) then exit long position.
I am using the wizard and i cannot get it to work.
I have the following:
position.marketposition == marketposition.long
low(0)<low(1)
do the following:
ExitLong
I have calculate on bar close = false
Many Thanks
D.

Comment