Zero Lag Overlapping Moving Average with Chandelier Exit Trading Strategy
Overview
The main idea of this strategy is to combine the Zero Lag Overlapping Moving Average (ZLSMA) indicator to judge the trend direction, and the Chandelier Exit (CE) indicator to find more precise entry and exit points. ZLSMA is a trend indicator that can identify trend changes earlier. CE dynamically adjusts exit points by calculating ATR to effectively control stop loss. This strategy is mainly suitable for medium-short term operations.
Strategy Principle
-
ZLSMA part:
- Use linear regression method to calculate 130-period LMA lines respectively.
- Then overlay the two LMA lines to get the difference value assigned to eq.
- Finally, construct the Zero Lag Overlapping Moving Average ZLSMA through the original LMA line plus the eq difference.
-
CE part:
- Calculate the ATR indicator and multiply it by a factor (default 2) to determine the dynamic distance from the most recent high or low point.
- When the closing price exceeds the most recent long or short stop loss line, adjust the stop loss line accordingly.
- Determine long or short direction based on the change in closing price relative to the stop loss line.
-
Entry signal:
- ZLSMA judges trend direction, enter when CE issues signal.
-
Exit stop loss:
- Fixed stop loss and take profit for long position.
- For short position, use CE's dynamic exit to replace fixed stop loss.
Advantage Analysis
- ZLSMA can identify trend earlier to avoid false breakout.
- CE can flexibly adjust exit points according to market volatility.
- Customizable risk-reward ratio of the strategy.
- Different methods of stop loss and take profit used for long and short positions to control risk.
Risk Analysis
- Improper parameter settings may increase loss rate or expand stop loss range.
- There is still risk of stop loss being broken in case of swift market reversal.
Optimization Directions
- Parameters can be optimized for different markets and timeframes.
- Consider adjusting profit/stop parameters based on volatility or specific cycles.
- Try combining with other indicators or models to improve profit rate.
Summary
The strategy mainly uses Zero Lag Overlapping Moving Average to determine the trend direction, combined with Chandelier Exit indicator to find more precise entry and exit points. The advantages lie in the customizable stop/profit ratio and the dynamic adjustment of Chandelier Exit can control risks according to market conditions. Next steps could be parameter optimization and strategy combination to further improve stability and profitability.
- 1

