Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Color MACD for Amibroker (AFL)
Amibroker comes with the standard MACD. I change this MACD, so that we can easily see each increase and decrease in the histogram
Similar Indicators / Formulas
Indicator / Formula
His = MACD() - EMA(MACD(),9) ; dinamic = IIf( His > Ref(His, -1) , colorGreen, colorRed); Plot(MACD(),"MACD", colorRed ); Plot(EMA(MACD(),9),"Siganal (9)",colorBlue); Plot( MACD() - EMA(MACD(),9), "Histogram", dinamic, styleHistogram | styleThick );
0 comments
Leave Comment
Please login here to leave a comment.
Back