StockFetcher Forums · Filter Exchange · Moving Average squeeze<< >>Post Follow-up
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

Fetcher[ma(5) increasing for the last 1 day
ma(10) increasing for the last 1 day
ma(20) increasing for the last 1 day
ma(5) crossed above ma(10) in the last 2 days
ma(10) crossed above ma(20) in the last 2 days
average volume(2) above average volume(20)
]




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:

Fetcher[set{x, abs(ema(5) minus ema(20))}
set{y, atr(10)}
Show stocks where ema(5) above ema(10) and ema(10) above ema(20) and ema(5) above ema(5) 1 day ago and ema(10) above ema(10) 1 day ago and ema(20) above ema(20) 1 day ago and count(x 1 day ago below y 1 day ago,20) above 19 and stock is optionable
]



Regards
Max




gchen
11 posts
msg #48651
Ignore gchen
12/16/2006 5:56:48 AM

Appreciate very much for all your helps


StockFetcher Forums · Filter Exchange · Moving Average squeeze<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.