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;

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;