거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
18834
평가:
(5)
게시됨:
2008.05.21 07:59
업데이트됨:
2016.11.22 07:32
ADX_MA.mq4 (4.12 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The strategy is based on two indicators: ADX and MA.


The system is described in more details here. A detailed article about testing of this system is available in our magazine's issue from 21.04.2008. You can discuss it or make suggestions on our forum.

Trading Strategy Algorithm:

1. Open a daily chart for EURUSD, lots 0.1.

2. Draw an ADX with the period of 14, mark level 20 in the indicator.

3. Draw an MA with the period of 21.

Buying signal: The bar closes above MA, and the ADX line is above 20.
Selling signal: The bar closes below MA, and the ADX line is above 20.

In both cases, trades should be closed, as soon as the bar intersects the MA in the opposite direction.

Having tested the above rules on the period from 2007.01.11 to 2008.01.11, we obtained the following results (At close prices):

We added TakeProfit, StopLoss, TralingStop, the values being added separately for buying and for selling. Having optimized the new parameters on the same period, we obtained the following result for the EA:

You can find the results of a forward test outside the optimization area in our magazine's issue from 21.04.2008.


    MetaQuotes Ltd에서 러시아어로 번역함.
    원본 코드: https://www.mql5.com/ru/code/8088

    ZZ_CheckingFonts 0-0020 & ZZ_DeleteFonts 0-0010 ZZ_CheckingFonts 0-0020 & ZZ_DeleteFonts 0-0010

    A script tool for those who develop programs in MQL4. It allows to display the contents of any font in your chart.

    Painter_v1 Painter_v1

    Indicator colours prices of certain areas hh: mm_start before hh: mm_finish.

    Triggerlines Shift Modified Triggerlines Shift Modified

    Indicator Triggerlines Shift Modified.

    Tickwatcher 2.0 Tickwatcher 2.0

    Another indicator showing recommendations for each currency pair and period.