I'm using the strategy wizard. I want to create a stop loss that is equal to the previous bar low plus 2 ticks.
I can create the stop loss equal to the previous bar by setting
Variable0=Low(1)
and then in the stop loss section setting the calculation mode to price and then Variable0.
Can I easily do previous bar low + 2 ticks in the wizard?

Comment