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

Real author: Aleksey Terentyev

This is an implementation of the market cycle indicator described by Raghee Horner.

"Wave is a simple market cycle indicator: a trio of exponential moving averages based on the Fibonacci number of 34. It provides me with a visual footprint of the market's trend, or lack of trend. It's better than trendlines, support and resistance for this specific purpose. It's not that trendlines, support and resistance are not effective but the fact is that these lines can be found in uptrending, downtrending, and sideways or range-bound markets, and by themselves they do not indicate the market's cycle."

An excerpt from the book by R. Horner "Forex on Five Hours a Week: How to Make Money Trading on Your Own Time"

The indicator principle is simple:

  • Green bars represent the presence of an uptrend, which appears when a bar closes above ЕМА 34 (High).
  • The absence of candles means consolidation, it appears when the bar closes within ЕМА 34 (High) and ЕМА 34 (Low).
  • Pink candlesticks represent the presence of a downtrend, which appears when a bar closes below ЕМА 34 (Low).

Signals are confirmed when three candles of the same color appear.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 30.05.2017.

Fig. 1. The MASi_WaveHist indicator

Fig. 1. The MASi_WaveHist indicator

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

Exp_Stopreversal Exp_Stopreversal

A trading system based on the Stopreversal indicator signals.

Zigzag2_R_channel_System Zigzag2_R_channel_System

The indicator implements a breakout system using the Zigzag2_R_channel indicator channel, as well as generates alerts, sends push and email notifications when the price breaks the channel drawn through the zigzag peaks.

ColorPsychological ColorPsychological

The Psychological indicator implemented as a color histogram, featuring alerts, push and email notifications.

Expert Expert

A library for reading/writing the parameters of arbitrary Expert Advisors.