StockFetcher Forums · Filter Exchange · Can anybody please help me to write this filter<< >>Post Follow-up
sandip2325
5 posts
msg #86456
Ignore sandip2325
1/17/2010 5:49:21 PM

Hi All,

Can anybody please help me to write the below filter? This is a filter for swing trading for stockcharts.com.

[type = stock] and [country = us] and[daily ema(60,daily volume) > 150000] and
[daily high < yesterday's daily high] and
[yesterday's daily high < 2 days ago daily high] and
[sma(10, close) > ema(30, close)]and
[daily close > daily ema(30,daily close)]and
[daily close < daily sma(10,daily close)]and
[daily close > daily sma(200,daily close)]and
[weekly sma(10,weekly close) > weekly ema(30,weekly close)]and
[ADX Line(10) > 20.0]and
[close >= 5]

Regards,
Sandip

trendscanner
265 posts
msg #86467
Ignore trendscanner
1/17/2010 8:20:25 PM

ahh...good ol' stockcharts programming language....If you've recently joined this site after being on stockcharts, you'll find the filter programming function here a nice step up. Spend some time reading the manual and you should be able to replicate everything you were doing there very quickly and write much more creative filters.

Regarding your filter, unfortunately, SF can't sort stocks by country.

Otherwise, this is probably close to what you're looking for

Fetcher[
Not ETF
Close > 5
Ema(average volume(60)) > 150000
High < high 1 day ago
ma(10) > ema(30)
Close > ema(30)
Close > ma(200)
weekly ma(10) > weekly ema(30)
Adx(10) > 20
]





StockFetcher Forums · Filter Exchange · Can anybody please help me to write this filter<< >>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.