Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
%MACD for Amibroker (AFL)
From Leon Wilson:
Percentage based MACD allow for relative broad market searches beyond zero and trigger line cross overs.
Similar Indicators / Formulas
Indicator / Formula
_SECTION_BEGIN("MACD%"); Value = ((EMA(Close,12)-EMA(Close,26))/EMA(Close,26))*100; Plot(Value, "MACD%", colorRed, styleThick); Plot(EMA(Value,9), "", colorLightBlue); PlotGrid(0, colorLightGrey); _SECTION_END();
1 comments
Leave Comment
Please login here to leave a comment.
Back
When buy sell signals are inserted it gives exactly the same signals as PPO 12,26,9