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.