StockFetcher Forums · Filter Exchange · 12 week momentum<< 1 2 >>Post Follow-up
sr7
107 posts
msg #160701
Ignore sr7
12/5/2023 3:46:44 PM

12 week momentum - BullRunners



Fetcher[

/* Shows Current location of a stock in respect to it's 12 week high and low */



12 week momentum - BullRunners:


set{LOW12, close 12 week low}
set{HIGH12, close 12 week high}
set{SPREAD12, HIGH12 + LOW12}
set{SPREADAVG, SPREAD12 / 2}
set{RANGE, HIGH12 - LOW12}
set{RANGE1, RANGE / LOW12}
set{LOCATION12, close / SPREADAVG}
set{POSITION, LOCATION12 * 100}

add column POSITION
add column SPREADAVG
add column RANGE1

and sort column 5 descending

/* Add your criteria here */

and Average Volume(90) is above 900000
and close is between 10 and 50

and RANGE1 is greater than .2
and POSITION crossed above 100 within the last 2 days
and POSITION has been increasing for the last 2 days

and market is not ETF
market is not otcbb



]





sr7
107 posts
msg #160850
Ignore sr7
2/7/2024 6:46:15 PM


12 week momentum -- Star Burst



Fetcher[


/*
12 week momentum -- STAR BURST
*/


/* Shows Current location of a stock in
respect to it's 12 week high and low */

market is not etf
market is not otcbb

set{LOW12, close 12 week low}
set{HIGH12, close 12 week high}
set{SPREAD12, HIGH12 + LOW12}
set{SPREADAVG, SPREAD12 / 2}
set{RANGE, HIGH12 - LOW12}
set{RANGE1, RANGE / LOW12}
set{LOCATION12, close / SPREADAVG}
set{POSITION, LOCATION12 * 100}

add column POSITION
add column SPREADAVG
add column RANGE1

and sort column 5 descending

/* Add your criteria here */

and Volume is above 900000
and close is between 1 and 20
close > open
and RANGE1 is greater than .2
and POSITION crossed above 100


/* Shows the stock's performance in a 1 week trading period. */
draw RSI(5) line at 70

]



StockFetcher Forums · Filter Exchange · 12 week momentum<< 1 2 >>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.