EMA with Buy/Sell Signals
Jun 5, 2023

The EMA with Buy/Sell Signals indicator plots multiple Exponential Moving Averages and generates trade signals based on trend alignment and volatility filtering.
Usage
The Usage section describes how the script can be used to identify trend direction and potential entry points. Traders can utilize the "Buy" and "Sell" labels to find momentum shifts that occur in the direction of the long-term trend.
- Trend Identification: The EMA 200 serves as the primary trend filter. When the price is above the EMA 200 and the EMA 200 is sloping upwards, the market is considered in a bullish regime.
- Signal Generation: A Buy signal is generated when the EMA 13 crosses above the EMA 50, provided the price is above the EMA 200 and volatility (ATR) is below the set threshold. A Sell signal occurs when the EMA 13 crosses below the EMA 50 while the price is below the EMA 200 and the trend is sloping downwards.
- Volatility Filter: The indicator uses a normalized ATR calculation to avoid entering trades during periods of excessive "chopiness." If the normalized ATR exceeds the user-defined threshold, signals are suppressed.
Details
The script uses three specific EMA lengths (13, 50, and 200) to capture short, medium, and long-term price action. To ensure signal quality, it incorporates a trend direction check for the 200-period EMA, comparing its current value to its previous value. Furthermore, the use of a Normalized ATR (ATR divided by price multiplied by 100) ensures that the volatility filter remains consistent across different price levels and assets.
Settings
- EMA 200 Period: Sets the length for the long-term trend Exponential Moving Average.
- EMA 50 Period: Sets the length for the medium-term Exponential Moving Average used for crossovers.
- EMA 13 Period: Sets the length for the short-term Exponential Moving Average used for crossovers.
- ATR Period: Defines the lookback period for the Average True Range calculation.
- Chopiness Threshold: The limit for the normalized ATR; signals only appear if the volatility is below this value.
FAQ
How do I access the EMA with Buy/Sell Signals?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
What causes a signal to be filtered out?
A signal will be filtered out if the EMA 13/50 crossover occurs against the direction of the EMA 200 slope, or if the Normalized ATR is higher than the Chopiness Threshold, indicating high volatility or sideways movement.
Can I change the EMA lengths?
Yes, all three EMA periods are fully adjustable in the settings menu to accommodate different timeframes and trading styles.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.