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

Multi Time Frame Trader - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
7249
평가:
(21)
게시됨:
2017.11.03 12:33
업데이트됨:
2018.02.28 10:34
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the idea: c0d3, the mq5 code author: barabashkakvn.

The Expert Advisor tracks the signals of the i-Regr indicator on three timeframes M1, M5, H1.

ATTENTION: by default it is assumed that the compiled indicator is available in [data folder]MQL5\Indicators\

The values of the indicator from the H1 timeframe determine the type of position (BUY or SELL) to be opened. In addition, two lower timeframes, M1 and M5, are analyzed:

  • To open a BUY position, the price must break the lower indicator line on M1 and M5.
  • To open a SELL position, the price must break the upper indicator line on M1 and M5.

Multi Time Frame Trader

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

This is a cross-platform МТ45 Expert Advisor This is a cross-platform МТ45 Expert Advisor

The МТ45 Expert Advisor is based on the Martingale strategy. It is designed for trading in the МetaТrader 4 and МetaТrader 5 terminals.

Anubis Anubis

The Expert Advisor trades using the signals of the following indicators: iStdDev (two indicators), iMACD, iCCI, iATR. Moving positions to breakeven.

SubWindow SubWindow

A library for working with chart subwindows.

Multi Stochastic Multi Stochastic

A multi-currency Expert Advisor based on the iStochastic (Stochastic Oscillator) indicator signals.