Guide
How does the MACD Strategy [Trading Nerd] strategy work ?
The MACD Strategy [Trading Nerd] combines an Exponential Moving Average (EMA) as a trend filter with the Moving Average Convergence Divergence (MACD) indicator for trade entries, applying dynamic stop-loss and take-profit mechanisms. Functions include:
- Entry Conditions:
- Long: Price above EMA, MACD Line crosses above Signal Line, Signal Line below zero.
- Short: Price below EMA, MACD Line crosses below Signal Line, Signal Line above zero.
- Stop Loss Options:
- ATR-based: Stop loss is entry price ± ATR × ATR multiplier.
- Donchian Channels: Stop loss is the highest high or lowest low over a specified lookback period.
- Take Profit: Defined through a customizable Risk Reward Ratio, calculated as entry price ± Risk × Ratio.
- Risk Management: Adjustable risk percentage per trade ensures loss does not exceed a set percentage of current capital.
- Additional Features: Includes Trailing Stop Loss, Breakeven adjustments, partial take profit options, and alerts integration with customizable JSON strings.