Relative Moving Average (RMA)
Relative Moving Average (RMA)
Function Syntax
=RMA(data, period)
data
(array):
Range of columns containing the date, Open, high, Low, close, volume data.period
(number):
Number of periods (days) over which the RMA is calculated
Returns:
A two-column array of dates and their corresponding RMA values.
Output Example
Below is an example of the resulting array when applying the custom =RMA() function.