Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
6323
Derecelendirme:
(25)
Yayınlandı:
2013.04.24 06:39
Güncellendi:
2023.03.29 13:42
\MQL5\Include\
vo.mq5 (6.29 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.