Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 7848
- Rating:
- Published:
- 2019.01.02 14:28
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Average of 18 Moving Averages shows the average value of 18 different moving averages.
It has two input parameters:
- Period - calculation period of each MA used in calculation
- Applied price - price used for the calculation of each MA
Calculation:
MA = (MA1 + MA2 + MA3 + ... + MA18) / 18.0
Moving averages used in the calculation:
- Simple
- Exponential
- Smoothed
- Linear-Weighted
- Wilder Exponential
- Sine-Weighted
- Triangular
- Least Square
- Hull MA by Alan Hull
- Zero-Lag Exponential
- Instantaneous Trendline by J.Ehlers
- Moving Median
- Geometric Mean
- Regularized EMA by Chris Satchwell
- Integral of Linear Regression Slope
- Combination of LSMA and ILRS
- Triangular MA generalized by J.Ehlers
- Volume-Weighted
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22935

The Trend Interruption Average indicator

Indicator Stalin_NRTR with the timeframe selection option in its input parameters