StockFetcher Forums · General Discussion · Help<< >>Post Follow-up
Adle
5 posts
msg #37572
Ignore Adle
8/20/2005 9:03:34 PM

Hi,
I need filter that will generate list of stocks for bullish and bearish positions,
Bullish - EMA(20) crossed above EMA(40) and stock was recently above annual linear regression top line and CCI(5) above 100 and stock below EMA(20) but above EMA(40).
Bearish - EMA(20) crossed below EMA(40) and stock was recently below annual linear regression bottom line and CCI(5) below -100 and stock above EMA(20) and below EMA(40).
I have tryied everything but I've got not accurate results... :-(
Thank you in advance.



TheRumpledOne
6,407 posts
msg #37585
Ignore TheRumpledOne
8/21/2005 7:12:32 PM

Hi,
I need filter that will generate list of stocks for bullish and bearish positions,
Bullish - EMA(20) crossed above EMA(40) and stock was recently above annual linear regression top line and CCI(5) above 100 and stock below EMA(20) but above EMA(40).
Bearish - EMA(20) crossed below EMA(40) and stock was recently below annual linear regression bottom line and CCI(5) below -100 and stock above EMA(20) and below EMA(40).
I have tryied everything but I've got not accurate results... :-(
Thank you in advance.


Fetcher[
/* bullish filter*/

set{abovelr, count(high is above the top linear regression line(200),5)}

set{E5b,days(ema(20) is above ema(40),100)}
set{E5b1, count(E5b above -1 , 1)}
set{E5b2, E5b * E5b1}
set{E5a,days(ema(20) is below ema(40),100)}
set{E5a1, count(E5a above -1 , 1)}
set{E5a2, E5a * E5a1}
set{E20xE40, E5a2 - E5b2}

CCI(5) above 100

price below EMA(20)

price above EMA(40)

add column ema(20)
add column ema(40)
add column cci(5)
add column abovelr
add column E20xE40
]



Instead of using all of your selection criteria, I turned the linear regression and ema cross into column displays otherwise I get 0 matches.

MAY ALL YOUR FILLS BE COMPLETE.


StockFetcher Forums · General Discussion · Help<< >>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.