Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

MACD with Histogram - indicateur pour MetaTrader 5

Vues:
19975
Note:
(38)
Publié:
2016.02.18 16:01
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This indicator modifies the original MACD.mq5 from MetaTrader 5 Indicators/Examples folder.

It presents MACD Main and Signal in Lines Style, and includes the MACD Histogram in visualization.

Periods of EMA Fast, EMA Slow and Signal are freely customizable, as well as applied price.

Input parameters:

input int                InpFastEMA=12;               // Fast EMA period
input int                InpSlowEMA=26;               // Slow EMA period
input int                InpSignalSMA=9;              // Signal SMA period
input ENUM_APPLIED_PRICE InpAppliedPrice=PRICE_CLOSE; // Applied price

XMA_BBx5_Cloud XMA_BBx5_Cloud

Two Bollinger Bands channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.

XMA_BBx5 XMA_BBx5

Two Bollinger Bands channels based on one moving average, with the display of the last values as price labels.

MQL5 WIZARD - DIDI Index Trade Signal MQL5 WIZARD - DIDI Index Trade Signal

Signal based on the indicator developed by the Brazilian analyst Odir Aguiar (Didi).

XMA_BBx5_Cloud_HTF XMA_BBx5_Cloud_HTF

The XMA_BBx5_Cloud indicator with the timeframe selection option available in the input parameters.