Another variation of the Macd.
Input parameters:
extern int FastEMA=9;
extern int SlowEMA=64;
extern int SignalSMA=112;
extern bool plotArrows=false;
extern double HistThreshold=0;

Another variation of the Macd.
Input parameters:
extern int FastEMA=9;
extern int SlowEMA=64;
extern int SignalSMA=112;
extern bool plotArrows=false;
extern double HistThreshold=0;