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
Uzman Danışmanlar

Candle Pattern EA /test - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
11525
Derecelendirme:
(22)
Yayınlandı:
2021.01.11 22:46
Güncellendi:
2021.01.12 01:14
\MQL5\Include\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This is a simple EA test code I made for adapting Candlepatterns.mqh found at https://www.mql5.com/en/code/291. 

It has also another desired translation inside: The news template found at https://www.mql5.com/en/code/19138.


Although it is not totally translated to MT5 as I am using MT4orders.mqh. Remember you must add MT4orders.mqh inside your include folder. 


You can use it straight away as it works pretty nicely or you can add more indicators. Either way, enjoy.


// CORRECTED. I have also hidden Hanging Man and Hammer because the slight variation may open new trades but you can use it if you uncomment the lines. 


candlepatterns EA test

    heap sort - array sorting algorithm heap sort - array sorting algorithm

    a much more efficient version of selection sort

    merge sort - a merging method comparison-based sorting algorithm merge sort - a merging method comparison-based sorting algorithm

    an efficient, general-purpose sorting algorithm

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

    an in-place comparison sort

    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.