Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
7397
Valutazioni:
(33)
Pubblicato:
2013.05.06 07:03
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The vaMA is the indicator drawn on the simple principle of price shift, the smoothed EMA, the increments of the first 3 orders with a step proportional to the period of smoothing. Then we get the smoothed and the fast indicator.

Indicator input parameters:

input int vaMA_period=15;           //Period
input bool use_double_smooth=1;     //Double smoothing

The vaZZ is the indicator which draws the ZigZag on the principle of the vaMA in the extremums (knees) points that displays where you can send the orders. In contrast to the standard ZZ, it is not redrawn and minimum lags behind.

 

P.S.

"va" from velocity and accelerate)))

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/1661

Interpolation Interpolation

Use of the Lagrange polynomial interpolation to predict the future price

FullSSA FullSSA

The redrawing oscillator drawn on the basis of the SSA.mqh singular transformation library of functions

MUV_DIFF MUV_DIFF

The fast trends indicator.

MUV_Cloud MUV_Cloud

The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.