strategy1
07-26-2008, 06:28 PM
I created a strategy using the strategy wizard and it seems to Exit via a StopLoss at the exact same time and same price as it enters.
The entry times and prices are all correct.
My stop loss code when I unlock it is:
SetStopLoss("", CalculationMode.Price,0.15, false);
I checked if the price actually moved .15 intrabar and it didn't.
Am I doing something wrong?
Thanks
The entry times and prices are all correct.
My stop loss code when I unlock it is:
SetStopLoss("", CalculationMode.Price,0.15, false);
I checked if the price actually moved .15 intrabar and it didn't.
Am I doing something wrong?
Thanks