Guide
How does the Three EMAs Trend-following Strategy (by Coinrule) strategy work ?
The Three EMAs Trend-following Strategy capitalizes on the premise that a confirmed trend provides more reliable trade signals. It employs the Exponential Moving Averages (EMAs) of 7, 14, and 21 periods to verify the start of a new trend through the following criteria:
- A simultaneous crossover of the price above all three EMAs - EMA 7, EMA 14, and EMA 21 - indicates an entry point. This confluence minimizes false signals and suggests a strong emerging trend.
The exit strategy is two-fold:
- A fixed profit target at a 4% price increase.
- Or when the price dips below a volatility-adjusted trailing stop—to exit on trend reversal or weakening momentum.
The strategy performs optimally on a 4-hour time frame, considering a standard trading fee of 0.1%, mirroring Binance’s base fee. The built-in TradingView script ensures efficient execution by dynamically updating the volatility stop and processing orders based on these predefined rules.