Watch how to download trading robots for free
Find us on Facebook!
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:
14286
Rating:
(40)
Published:
2012.12.24 14:14
Updated:
2016.11.22 07:32
kagionchart.mq5 (12.09 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This indicator differs from the standard Kagi chart as it is drawn on a considering timeframe, so the process of forming of "yang" and "yin" lines is exactly traced. In fact, no Moving Averages or periods, and only price movement on a certain distance and breakthrough of the previous local minimums/maximums are used in drawing the Kagi charts. Suggested that the Kagi is not "one more kind of chart", but represents a good alternative to different trend indicators.

Comparison of the KagiOnChart indicator (in the main window) with a standard chart-indicator Kagi (in the subwindow). The analogical area of the indicators is marked in the figure, but in the first case consider time of lines formation, in the second case don't consider it.

KagiOnChart vs Kagi

Recommendations:

  • The very simple principle is to buy when "yang" (blue line), to sell when "yin" (red line).
  • After reversal wait for the confirmation in the form of a second vertical line of the same color in direction to a new trend.
  • A more detailed description of the Kagi charts and their use can be find in the book by Steve Nison "Beyond Candlesticks".

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1319

MovingAverage_FN MovingAverage_FN

A Moving Average hybrid of digital and analog filtering.

ZigZag On Heikin Ashi ZigZag On Heikin Ashi

The ZigZag drawn using Heikin Ashi extremums

RFractals RFractals

Fractals with the ability to set range

Exp_MovingAverage_FN Exp_MovingAverage_FN

The Expert Advisor is drawn on the basis of changing the direction of the MovingAverage_FN (digital hybrid and analog filtering indicator).