거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Candle Pattern EA /test - MetaTrader 5용 expert

조회수:
11376
평가:
(22)
게시됨:
2021.01.11 22:46
업데이트됨:
2021.01.12 01:14
\MQL5\Include\
MT4orders.mqh (76.24 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.