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

Starter_v6mod - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
4359
평가:
(14)
게시됨:
2018.03.01 09:20
\MQL5\Indicators\
emaangle.mq5 (8.84 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea: John Smith, the mq5 code author: barabashkakvn.

The following indicators are used:

The Expert Advisor first checks the possibility to open BUY or SELL according to the EMAAngle indicator: the indicator value and the configured AngleThreshold parameter of the indicator are compared. If the indicator is below AngleThreshold, a Buy position can be opened. If it is above AngleThreshold, a Sell position can be opened.

After that the EA checks other indicators, including 'Laguerre RSI with Laguerre filter', two Moving Averages and one CCI.

Condition for opening a BUY position:

Starter_v6mod Open Buy

The Expert Advisor had not been optimized, and testing on EURUSD, H1 was performed with the default values of indicators:

Starter_v6mod Test EURUSD H1

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

Arbitrage Synthetic Arbitrage Synthetic

A trading robot for performing arbitrage between EURGBP and its synthetic quotes (triangular arbitrage).

Instantaneous Trend Line Bands Instantaneous Trend Line Bands

This version extends the Instantaneous Trend Line indicator with a sort of bands to make it easier to spot trend change and to filter out some false signals that can be produced if only the slope of the ITL indicator is takes for a signal.

Reversal Reversal

The indicator displays trade opening signals based on the author's 'Reversal' trading system.

SignalCCI BuyOrSell SignalCCI BuyOrSell

A module of trading signals based on the signal module of the iCCI (Commodity Channel Index, CCI) indicator.