Average from MA indicator calculates the average value from the specified number of moving averages, whose periods are calculated as an increment to the base МА period
It has six input parameters:
Example of calculation with values:
First MA period = 5
Coefficient of increment = 2
Count = 5
where:
MA - MovingAverage(Applied price,Method) with calculated period
Translated from Russian by MetaQuotes Software Corp.
Original code: https://www.mql5.com/ru/code/22420