Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Holt's double exponential smoothing - indicateur pour MetaTrader 5

Vues:
9613
Note:
(29)
Publié:
2016.12.05 08:48
Mise à jour:
2017.03.28 17:15
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The name of the indicator might be a bit misleading. Holt's double exponential smoothing is mostly used for forecasting, not as an average. The forecasting method usually used with it is a sort of linear forecasting.

- Double Exponential Smoothing  

Like the regression forecast, the double exponential smoothing forecast is based on the assumption of a model consisting of a constant plus a linear trend.


For the purposes of a forecast where the parameters of the model may change, it is more convenient to express the model as a function of , where is the positive displacement from a reference time T.


The estimate a and b at time T are based in the observation at time T and the estimates for the previous period, T -1.


Here we have both the constant and trend coefficients estimated by exponential smoothing. The forecasting parameters, for the constant term and for the trend term can be set independently. Both parameters must be between 0 and 1.

The forecast for the expected value for future periods is the constant plus a linear term that depends on the number of periods into the future.


To make it usable in both manners though (as an average or as an "average" with forecasting), setting the number of forecasted bars to <= 0, turns the forecasting part off.

As usual with the forecasting parts, it is strongly advised not to use it in signaling mode. The forecasting part is a subject of change and should be used only as an estimation of trend component of the double smoothing, not as signal. Alerts in this indicator are not alerting on the change of the forecast part, but on the change of the "past" part - which is not going to change with time past.


TicksVolume TicksVolume

Tick volumes indicator. It shows the price change with an increase and decrease.

Stochastic experiment Stochastic experiment

Stochastic - one classical and 3 new types of stochastic.

Maksigen channels - 2 Maksigen channels - 2

Maksigen channels - extended version.

CCI - experiment extended CCI - experiment extended

CCI - very extended version of the "experiment".