StockFetcher Forums · General Discussion · Round bottom filter<< >>Post Follow-up
mbshannon19
3 posts
msg #155742
Ignore mbshannon19
2/13/2021 9:27:53 PM

does anyone know how to make a filter for a "round bottom" setup. Something that has been consilidating for many weeks/months but is seeing increasing volume and just starting to barely move up.

graftonian
1,089 posts
msg #155759
Ignore graftonian
2/14/2021 11:15:12 AM

@mbshannon,
I wrote this to find the next GME. I am writing a volume component to reduce number of hits
Graf
Fetcher[
/** Looking for A sudden increase (decrease) of ADR in a flatline Feb10 **/
optionable
close between .50 and 50
close > MA(200)
slope of MA(200) > 0
draw Average Volume(30) > 1234567
set{Range1, high - low}
set{Range, Range1 / close}
set{AvgRng2, cma(range, 2)}
draw AvgRng2
set{AvgRng200, cma(range, 200)}
draw AvgRng200 on plot AvgRng2
/*****/
set{Flag, count(AvgRng2 crossed above avgRng200, 1)}
draw Flag
flag equals 1
/*** sort ***/
add column Range
sort on column 5 descending

]



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