Type/to search

EMA RSI Hidden Divergence Trend Following Strategy

Common strategy
Created: 2024-02-02 16:54:27
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy opens long positions based on the EMA crossover and RSI hidden bullish divergence signals to identify the beginning of an upward trend. The combination of EMA lines, RSI indicator, and K-line closing prices provides double confirmation for ensuring an upward momentum. This strategy is suitable to follow mid-long term trends and open long positions after price consolidations.

Strategy Logic

  1. EMA Strategy: Using the golden cross of 50-period EMA and 250-period EMA to determine the trend direction. A close above the 50 EMA gives a long signal.

  2. RSI Hidden Divergence Strategy: The RSI forms lower lows while price forms higher lows, signaling a trend reversal at the beginning. Limiting the number of pivot points filters out false signals.

  3. K-line Closing Strategy: Go long when the closing price is above the 50 EMA line.

The combination of the above three strategies identifies the start of an upward trend and opens long positions accordingly.

Advantage Analysis

  1. Using EMA lines to determine trend direction along with RSI reversal signals allows early entry at the beginning of trends.

  2. The dual confirmation from EMA lines, RSI indicator, and K-line closing prices effectively filters out false signals.

  3. Following mid-long term trends makes it suitable to identify new up trends after consolidations.

Risk Analysis

  1. Close positions when the EMA lines have a death cross.

  2. Identifying RSI hidden divergences needs experience, improper parameter tuning could lead to missing or false signals.

  3. Parameters need optimization for different trading instruments.

Optimization Directions

  1. Dynamically adjust EMA parameters for better trend determination accuracy.

  2. Fine tune RSI parameters for better hidden divergence signal accuracy.

  3. Add stop loss mechanisms like ATR or percentage stops to control risks.

  4. Develop strategies for short positions to trade downward trends.

Conclusion

This strategy combines EMA lines for trend determination and RSI signals for increase accuracy. It identifies new upward trends after consolidations. With proper parameter tuning and risk management, it could achieve good results. Compared to simple moving average strategies, it has higher accuracy in catching trends with better win rates. Overall it is a practical trend following strategy.

Source
Pine
/*backtest
start: 2024-01-25 00:00:00
end: 2024-02-01 00:00:00
period: 1m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4

strategy(title="EMA RSI ATR Hidden Div Strat", shorttitle="Hidden Div Strat", overlay = true, pyramiding = 0, max_bars_back=3000, calc_on_order_fills = false, commission_type =  strategy.commission.percent, commission_value = 0, default_qty_type = strategy.percent_of_equity, default_qty_value = 10, initial_capital=5000, currency=currency.USD)
Strategy parameters
Strategy parameters
FromMonth
FromDay
FromYear
ToMonth
ToDay
ToYear
EMA1
EMA2
K
D
Smooth
RSI Period
RSI Source
Pivot Lookback Right
Pivot Lookback Left
Max of Lookback Range
Min of Lookback Range
Profitfactor
Lowest Low Lookback
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)