| MARY4MONEY 806 posts
 msg #86001
 - Ignore MARY4MONEY
 | 1/12/2010 7:35:28 AM 
 how do i write the slope of macd looking for bottom reversals like on stec lvs peix- showing it is angling up strongly-thanks
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #86004
 - Ignore Kevin_in_GA
 | 1/12/2010 8:40:55 AM 
 There's a couple of ways to use this:
 
 1.  If you care about the exact value of the slope (like if you are sorting a list on this variable) -
 
 "set{MACDslope, slope of weekly MACD histogram(2,3,1)}
 add column MACDslope
 MACD histogram(2,3,1) below 0" (this will be true for a reversal off a bottom)
 
 then add a line like "sort on column 5 descending"
 
 2.  If you are looking for slope reversal -
 
 use the above code, then add
 
 "MACDslope above 0
 MACDslope below 0 1 day ago"
 
 
 
 | 
| straken 469 posts
 msg #86083
 - Ignore straken
 modified
 | 1/12/2010 9:20:35 PM 
 Another one......
 
 
 
 
 And better?
 
 
 
 
 
 | 
| mesayah 658 posts
 msg #86208
 - Ignore mesayah
 | 1/14/2010 12:43:05 AM 
 I love the second 1 looks great, but does just as poorly in as any other in a down market.
 
 
 |