Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 26301
- Rating:
- Published:
- 2016.02.24 12:55
- Updated:
- 2016.02.24 12:56
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Standard MACD diagram with bullish and bearish bars colored differently.
Inputs:
extern int FastEMA=12; extern int SlowEMA=26; extern int SignalSMA=9; extern int CountBars=300; extern int Line=3; extern double Zero_level=0.0;
3ColorMACD
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7127

1 Click "Close All" button to close all open positions at current attached chart.

Multiple Timeframe Moving Average. It is set to look at H4 and H1 time frames. This code is for anyone who wants to use a different timeframe than on the current window.

Non-optimized version of Kaufman's adaptive moving average.

View current and historical trends of every timeframe.