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

The entire chain: Candels High Open indicator, SignalCandelsHighOpen indicator signals module.

CandelsHighOpen Expert Advisor is based on the Candels High Open indicator trading signals module. The EA has been generated by the MQL5 wizard. The EA features trading market and pending orders, as well as trailing stop based on Parabolic SAR.

For compilation, the EA needs the SignalCandelsHighOpen trading signals module and the Candels High Open indicator.

CandelsHighOpen EA has been launched in the "Every tick based on real ticks" mode on AUDUSD H1 from 2016.01.01 to 2016.11.06 with the initial deposit of 10 000. "Reverse signals"=false has been used in the first pass.

CandelsHighOpen False

while "Reverse signals"=true has been used in the second one:

CandelsHighOpen True

All EA parameters have been set to their default values, no optimization has been performed.

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

SignalCandelsHighOpen SignalCandelsHighOpen

Module of trading signals of the "Candels High Open" custom indicator for analyzing High and Open of the last three bars.

Candels High Open Candels High Open

Candels High Open indicator analyzes High and Open of the last three bars.

Original Turtle Rules Trader Original Turtle Rules Trader

Original Turtle Rule Trader Expert Advisor implements a trading system described in the book "The Original Turtle Trading Rules". The EA code implements the visual display of the three Donchian channels, money management, opening and adding trades and moving stop levels.

Exp_WPR Exp_WPR

The simplest Expert Advisor based on WPR.