Hey there, fellow traders! Today, we're diving into the ROC with Signal Moving Average indicator, a handy tool for those of us using MetaTrader 5. This oscillator not only shows the Rate of Price Change but also includes a signal line derived from a moving average of the ROC data.
Let's break it down. The indicator has three key input parameters:
- ROC Period - This is the timeframe for calculating the Rate of Change.
- Signal MA Period - This defines the timeframe for the moving average of the ROC.
- Signal MA Method - Here, you can choose the method for calculating the signal MA.
Calculation:
ROC = 100.0 * (Close - CloseP) / CloseP
Signal = MA(ROC, Signal MA period, Signal MA method)
In this formula:
CloseP = Close price from the ROC period bars ago


Comments 0