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

NoiseEliminationTechnology - MetaTrader 5 için gösterge

John Ehlers
Yayınlayan:
Andrei Novichkov
Görüntülemeler:
10072
Derecelendirme:
(9)
Yayınlandı:
2021.01.18 19:06
Güncellendi:
2021.02.16 13:43
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This is not really an indicator, but a method of smoothing, noise reduction. This indicator is applied to another indicator already installed on the chart. It should be noted that in this case the indicator will be displayed incorrectly if it is applied to indicators such as RSI, or WPR, all values of which are either greater or less than zero. The presented version of the indicator works correctly with indicators that have positive and negative values, as shown in the screenshot:

For the method of installing the indicator on the chart, see the attached video:



MQLUnit - Tiny Unit Tests Framework For Complex Expert Advisors MQLUnit - Tiny Unit Tests Framework For Complex Expert Advisors

This unit test frameworks eases the development of unit tests for more complex expert advisor programs. The MQL5 developer can test single components. The test framework starts the strategy tester so that there is test data available if required. I am using the framework to do test driven development (TDD) on my MQL5 programs.

shell sort - array sorting algorithm shell sort - array sorting algorithm

an in-place comparison sort

selection sort - array sorting algorithm selection sort - array sorting algorithm

an in-place comparison sorting algorithm

Spread Informer Spread Informer

This EA collects information about the spread and shows the statistics on the chart. When the EA ends its working, it prints all statistics to the Journal, which can be useful for the Strategy Tester.