Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provid...
from https://tradingrobots.net/recursive-moving-average-indicator-for-metatrader-4/