Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 13545
- Note:
- Publié:
- 2010.07.19 13:40
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Universal Moving Average, it allows to select any type of moving average, included in the MetaTrader 5 client terminal:
- Simple;
- Exponential;
- Smoothed;
- Linear Weighted;
- AMA (Adaptive Moving Average);
- DEMA (Double Exponential Moving Average);
- FRAMA (Fractal Adaptive Moving Average);
- TEMA (Triple Exponential Moving Average);
- VIDYA (Variable Index DYnamic Average).
- MAMethod - MA type;
- MAPeriod - period;
- MAPrice - applied price.
- AMAFast - period of fast EMA for AMA;
- AMASlow - period of slow EMA for AMA,;
- CMOPeriod - period of CMO for VIDYA (the order of Vidya parameters is changed compared with properties of Vidya indicator in the client terminal).
The name of MA, its period, applied price and other parameters are shown in the popup help.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/139

The Stochastic of all oscillator-like indicators, included in MetaTrader 5 client terminal.

The CGV class simplifies the work with global variables of MetaTrader 5 client terminal.