New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Does anyone have any advice for a MACD Histogram breaking through the signal line on the positive side. Any help would be greatly appreciated
0
Comments
I re-read the chart school article, and it seems the histogram is used to anticipate crossovers of the two emas - basically, when the bars get shorter. So that is meant to signal a turn in price a little sooner.
The bars and the lines are on the same scale, so you could write the scan you want, but I wonder what it would indicate?
This syntax is correct, but it gets no hits (8/8/2015)
[group is sp500]
and [MACD Signal(12,26,9) > 0.0]
and [MACD Hist(12,26,9) x MACD Signal(12,26,9)]
I'm sure it was quickly realized that this clause has a logic error:
and [MACD Hist(12,26,9) x MACD Signal(12,26,9)]
The only signal line for the MACD Histogram is the zero line.
As for Hist x Signal being a logic error, they are on the same scale, so you can compare them, and if you want to test for one crossing the other, that is how it would be done. Whether it has any meaning or usefulness - that is a different question. Maybe @MadRoofer can tell us what he expects to learn from it, or how he has seen it work.
I don't use MACD at all, so no comment on it's usefulness, except like most indicators, it seem to give its signals late.
How do I scan for MACD H below signal line but ticking up.
So first you would test for Hist below zero, MACD Hist(x,y,z) < 0.
And then you would test for today's Hist greater than yesterday's Hist, so MACD Hist(x,y,z) > 1 day ago MACD Hist(x,y,z)
You can select and edit MACD Hist from the "Technical Indicators" drop down on the advanced scan page.
Any suggestions to improve productivity would be appreciated.
Also test how it works on big cap, high volume stocks vs. lower volume small and medium caps. Institutionally favored stocks usually trade with fewer surprises - except sometimes around earnings announcements. One other thing to keep in mind is that everybody can see the common indicator signals, so there is sometimes some volatility when a signal occurs - that's the pros shaking out the amateurs to pick up some more stock before the real move begins (if it does). So if you use stops, you would keep them well away from the action, and the wider the stop has to be, the smaller the position size should be in case you do get hit. A recent Gatis Roze blog suggests taking positions incrementally as you are proved right. You can work that out yourself as you are researching.