Restrict ApplyStop to closing price

I am trying to use ApplyStop as follows:

ApplyStop(stopTypeLoss, 
         stopModePercent,25,ExitAtStop = 2);

All working fine, exiting on open following day as per my settings.

But I want to only consider the Close not the high and low (or in this case the low of the day).

Can this be done?

I'm using Amibroker 6.0.2 on Norgate daily data, trading a long-only daily system.

Then just use exitAtStop = 0.

See docs http://www.amibroker.com/f?applystop

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.