Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 4120
- Valutazioni:
- Pubblicato:
- 2018.07.09 13:47
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
TAI (Trend Analysis Index) is a simple trend indicator described by Adam White in the "Stocks & Commodities" magazine in August, 1992.
The indicator has four configured parameters:
- MA Period - MA calculation period;
- MA Method - Moving Average calculation method;
- TAI Period - trend index calculation period;
- Applied price - price used for calculations.
Calculation:
TAI = (MA_Max - MA_Min) / Price*Point
where:
- MA_Max, MA_Min - the highest and the lowest MA value over TAI Period
- MA = MA(Applied price, MA Method) - moving average with the MA Period and the MA Method calculation method
- Price = SMA(1, Applied price) - simple moving average with the Applied price
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21112