Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 21805
- Rating:
- Published:
- 2016.02.18 16:01
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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

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

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

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

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