Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
6349
Rating:
(22)
Published:
2017.11.03 12:27
Updated:
2017.11.09 08:44
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.