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

PA adaptive MACD - MetaTrader 4용 지표

조회수:
35187
평가:
(19)
게시됨:
2016.12.01 08:58
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

There is a lot of MACD versions. Here is one more but a bit "different".


This version is specific because it is two times adaptive.

First, it is using Hilbert transform for phase accumulation to calculate MACD fast and slow periods, and that way it is having the basic MACD calculation adaptive (the interesting part is that the fast and the slow periods are not changed proportionally - they are having a sort of "a life on their own" and each is adapting to market conditions on its own) which help in a lt of cases when the market enters volatile periods.

Second, the usual criteria for MACD (signal line cross or zero line cross) is changed in this one and what used to be a zero line cross is changed to be a dynamic (also adaptive) levels cross (levels can be floating or quantile levels). For the sake of having something classical too, slope can be used for short term trend./momentum determination too.

Indicator is already multi time frame with all the usual set of alerts built in and, in order to help with possible signals, on chart arrows can be used (handled by the indicator itself).


Basket Chart Creator Basket Chart Creator

Basket offline chart creator script using geometric mean method.

News EA Template without DLL News EA Template without DLL

Template EA that downloads news without the use of DLL.

TimeToNextCandle TimeToNextCandle

This indicator shows how much time remaining to the next bar opening.

Holt's double exponential smoothing (mt4 version) Holt's double exponential smoothing (mt4 version)

Holt's double exponential smoothing with linear forecasting.