Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Vues:
6391
Note:
(25)
Publié:
2013.04.24 06:39
Mise à jour:
2023.03.29 13:42
\MQL5\Include\
vo.mq5 (6.29 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The real author:

Krokus

The averaged volatility indicator. The indicator finds the maximum and the minimum of price for the period determined by the indicator input parameter.

input uint XPeriod=20;// extremums searching period

It finds the difference between these values in points and displays them in the additional chart window after averaging.

This indicator was first implemented in MQL4 and published in Code Base on 23.12.2008.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig.1 The Vo indicator

Fig.1 The volatility indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/1656

NonLagAMA NonLagAMA

Padrão fortemente processado pelo indicador Média Móvel.

F2a_AO F2a_AO

A semaphore arrow indicator using three NavelEMA Moving Averages.

BB_CCI_CrossOver BB_CCI_CrossOver

The indicator of patterns. It is based on the smoothed Commodity Channel Index and Bollinger Bands.

Exp_F2a_AO Exp_F2a_AO

Trading system using the F2a_AO semaphore, signal indicator.