당사 팬 페이지에 가입하십시오
- 조회수:
- 7121
- 평가:
- 게시됨:
- 2017.11.03 12:27
- 업데이트됨:
- 2017.11.09 08:44
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/18957

A trading system based on the Stopreversal indicator signals.

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.

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

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