당사 팬 페이지에 가입하십시오
- 조회수:
- 15168
- 평가:
- 게시됨:
- 2016.02.08 12:05
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The Triple Exponential Moving Average (TEMA) technical indicator was developed by Patrick Malloy He published it in the Technical Analysis of Stocks & Commodities journal.
This indicator can be used instead of the usual moving averages. Triple Exponential Moving Average (TEMA) is a combination of one exponential moving average, a double exponential moving average and a triple exponential moving average, which provides less delay than any of these three averages individually.
In this implementation the indicator allows to customize the following parameters:
- MAPeriod - data averaging period;
- MAMethod - smoothing method;
- MAPrice - applied price to calculate the moving average (HIGH, LOW, MEDIAN etc.).
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/13263

The channel indicator plots a linear regression channel.

The Super Trend indicator not only determines the trend direction, but also helps to detect the Elliott waves.

Display of a symbol's chart in a subwindow of another symbol.

A simple Expert Advisor, which works without the use of any indicators. Enters at trend reversal attempt.