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

DVD Level - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
2311
Note:
(15)
Publié:
2017.01.19 16:58
Mise à jour:
2018.06.14 16:26
DVD Level.mq5 (55.36 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea — Denis Denisov , mq5 code author — barabashkakvn.

The EA operation is based on the analysis of the four iMA indicator readings on different bars:

   iMA(Symbol(),PERIOD_H1,2,0,MODE_EMA,PRICE_CLOSE);
   iMA(Symbol(),PERIOD_H1,24,0,MODE_EMA,PRICE_CLOSE);
   iMA(Symbol(),PERIOD_D1,2,0,MODE_EMA,PRICE_CLOSE);
   iMA(Symbol(),PERIOD_D1,24,0,MODE_EMA,PRICE_CLOSE);


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

Exp_ZeroFillingStop Exp_ZeroFillingStop

The Expert Advisor moves a position to a breakeven when a predefined profit is reached.

SilverTrend_Signal_Alert SilverTrend_Signal_Alert

SilverTrend semaphore signal indicator features alerts, emails and push notifications.

Scalpel EA Scalpel EA

Scalpel EA for MetaTrader 5

Exp_TralingStop Exp_TralingStop

The Expert Advisor moves a stop loss to a predefined fixed distance from the current price.