StockFetcher Forums · Filter Exchange · What syntax am I missing<< >>Post Follow-up
TraderZap
3 posts
msg #78292
Ignore TraderZap
8/30/2009 4:51:33 PM

I am using the following to get a trending up stock using bollinger. Most of the stocks appear to meet the criteria however, there are a few that seem to fall outside the desired range. I want to see stocks that are between the 1 and 2 standard deviations and the upper band is increasing. I want the stocks that fit this criteria for the last 8 days. This is what I have:

show stocks where the upper Bollinger (20) has been increasing for 8 days
and close for last 8 days is between bollinger (20,1) and bollinger (20) for last 8 days
and price is between 10 and 100
and volume is above 250000
and draw bollinger(20,1)
and draw bollinger(20,2)
and draw bollinger(20,3)
and draw rsi(14)


A few stocks are showing a close within the last 8 days that are below the 1 standard deviation.

Thanks for any help. Also I am not sure how to make it a link.

chetron
2,817 posts
msg #78293
Ignore chetron
modified
8/30/2009 5:07:56 PM

CLICKABLE..............
"BETWEEN" CAN ONLY BE USED WITH NUMERIC VALUES AS IN YOUR PRICE BELOW. YOU CAN NOT USE INDICATORS VALUE.

HTH

Fetcher[
show stocks where the upper Bollinger (20) has been increasing for 8 days
close ABOVE UPPER bollinger BAND(20,1) LAST 8 DAY
CLOSE BELOW UPPER bollinger BAND(20) LAST 8 DAY

price is between 10 and 100
volume is above 250000
draw bollinger(20,1)
draw bollinger(20,2)
draw bollinger(20,3)
draw rsi(14)

]



StockFetcher Forums · Filter Exchange · What syntax am I missing<< >>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.