ApplyStop trailing stop loss computation

The following line is extracted from the documentation on ApplyStop()
https://www.amibroker.com/guide/afl/applystop.html

ApplyStop(stopTypeTrailing, stopModePoint, 3*ATR(14), True, True );

Is the trailing stop computed from the recent highest high or recent highest close? Can one customise which high?

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