거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
10885
평가:
(20)
게시됨:
2016.11.02 17:00
업데이트됨:
2017.01.16 09:20
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

One more average/smoother that due to its fractional calculation period possibility can be used to be made adaptive.

Some call it Jurik smooth some don't. Since it is not a Jurik MA left simply the name to be "smoother". The bigest difference is that this one is adaptive too unlike the similar ones that can be found floating on the net. In this one the adapting method used is a standard deviations method.

It is a good filter, since unlike the JMA versions floating around the way it inherits values prevents it from repainting problem that almost all JMA versions have. It is probably not as responsive as the real JMA but in this new adaptive form, considering everything, it merits our attention.

____________________

To turn the adapting off, set the adapting period to 1.

It seems that with longer periods the adapting gives better results but better to experiment a bit with it (lower example has adapting period set to 50 and calculating period set to 25).



Stochastic of Super Smoother, v.2 Stochastic of Super Smoother, v.2

The second version of indicator with added features.

Hull Moving Average Hull Moving Average

Hull moving average with arbitrary weights of calculation.

Stochastic of Adaptive Smoother Stochastic of Adaptive Smoother

Adapting is done using standard deviations.

Stochastic of RSX Stochastic of RSX

Stochastic that is using RSX as an input for calculations.