Profit Exit Functions
The Profit Exit function library include these functions:
- fnAtrExit
- Executes a trailing stop using the Average True Range (ATR) indicator.
- fnBarExit
- Closes an open order after a number of bars.
- fnBreakEven
- Moves an order's stoploss to the order's open price (break even).
- fnChandelierExit
- Exits on a high or low since the trade was opened.
- fnChannelExit
- Exits on a high or low seen in the last N bars (channel).
- fnTrailingExit
- Executes a trailing stop.