| moby 314 posts
 msg #89800
 - Ignore moby
 | 3/17/2010 7:12:28 PM 
 Please if someone could help me  make this filter that scans for :
 
 find stocks where the MACD(12,26) fast line crosses above MACD(12,26) slow line,
 goes up, then the indicator comes back down to make a double bottom
 then the MACD(12,26) fast line crosses above MACD(12,26) slow line again, but is still just below zero
 within 20 days
 
 I know, I have a sickness =(  and  need help in more ways than one. And I am trying to code this,but I just can't get it.
 
 
 | 
| chetron 2,817 posts
 msg #89801
 - Ignore chetron
 modified
 | 3/17/2010 7:34:59 PM 
 JUST USE SOAP AND SUB STOCHASTIC WITH MACD....
 
 
 
 
 
 
 
 
 | 
| moby 314 posts
 msg #89805
 - Ignore moby
 | 3/17/2010 8:51:12 PM 
 Thank you very much , Sir !
 
 
 | 
| Eman93 4,750 posts
 msg #89885
 - Ignore Eman93
 modified
 | 3/19/2010 12:06:58 AM 
 This is trying to find double bottom of the histogram....... once it hits the 20 week low it will track the macd if it is still heading down..... will revise
 
 I coundnt get it to work with and other fast line or slow line combos...
 
 but you can see it puts in a nice mo mo bottom....
 
 Chet my problem was I was trying to use macd histogram(3.9,6) it wont take anything but how its written....
 
 
 
 
 
 | 
| chetron 2,817 posts
 msg #89909
 - Ignore chetron
 | 3/19/2010 7:17:09 AM 
 why are you using the plus zero thing?
 
 those are some interesting bottoms
 
 
 
 
 
 | 
| Eman93 4,750 posts
 msg #89913
 - Ignore Eman93
 | 3/19/2010 8:32:38 AM 
 When I didnt use the additon function it was giving me a price, but only on the macd histogram 20 week high?? so I added an addtion function..
 
 
 What I want to find  is what was the low (price) the day the MACD Histogram made a 20 week low......  and price is less than that low, but the macd histogram is higher than the 20 week low.
 
 Extracting a price the day the histogram made a 20 week low...
 
 
 | 
| chetron 2,817 posts
 msg #89922
 - Ignore chetron
 | 3/19/2010 9:17:21 AM 
 how about.....
 
 
 
 
 
 |