StockFetcher Forums · Filter Exchange · Help with breakout scan<< >>Post Follow-up
pauljkimkr
5 posts
msg #147147
Ignore pauljkimkr
3/30/2019 1:52:22 AM

Criteria:

Average volume of at least 100,000 shares traded daily

Money stream (three-month range) in the top 50 percent of the universe of stocks (I think CMF should work for money stream)

Breakout formula: ((High of the past 20 trading sessions – Low of the past 20 trading sessions) / High of the past 20 trading sessions + Low of the past 20 trading sessions) / 2 < .15 and The most recent
close > High of the past 20 trading sessions

graftonian
1,089 posts
msg #147150
Ignore graftonian
3/30/2019 10:06:42 AM


Fetcher[
/*Breakout formula: ((High of the past 20 trading sessions - Low of the past 20 trading sessions) / High of the past 20 trading sessions + Low of the past 20 trading sessions) / 2 < .15
and The most recent
close > High of the past 20 trading sessions*/
optionable
set{bo1,high 20 day high - low 20 day low}
set{bo2, high 20 day high + low 20 day low}
set{bo3, bo1 / bo2}
set{breakout, bo3 / 2}
add column breakout
sort on column 5 ascending
/**********************/
close > high 20 day high 1 day ago
/*************************/
CMF(21) reached a new 10 day high
draw CMF(21)
/*************/
set{x1, count(close > high 20 day high 1 day ago, 1)}
set{x2, count(CMF(21) reached a new 10 day high, 1)}
set{x, x1 * x2}
x > 0
draw x
]



pauljkimkr
5 posts
msg #147151
Ignore pauljkimkr
3/30/2019 10:58:45 AM

Excellent, thank you.

crabhunter
1 posts
msg #147598
Ignore crabhunter
4/29/2019 7:34:14 AM

i like it. will look closer later today.

I have a scan that uses flaring BBands and rising ADX

StockFetcher Forums · Filter Exchange · Help with breakout scan<< >>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.