StockFetcher Forums · Filter Exchange · exhaustion<< >>Post Follow-up
meandone
2 posts
msg #148201
Ignore meandone
6/19/2019 1:42:12 PM

can any one help me, I am trying to find a weekly bar that has a price range at least 25% greater than the 14-bar average & closes in the bottom 25% for that bar or for the week? Thank you

compound_gains
221 posts
msg #148202
Ignore compound_gains
6/19/2019 4:41:02 PM

Fetcher[
/*weekly bar that has a price range at least 25% greater than the 14-bar average & closes in the bottom 25% for that bar or for the week*/

not etf
not otcbb
/*pick your volume*/
count(volume above 250000, 21) equals 21
/*pick your price*/
close above 5
set{x1, weekly high - weekly low}
set{x2, weekly close - weekly low}
set{x3, x2 / x1}
set{x4, weekly cma(x1, 14)}
x1 more than 25% above x4
x3 below .25
add column x3
sort column 5 ascending
chart-display is weekly
chart-length is 3 months
set{x5, weekly low + x4}
draw price line at x5 on plot price
]



meandone
2 posts
msg #148205
Ignore meandone
6/19/2019 5:32:05 PM

WOW, Thank you that is fantastic

StockFetcher Forums · Filter Exchange · exhaustion<< >>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.