Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Candle Pattern EA /test - expert pour MetaTrader 5

Vues:
11528
Note:
(22)
Publié:
2021.01.11 22:46
Mise à jour:
2021.01.12 01:14
\MQL5\Include\
MT4orders.mqh (76.24 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.