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

Corrected T3 - EMA deviations - MetaTrader 5용 지표

조회수:
4536
평가:
(17)
게시됨:
2018.09.28 10:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Origin of correcting algorithm  :

Dr. Alexander Uhl invented a method that he used to filter the moving average and to check for signals. Originally it uses standard deviation as a measure to correct the averages values.

This indicator :

This indicator is using the modified "correcting" method. Instead of using standard deviation for calculation, it is using EMA deviation (originally published here : EMA deviation) which results in two things.

  • the calculation of EMA deviation can be made to be much faster than the standard deviation and that results in more efficient code
  • a bit surprisingly, this way of "correcting" produces less signals then when standard deviation is used. That is a result of EMA deviation being more responsive to price changes and then the correcting is less sensitive to whipsaws. In any case experimenting is advised before using it in live trading

Usage :

You can use the change of color as signals

Exp_XAng_Zad_C_Tm_MMRec Exp_XAng_Zad_C_Tm_MMRec

A trading system using the XAng_Zad_C trend-following indicator with the possibility to set a fixed trading time interval and change the volume of a forthcoming trade depending on the results of the previous trades.

OHLC Check OHLC Check

Checking a trading system: Close > Open → BUY signal, Close < Open → SELL signal.

Corrected super smoother Corrected super smoother

Corrected super smoother

Zero lag super smoother Zero lag super smoother

Zero lag super smoother