[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Applystop& ATR



PureBytes Links

Trading Reference Links

All applystop Users

Can I use the applystop with an ATR value, it seems right.
with a change of the parameters mode .
MODE = 0 - disable stop, 1 - amount in percent, 2 - amount in points
/*Loss ApplyStop*/
ApplyStop( 0, 2, 
Optimize( "max. loss stop level", 4, 2, 10, 1 )*MA(ATR(1),10), 1 );

Thanks

Stephane