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
Visualizzazioni:
3759
Valutazioni:
(8)
Pubblicato:
2018.06.16 10:06
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The indicator represents two Awesome Oscillators with different smoothing periods, AO Fast and AO Slow, calculated based on three components: Fast EMA, Medium EMA, and Slow EMA.

It has six input parameters:

  • Fast EMA period - fast EMA period for calculating the AO;
  • Medium EMA period - medium EMA period for calculating the AO;
  • Slow EMA period - slow EMA period for calculating the AO;
  • AO. Fast MA period - fast AO smoothing period;
  • AO. Slow MA period - slow AO smoothing period;
  • Applied price - the price of EMA calculating.

Calculations:

AO Fast = MVA(100*(Fast_EMA/Medium_EMA - 1), AO_Fast_Period)
AO Slow = MVA(100*(Medium_EMA/Slow_EMA - 1), AO_Slow_Period)

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

Absorption Absorption

The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.

Advance_Decline_Line Advance_Decline_Line

Indicator of trend strength and of the possible changes in its direction.

CC CC

John Ehlers Cyclic Component Indicator.

IT IT

Instantaneous Trendline - John Ehlers "instantaneous" trendline.