거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Instantaneous Trend Line bands (generalized) - MetaTrader 5용 지표

조회수:
7528
평가:
(18)
게시됨:
2018.03.05 13:40
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

One of the series of indicators created by John Ehlres. According to Ehlers:

Instantaneous trend Line:

It works because it completely removes the dominant cycle from a smoothing average.

For the mathematically inclined, the Fourier Transform of a rectangular window (formed by a simple average) is a Sin(X)/X distribution. The objective is to place the first null of this distribution exactly at the dominant cycle. For the intuitively inclined, what we are doing is taking a simple average over the full dominant cycle period. In such an average, there are as many sample points above the midpoint as below the midpoint with the result that the sum of all these sample points is zero.

This version extends the Instantaneous Trend Line indicator with a sort of bands to make it easier to spot trend change and to filter out some false signals that can be produced if only the slope of the ITL indicator is takes for a signal. And it also differs from the original in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.

Instantaneous Trend Line (generalized) Instantaneous Trend Line (generalized)

This version differs from the original Instantaneous Trend Line in one important part: instead of using fractional alpha parameter for calculation, this version uses period which makes it the same category as averages are and the usage becomes a bit more intuitive than the original version.

Channels Channels

Trading in a channel based on a Moving Average with the period of 220 and three Envelopes with the periods of 220 and different heights. Position trailing.

Fractal Adaptive MACD Fractal Adaptive MACD

Fractal Adaptive Moving Average Technical Indicator (FRAMA) was developed by John Ehlers. This indicator is constructed based on the algorithm of the Exponential Moving Average, in which the smoothing factor is calculated based on the current fractal dimension of the price series. The advantage of FRAMA is the possibility to follow strong trend movements and to sufficiently slow down at the moments of price consolidation.

ZigZag separate ZigZag separate

ZigZag separate is a MetaTrader 5 version of one indicator that was floating around the net as a wonder indicator for MetaTrader 4.