| mktmole 325 posts
 msg #52814
 - Ignore mktmole
 | 7/5/2007 5:37:14 PM 
 The following filter attempts to show MACD with positive divergence, where the 10 day slope of price is down and the 10 day MACD is sloping up. However as you can see the MACD plots corectly but the negative slope of the close does not.
 Any suggestions or other ideas would be appreciated. Thanks!
 
 fetcher[show stocks where the 10 day slope of the close is below –0.1
 and the 10 day slope of MACD histogram(3,8,13) is above 0.01
 and MACD histogram(3,8,13) is below 0
 and Average Volume(90) is above 200,000 and market is not OTCBB
 and add column high
 and volume above 200,000
 and market is not OTCBB
 and add column Exchange and add column Sector
 and add column Industry]
 
 
 
 |