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

MA Cross 3MACross Alert WarnSig - MetaTrader 5용 지표

게시자:
Vladimir Karputov
조회수:
18348
평가:
(32)
게시됨:
2018.01.22 09:57
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

The indicator draws arrows at the intersection of three iMAs (Moving Average, MA). The first MA is the fastest one, the second MA is slower, and the third MA is the slowest one.

Three types of notifications: alert, sound and email.

MA Cross 3MACross Alert WarnSig has four indicator buffers:

  • two buffers ("Cross Up" and "Cross Down") are used for drawing arrows at the intersection which occurred NOT ON THE CURRENT bar;
  • two buffers ("Cross Ghost Up" and "Cross Ghost Down") are used for drawing arrows at the intersection which occurred ON THE CURRENT bar;

Two Ghost buffers notify of the first intersection. A possible field of application is scalping.

How indexing of bars is treated inside the indicator: the following is applied to all indicator buffers and used arrays (high, low, close,true, time):

ArraySetAsSeries(array,true);

So, the index #0 corresponds to the rightmost bar in the chart.

MA Cross 3MACross Alert WarnSig

Fig. 1. Indicator MA Cross 3MACross Alert WarnSig

MA Cross 3MACross Alert WarnSig alert

Fig. 2. Alert example: the fastest First MA has crossed the slower Second MA upwards

MA Cross 3MACross Alert WarnSig ghost

Fig. 3. An example of signal emergence in the "Ghost" indicator buffer

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

Precipice MartIn Precipice MartIn

A trading strategy using the Martingale system.

BeerGodEA BeerGodEA

The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time.

3MACross EA 3MACross EA

An Expert Advisor based on indicators "MA Cross 3MACross Alert WarnSig" (https://www.mql5.com/en/code/19519) and "Price Channel" (https://www.mql5.com/en/code/44)

Dealers Trade v 7.74 MACD Dealers Trade v 7.74 MACD

The EA trades using signals of the iMACD (Moving Average Convergence/Divergence, MACD) indicator. Lot is increased when the number of position grows (Martingale)