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
Views:
25591
Rating:
(27)
Published:
2016.02.24 12:55
Updated:
2016.02.24 12:56
3colormacd.mq4 (4.33 KB) view
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.