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östergeler

Pearson correlation indicator - MetaTrader 5 için gösterge

Görüntülemeler:
23010
Derecelendirme:
(63)
Yayınlandı:
2012.05.30 15:05
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Pearson correlation indicator shows the correlation between symbols.

Input parameters:

  • Symbol               - Name of the second symbol, used for calculation of correlation;
  • Period                - Period;
  • Price                  - Applied price;
  • Min correlation  - Gradient color for weak correlation;
  • Max correlation - Gradient color for strong correlation.

Formula:

Pearson correlation  MetaTrader 5

where:

  • xi and yi - time series;
  • n - number of data;
  • σx and σy - standard deviations.

Pearson correlation indicator MetaTrader 5

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/897

Size Highs And Lows Size Highs And Lows

The indicator shows the size of Highs and Lows and their values over the specified period.

IncGUI_ColorInput IncGUI_ColorInput

Graphic control for color selection.

Sampler Sampler

The indicator calculates perfect market entry signals, which can be used for neural network training.

sSortTest sSortTest

Comparative study of sorting algorithms.