Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

KDJ Indicator - indicateur pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
6583
Note:
(19)
Publié:
2018.01.22 09:53
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the idea: yyy999, the mq5 code author: barabashkakvn.


Calculation principle

MaxHigh (the highest high) and MinLow (the lowest Low) are determined in the specified KdjPeriod interval. Thus, MaxHigh minus MinLow will be equal to the height of the selected KdjPeriod interval. Next, we determine the distance between the Close price of the current bar and MinLow as a percentage of the height of the selected KdjPeriod interval. It is the base RSV line.

By averaging the base RSV line with the M1 period, we obtain a smoothed K line. By averaging the smoothed K line with the M2 period, we obtain a smoothed D line. The difference between the K line and the D line gives the KDC histogram.

Compare KDJ Indicator and MACD:

KDJ Indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/19476

GreenTrade GreenTrade

The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.

Billy expert Billy expert

A trading strategy "three bars down, Stochastic up".

KDJ Expert Advisor KDJ Expert Advisor

An Expert Advisor based on "KDJ Indicator"

Daily BreakPoint Daily BreakPoint

A daily bar breakout strategy.