거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
9752
평가:
(21)
게시됨:
2018.03.05 13:53
업데이트됨:
2018.03.06 16:27
Macd FRAMA.mq5 (15.35 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

Using Fractal Adaptive Moving Average (FRAMA) for MACD calculation is somewhat difficult if some additional steps are not done. In this indicator an addition of smoothing is added to make the Fractal Adaptive MACD more to what we expect from MACD type indicators.

Without smoothing it is "nervous" (too many signals) which is due to its adaptive nature (too fast a reaction when we expect a lag - which is the essential part of any MACD indicator - the "convergence/divergence" part of MACD can happen only if there is some reasonable lag). Super smoother is used in this case for smoothing (there might be some other choices too, but since we needed smoother result and minimal lag addition caused by smoothing, super smoother is a reasonable choice).

Signal line in this indicator is a FRAMA too, which makes it an "all FRAMA MACD" indicator.

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

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.

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.

Chande's DMI (Dynamic Momentum Index) Chande's DMI (Dynamic Momentum Index)

The Dynamic Momentum Index (DMI) is a variable term RSI. When default values are used, the RSI term varies from 3 to 30. The variable time period makes the RSI more responsive to short-term moves. The more volatile the price is, the shorter the time period is. It is interpreted in the same way as the RSI, but provides signals earlier.