Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Corrected T3 - EMA deviations - indicatore per MetaTrader 5

Visualizzazioni:
4587
Valutazioni:
(17)
Pubblicato:
2018.09.28 10:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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