Regularized EMA/RMA/FEMA Cross [Loxx]Regularized EMA/RMA/FEMA Cross calculates two types of moving averages, Fast REMA and Slow REMA, and uses their crossovers and crossunders to generate buy (Long) and sell (Short) signals for a trading strategy. You have the option of choosing EMA, RMA, or FEMA (Fast Exponential Moving Average) for both the fast and slow REMA separately.
█ Understanding the Regularized Moving Average
The Regularized Moving Average, as conceptualized by Chris Satchwell, offers a more responsive interpretation compared to traditional moving averages. By incorporating a smoothing mechanism using "Lambda", this approach reduces lag without compromising the data's integrity.
In the realm of technical analysis, many regard it as a preferred alternative to the standard Moving Average and Exponential Moving Average.
█ How Does It Stand Out from Other Moving Averages?
While analysts traditionally shorten an indicator's length or period to minimize lag, the Regularized Moving Average uses a unique approach. By embedding "Regularization" within its computation, this method introduces Lambda (often symbolized as λ-calculus). This mathematical factor tames the moving average's undue fluctuations, offering more stability through its Lambda adjustments.
Pro Tip: For those analyzing smaller intraday timeframes, consider ramping up the Lambda setting to 6.0 or even higher. When tweaking these settings, always remember to backtest and observe how it impacts signal accuracy and noise filtering.
█ Extras
-Alerts
-Signals
Rema
M.Right_ OBV / Volume Smoothed RSI & 3 RSI EMAsFirst, I'd like to thank all those coders who've inspired me to learn and code my own indicator. This is the result of tireless hours of work learning to code and tweaking until everything fits exactly what I was looking for. After using it for a while and seeing the benefits personally, I figured now might be a good time to share with everyone while we are in such great market volatility , maybe I can save you some losses.
Basically, my indicator is meant to use RSI, Volume, and Volatility to show where oversold and overbought levels are, but also good times to buy and alerts.
I've tried to make my indicators as customizable as possible with all the bells and whistles you'd expect, but to have Proprietary calculations under the hood that you probably won't find anywhere else.
This indicator is a great pair with my Top and Bottom Finder.
Features:
Works on all timeframes.
Alerts.
Background highlights.
Buy/Sell signals and arrows (with the option to remove them).
Let me know if you have any questions, and enjoy.
Cheers,
Mike
Regularized Exponential Moving AverageRegularized Exponential Moving Average indicator script based on the original version by Chris Satchwell