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.
Comparing weekly MACD scans
I’m trying to detect when weekly MACD is rising, in other words, this week is higher than last week. This is what I tried, but it’s not matching perfectly with my chart list.
Is it correct?
[weekly MACD Line(12,26,1) > last week's weekly MACD Line(12,26,1)] and [favorites list is 37]
I’m also wondering what weekly references in scans return in the middle of the week. Does it substitute the current price for current weekly close?
Thanks
Greg
0
Comments
Also, from a scanning formatting standpoint, move your Favorites list to the beginning. Always try to build your scan by first telling the scan engine to look at THIS, and then narrow THIS by THAT.
//Look at THIS
[favorites list is 37]
//narrow THIS with THAT
and [weekly MACD Line(12,26,1) > last week's weekly MACD Line(12,26,1)]
A "week" means a calendar week, not 5 trading days (or 7 calendar days) ago from today. So, when you are evaluating scan results, you would compare the scan date's value (e.g., if midweek, Wednesday's close) to the previous FRIDAY's closing value - NOT the previous Wednesday's value.
I'm just guessing that might account for the discrepancies you noticed.
rank by [weekly MACD Line(12,26,1) - last week's weekly MACD Line(12,26,1)]
This will display the value difference in a separate column of the results