Page 1 of 1

CCI MACD Overlay

PostPosted: Sun May 27, 2018 6:24 pm
by Apprentice
CCI_MACD_Overlay.png

LUA Original: viewtopic.php?f=17&t=8389

Description:

MT4 version of the LUA original indicator that will color the candles according to the following conditions:

GREEN COLOR:

1. cci [period 14] > 0 and macd line > signal line

RED COLOR:

1. cci [ period 14] < 0 and macd line < signal line

NEUTRAL:

1. cci > 0 and macd line< signal line {or}
2. cci < 0 and macd line> signal line

CCI_MACD_Overlay.mq4
(9.02 KiB) Downloaded 801 times