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
Experts

KDJ Expert Advisor - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
3936
Note:
(20)
Publié:
2018.01.22 09:54
Mise à jour:
2018.02.28 16:02
\MQL5\Indicators\
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.

Warning! In order to provide conditions for the EA operation, you should add the compiled KDJ Indicator file to [data folder]\MQL5\Indicators


Input Parameters

  • KDJ: M1 - the M1 parameter of the KDJ Indicator;
  • KDJ: M2 - the M2 parameter of the KDJ Indicator;
  • KDJ: M2 - the KdjPeriod parameter of the KDJ Indicator;
  • Lots - position volume;
  • Stop Loss
  • Take Profit
  • Risk - percentage of risk per trade based on the free margin.

It is recommended to launch the EA on the H1 timeframe and higher.

Example of operation on EURUSD,H1:

KDJ Expert Advisor

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

KDJ Indicator KDJ Indicator

KDJ Indicator Oscillator

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.

Daily BreakPoint Daily BreakPoint

A daily bar breakout strategy.

FractalLevels_System FractalLevels_System

The indicator implements a breakout system using the Fractal_Levels indicator channel.