I'm not much of a programmer, which is why I love NT's Strategy Wizard. I'm having a problem. I'm trying to set the SL for the high of the last bar before the entry bar + 1 tick. Then, set the TP as twice the value of the SL, to insure a 1:2 Risk:Reward.
I've tried it all the different ways I've been able to find through searching the forum and what not, but nothing is producing results on the SL, and I have no idea where to start with the TP.
I've tried:
-Setting Variable0 as High[1] + .0001 (in price mode, also tried High[0])
Then setting the stop loss for Variable0 in price mode
-Setting Variable0 as High[1] + 1*TickSize (in tick mode, also tried High[0])
Then setting the stop loss for Variable0 in tick mode
-The improvised route of: If ask > variable0, exit short
Those didn't work, and I'm stumped.
Thanks in advance.

Comment