StockFetcher Forums · Filter Exchange · find ranges on the daily chart<< >>Post Follow-up
aristid73
6 posts
msg #160777
Ignore aristid73
1/17/2024 12:31:29 PM

hello,
I would like to contribute my range scan, in case anyone finds it useful.
its is not supposed to return perfect results, just stocks that may need your attention.
the idea is that price will be flapping around the 100 and 200 moving averages.
a high and a low line is plotted for possible reference.
one of the 80 of results may be a range you like.
I am currently short QRVO and looking at the possibility of a long in APA.
I am running it on the sp500.
make sure you look back for a year or so.
greetings.

Fetcher[
show stocks where
count(close is above MA(100), 120) is above 40
and count(close is below MA(100), 120) is above 40
and count(close is above MA(200), 120) is above 40
and count(close is below MA(200), 120) is above 40
and close is above 5 and average volume(10) is above 100000
and draw MA(100)
and draw price line at high 25 week high of 2 weeks ago
and draw price line at low 25 week low of 2 weeks ago
]



Mactheriverrat
3,135 posts
msg #160778
Ignore Mactheriverrat
1/17/2024 9:12:06 PM

Interesting!!!

snappyfrog
653 posts
msg #160779
Ignore snappyfrog
1/18/2024 6:26:32 PM

I added "zscore" to your scan. I works just off of the 200 moving average and plots
a 1.5 deviation. Look back at 1 year charts and you will see that the zscore tends
to stay within that deviation. Moves outside of the deviation tends to give you an
idea of when a correction might be coming. Cheers.

Fetcher[
show stocks where
count(close is above MA(100), 120) is above 40
and count(close is below MA(100), 120) is above 40
and count(close is above MA(200), 120) is above 40
and count(close is below MA(200), 120) is above 40
and close is above 5 and average volume(10) is above 100000
and draw MA(100)
and draw price line at high 25 week high of 2 weeks ago
and draw price line at low 25 week low of 2 weeks ago

/*zscore added*/
set{var3, ema(200)}
set{var2, close - var3}
set{zscore, var2 / Standard Deviation(200)}
draw zscore line 1.5
draw zscore line -1.5

add column zscore
]



StockFetcher Forums · Filter Exchange · find ranges on the daily chart<< >>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.