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:
- 5329
- Rating:
- Published:
- 2018.06.06 14:02
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Triangular Moving Average.
Calculation:
TriMA[i] = (MVA(i,N) + MVA(i-1,N) + … + MVA(i-N+1,N))/N
where
MVA(i,N) – a simple moving average (SMA), N=(Period+1)/2
The indicator has two input parameters:
- Period - period;
- Applied price - price used for calculations.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20437

An indicator of StopLoss levels.

An indicator of current support/resistance levels.

An indicator of the dominant direction of closing of bars.

Integral of Linear Regression Slope (ILRS MA).