Aron Fri, 12 Dec 2008 07:03:17 -0800
points = IIf(Buy, 0.005, IIf(Short, 0.002, Null)); ApplyStop(stopTypeLoss,stopModePoint,points,1);