Hello,

I set up a system using trailing stops but I would like the trailing 
stops not to work for a given symbol. The system uses low level custom 
backtester. I set this up this way:


TrailStopAmount = IIf(Name()=="IBM",1000,StopPoint);
ApplyStop( 2, 2, TrailStopAmountUp,False,True );

But this does not work. The trailing stop still work for IBM using the 
StopPoint parameter and not 1000.

How can I do that? Can someone help?

Regards,
Olivier

Reply via email to