points = IIf(Buy, 0.005, IIf(Short, 0.002, Null)); 
ApplyStop(stopTypeLoss,stopModePoint,points,1); 

Reply via email to