Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Buy and Sell on MACD Spikes for Amibroker (AFL)
Hi this formula simply generates scan signals on the basis of MACD Histogram spikes increasing in height of decreasing.
Indicator / Formula
diff = MACD(12, 26) - Signal(12,26,9); Buy = (diff < 0) & (diff > Ref(diff,-1)); Sell = (diff > 0) & (diff < Ref(diff,-1)); Buy = ExRem( Buy, Sell ); Sell = ExRem( Sell, Buy );
0 comments
Leave Comment
Please login here to leave a comment.
Back