StockFetcher Forums · Filter Exchange · Bollinger and Moving Average<< >>Post Follow-up
prophecy604
6 posts
msg #141704
Ignore prophecy604
2/1/2018 6:06:57 PM

Hi,

Anybody has a clue on what i should write to find stock that have MA5, 10, 20 & 50 that are within the bands and that the bands are contracting?

Thank you very much!

four
5,087 posts
msg #141720
Ignore four
2/1/2018 9:59:29 PM



dashover
224 posts
msg #141838
Ignore dashover
2/4/2018 1:22:29 PM

set{top,upper bollinger(20)}
set{bottom, lower bollinger(20)}
set{squeeze, top - bottom / ma(20)}
price < upper bollinger (20)
AND squeeze reached a new 3 month low

AND price between 10 and 200

AND add column squeeze
AND sort by column 11 descending
Average Volume(30) > 400000
and optionable
not etf

squeeze part>

graftonian
1,089 posts
msg #141846
Ignore graftonian
2/4/2018 2:36:27 PM

@dashover, I like the idea of working with the "squeeze" variable.

Fetcher[
draw Median Bollinger Line(20,2)
set{top,upper bollinger(20)}
set{bottom, lower bollinger(20)}
set{squeeze, top - bottom / ma(20)}
/*filter*/
price < ma(20)
AND squeeze reached a new 3 month low 1 day ago
close > close 1 day ago
squeeze > 3 month low of squeeze
add column squeeze
add column 3 month low of squeeze
Average Volume(30) > 400000
not otcbb
/***/
do not draw bottom and do not draw 3 month low of bottom
]



prophecy604
6 posts
msg #141847
Ignore prophecy604
2/4/2018 2:54:03 PM

Thank you guys!

StockFetcher Forums · Filter Exchange · Bollinger and Moving Average<< >>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.