Type/to search

Three EMA Stochastic RSI Crossover Golden Cross Strategy

Common strategy
Created: 2024-01-26 16:07:34
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Three EMA Stochastic RSI Crossover Golden Cross strategy is a trend following strategy. It combines the Three EMA indicator and the Stochastic Relative Strength Index to determine entry signals based on the crossover of the two indicators.

Strategy Logic

The signal determination of this strategy is based on the following logic:

  1. Three EMA to determine the trend: 8-day EMA on top, 14-day EMA in the middle and 50-day EMA at the bottom form an uptrend; the reverse forms a downtrend.

  2. Stochastic RSI to determine crossover: when the K line crosses above the D line from below, a golden cross signal is generated, indicating a strong uptrend.

  3. Only go long; short is not considered for now.

When the Three EMA shows an uptrend and the Stochastic RSI generates a golden cross, go long. Set stop loss and take profit based on this to lock in profits.

Advantage Analysis

The main advantages of this strategy with dual indicator determination are:

  1. Three EMA filters out short term noise and locks in medium-long term trends.

  2. Stochastic RSI golden cross confirms strong uptrend.

  3. ATR smart stop loss and take profit locks in profits.

  4. Simple and clear strategy logic, easy to understand and implement.

Risk Analysis

The main risks of this strategy are:

  1. Vulnerable to consolidation. Frequent open/close orders bring trading risk when Three EMA generates multiple crosses in sideways markets. This can be solved by optimizing EMA parameters or adding other filters.

  2. No shorting opportunities. Only longs miss bottom rebound chances. Consider adding MACD to find shorts in downtrends.

Optimization Directions

The main optimization directions include:

  1. Optimize EMA parameters to improve trend determination.

  2. Add MACD etc to determine downtrends and increase short chances.

  3. Add volatility indicators like ATR to improve stops and limits.

  4. Incorporate volume to avoid false breakouts.

  5. Utilize machine learning etc for parameter optimization.

Conclusion

In summary, the Three EMA Stochastic RSI Crossover strategy effectively filters out consolidation and locks in trends by combining dual indicator determination, making it a simple and practical trend following strategy. Further improvements on parameters, filters, technologies will lead to better strategy performance.

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

//@version=4

strategy(title="Stoch RSI Crossover Strat + EMA", shorttitle="Stoch RSI Cross + EMA Strat", overlay = true)
Strategy parameters
Strategy parameters
FromMonth
FromDay
FromYear
ToMonth
ToDay
ToYear
smoothK
smoothD
lengthRSI
lengthStoch
RSI Source
ATR Length
EMA 1
EMA 2
EMA 3
Profitfactor
Stopfactor
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)