EMA and MACD with Trailing Stop Loss (by Coinrule)
Sep 23, 2022

The EMA and MACD with Trailing Stop Loss tool identifies trend-following momentum opportunities by combining exponential moving average crossovers with MACD signal line analysis to execute automated long entries.
Usage
The Usage section describes how the script can be used, particularly in identifying trend reversals and managing risk through dynamic exits. The strategy is designed to enter long positions when short-term momentum aligns with broader trend confirmation.
Entry Conditions
The strategy triggers a long entry when two primary conditions are met simultaneously:
- EMA Confirmation: The 7-period EMA is trading above the 14-period EMA, indicating an established bullish trend.
- MACD Crossover: The MACD signal line crosses above the MACD line, signaling a shift in momentum.
Exit Management
Once a trade is active, the script utilizes a trailing stop-loss mechanism to protect capital and lock in gains:
- Long Trailing: The strategy monitors price increases and adjusts the stop-loss level upward. If the price drops by the user-defined percentage from the highest point reached during the trade, the position is closed.
Details
The script integrates three core technical analysis concepts:
- Exponential Moving Averages (EMA): Unlike simple moving averages, EMAs place higher weight on recent price data. This reduces lag and allows the strategy to respond more quickly to price fluctuations.
- Moving Average Convergence Divergence (MACD): This momentum indicator calculates the difference between a 12-period and 26-period EMA. The interaction between the MACD line and its 9-period signal line serves as a trigger for momentum shifts.
- Trailing Stop-Loss Logic: The exit logic is dynamic rather than static. By calculating the
longStopPricebased on the maximum price achieved during the trade, the strategy attempts to capture the majority of a trend move while exiting quickly during a reversal.
The strategy assumes a default position size of 30% of equity and accounts for a 0.1% trading fee per execution to provide more realistic backtesting results.
Settings
General Settings
- Show Date Range: Toggles the visibility of the backtesting period constraints.
- Trail Long Loss (%): Sets the percentage distance for the trailing stop-loss on long positions. A higher value gives the trade more room to breathe, while a lower value tightens the exit.
- Trail Short Loss (%): Sets the percentage distance for the trailing stop-loss on short positions (if applicable to the limit logic).
FAQ
How do I adjust the sensitivity of the trend detection? You can modify the EMA periods within the source code (changing the 7 and 14 values) to align with longer-term trends or shorter-term scalping opportunities.
Does this strategy work on all timeframes? While the strategy can be applied to any timeframe, it is often utilized on shorter intervals like the 1-minute chart for high-frequency setups, though higher timeframes may provide more stable trend signals.
How do I access the EMA and MACD with Trailing Stop Loss script? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

