Type/to search

Trend Tracking EMA Breakout Strategy

Common strategy
Created: 2024-01-12 14:23:11
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This is a trend tracking breakout strategy based on Exponential Moving Average (EMA). It judges the trend direction on the monthly, weekly and daily time frames, and executes specific entry and exit actions on the daily chart.

Strategy Logic

Trend Judgment

  1. On the monthly chart, price is above 8-day EMA and 8-day EMA is above 21-day EMA, indicating an uptrend;
  2. On the weekly chart, price is above 8-day EMA and 8-day EMA is above 21-day EMA, indicating an uptrend;
  3. On the daily chart, price is above 8-day EMA and 8-day EMA is above 21-day EMA, indicating an uptrend;

Entry Signal

  1. A pullback is seen on the daily chart with the low point touching yesterday's 8-day EMA;
  2. The pullback forms a Ring Low pattern with lower high and lower low;
  3. The closing price is higher than the previous day's high, forming a trend reversal signal.

Exit Signal

Set profit taking and stop loss standards for exiting.

Advantage Analysis

  1. Judging the trend on three time frames improves accuracy;
  2. Pullback to EMA forms support and increases entry certainty;
  3. Tracking trend runs has high profit potential;

Risk Analysis

  1. Inconsistent judgments across time frames may cause false signals;
  2. Excessive pullback magnitude may invalidate the strategy;
  3. Stop loss sweep may occur during flash crashes.

Optimization Directions

  1. Add MACD, RSI for supplementary judgment;
  2. Optimize EMA parameter settings;
  3. Adjust profit taking and stop loss range based on volatility.

Summary

The strategy has very good profit potential when the trend is correctly judged. Need to watch out for inaccurate trend judgment and excessive pullback causing false signals. Meanwhile, optimizing profit taking and stop loss settings is key to further improving the edge.

Source
Pine
/*backtest
start: 2023-01-11 00:00:00
end: 2024-01-11 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © the_daily_trader

//@version=5
Strategy parameters
Strategy parameters
Profit Target %
Stop Loss %
Relaxed Entry Rules
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)