gchen 11 posts msg #48627 - Ignore gchen |
12/15/2006 5:59:09 AM
Can someone help to create a filter, showing 3 moving average (for example
5, 10, 20) squeeze together for a while, and then all heading up, indicating
a possible beginning of a new uptrend. Any help appreciated.
|
traderblues 195 posts msg #48628 - Ignore traderblues |
12/15/2006 7:22:28 AM
|
heypa 283 posts msg #48633 - Ignore heypa |
12/15/2006 12:57:04 PM
Here is one of my brute strength and awkward scans.I'm not as sophisticated as TRO but they seem to work. [draw ema (5)
draw ema (10)
draw ema (20)
draw ema (40)
draw ema (80)
ema(5) is near ema(80)
ema(80)is below ema(5)
close above open today
average volume(20) is greater than 100000
volume today is greater than average volume(20)
close yesterday below ema(80)
close today above ema(80)
macd(5,10,1) is greater than 0]
The macd(5,10,1) just is the difference between the 2 ema's
This filter assumes that if the ema(5) is close to the ema(80) then those in between usually are also.
|
heypa 283 posts msg #48634 - Ignore heypa |
12/15/2006 12:59:13 PM
Oops i forgot to put Fetcher in front of filter.
|
maxreturn 745 posts msg #48631 - Ignore maxreturn modified |
12/15/2006 1:25:46 PM
This filter shows stocks where for the previous 20 days the absolute difference between the ema5 and ema20 is less than the 10 day average true range. Then today all the ema's move up in tandem:
Regards
Max
|
gchen 11 posts msg #48651 - Ignore gchen |
12/16/2006 5:56:48 AM
Appreciate very much for all your helps
|