Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4370
- Note:
- Publié:
- 2018.06.16 10:06
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20567

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

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