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

MACD Cleaner - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
6070
Note:
(26)
Publié:
2019.01.02 14:27
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Idea by Artem Titarenko

mq5 code author - barabashkakvn

The Expert Advisor trades using the iMACD (Moving Average  Convergence/Divergence, MACD) indicator signals.

Signal generation rules:

   if(macd_main[3]>=macd_main[2] && macd_main[2]>=macd_main[1])
      m_need_open_buy=true;
   if(macd_main[3]<=macd_main[2] && macd_main[2]<=macd_main[1])
      m_need_open_sell=true;

The EA only operates when a new bar appears (this applies both to trailing and signal generation).

MACD Cleaner

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

SetColorFiboLevels SetColorFiboLevels

The script creates the Fibonacci levels graphic object with a large number of settings.

Float_Pivot_Smoothed_Digit_System Float_Pivot_Smoothed_Digit_System

The indicator implements a breakthrough system using the Float_Pivot_Smoothed_Digit channel.

MTF_RSI MTF_RSI

The Multi timeframes RSI indicator

PWMA_MTF PWMA_MTF

Multi Time Frame Power Weighted Moving Average