StockFetcher Forums · Filter Exchange · Need help from pros.<< >>Post Follow-up
alexdeala
1 posts
msg #155913
Ignore alexdeala
2/21/2021 7:33:48 PM

Joined SF recently, in November. Seen some of TRO's forums. Attempted this.

Fetcher[set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}
close between 0.2 and 100
average day range(7) above average day range(4) and average day range(4) above average day range(2)
add column CxC
average day range(4) at new 52 week high in the last 2 weeks
]



Post-boom condensed range. CxC is for finding multi-day runners, via TRO's code. Hunting for moments prior to a continuation above 20%. Can be used for shorting also.

Came here to learn from the pros. Any and all criticism welcome - pro or not.
Thanks.


dangreene
229 posts
msg #155915
Ignore dangreene
modified
2/21/2021 9:48:29 PM

@ alexdeala

If you want the number of days to display correctly, you need to change two of your SET statements as follows.

set{CCb,count(days close is above close 1 day ago,100)}
set{CCa,count(days close is below close 1 day ago,100)}

HTH






StockFetcher Forums · Filter Exchange · Need help from pros.<< >>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.