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

The Expert Advisor is rewritten from MQL4, the author is Builder, the link to the source https://www.mql5.com/en/code/7873.

How it works

A buy is performed if high of the previous bar is higher and low of the current bar is higher than low of the previous bar and several additional checks with prices and time. Four last bars participate in the analysis. The reverse situation is for a sell.

Part of the analysis performed on formed bars, the other part performed on forming bars. So testing can be performed only in every tick mode.

Fig. 1 - The performance of the Expert Advisor in the strategy tester's visual mode is displayed in the image.

Fig. 2 - Testing results at EURUSD H4 for the last month (09.2012).

 
Fig. 1. Deals in tester. 

 
Fig. 2. The trading results of the Expert Advisor in the tester.

Parameters

  • Lots - lot; when 0, the MaxrR parameter is used.
  • StopLoss - Stop Loss in points, 0 is without Stop Loss.
  • TakeProfit - Take Profit in point, 0 is without Take Profit.
  • InvertSignals - Invert the order of trading signals.

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

Combo_Right Combo_Right

The Expert Advisor with a basic trading system on the basis of the CCI indicator and several linear perceptrons regulating the work of the basic trading system.

Change the color of the candles Change the color of the candles

The indicator that allows modifying color of the candles.

Parabolic_HTF Parabolic_HTF

The Parabolic SAR indicator with the ability to choose timeframe where it can be calculated.

NxDRangeSwitch NxDRangeSwitch

Simple trend indictor performed in the NRTR form