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

Real author:

That is not the original version of Pirat's "Jolly Roger" Expert Advisor submitted to the Automated Trading Championship 2011. It represents only my vision of performing deals.

The Expert Advisor works using only RSI indicator, timeframe - М5. Lots 5-15. Trading is performed using the same parameters.

//--- external variables
input int TP        = 150;   // Take Profit
input int SL        = 50;    // Stop Loss
input int RSIPeriod = 14;    // RSI period
input int RSILevel  = 30;    // RSI level

Fig. 1. Pirat's Expert Advisor trading results at the Automated Trading Championship 2011

Fig. 1. Pirat's Expert Advisor trading results at the Automated Trading Championship 2011



Fig. 2. Test results displayed on the period of the Automated Trading Championship 2008

Fig. 2. Test results displayed on the period of the Automated Trading Championship 2008


Fig. 3. Test results displayed on the period of the Automated Trading Championship 2010

Fig. 3. Test results displayed on the period of the Automated Trading Championship 2010


Fig. 4. Test results displayed on the period of the Automated Trading Championship 2011

Fig. 4. Test results displayed on the period of the Automated Trading Championship 2011

Note:

  • We recommend using this Expert Advisor only as a basis for developing your own strategy.

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

The Example of IndicatorParameters() usage The Example of IndicatorParameters() usage

This Expert Advisor illustrates the usage of the IndicatorParameters() function to get the information about the number of input parameters, their type and values.

Corrected Average (CA) Corrected Average (CA)

Corrected Average indicator by A.Uhl (also known as the "Optimal moving average").

Ideal ZigZag Ideal ZigZag

This is a simple but very fast ZigZag with no suspended or wrong peaks. The indicator is designed for use in EAs. Peaks retrieval has been time-optimized.

Triangle Hedge Triangle Hedge

Opens a virtual hedge position in MetaTrader 5.