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:
6326
Valutazioni:
(25)
Pubblicato:
2013.04.24 06:39
Aggiornato:
2023.03.29 13:42
\MQL5\Include\
vo.mq5 (6.29 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.