Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

3ColorMACD - indicator for MetaTrader 4

MetaQuotes
MetaQuotes
MetaQuotes Ltd is the software development company. One of our products is the MetaTrader 5 trading platform intended for trading in different financial markets.
Use the links below to download the latest builds:
| English Русский 中文 Español Deutsch 日本語 Português 한국어 Français Italiano Türkçe
Views:
27015
Rating:
(28)
Published:
Updated:
3colormacd.mq4 (4.33 KB) view
MQL5 Freelance 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 To Close All Open Positions at Current Attached Chart 1 Click To Close All Open Positions at Current Attached Chart

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

Simple Multiple Timeframe Moving Average Simple Multiple Timeframe Moving Average

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.

Kaufman's AMA from wellx Kaufman's AMA from wellx

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

Signalitics Trend Assistant Signalitics Trend Assistant

View current and historical trends of every timeframe.