StockFetcher Forums · Filter Exchange · A simple filter<< >>Post Follow-up
miketranz
956 posts
msg #160758
Ignore miketranz
1/10/2024 11:07:36 AM

Find stocks trading above the 200 day ma Avg vol (30) above 2000000 price above 1

SAFeTRADE
630 posts
msg #160766
Ignore SAFeTRADE
1/11/2024 9:38:39 AM

I like this one Mike. Added a few bells and Whistles.

Fetcher[
stocks trading above the 200 day ma Avg vol (30) above 2000000 price above 1
ADD COLUMN RSI(13)
draw Parabolic SAR(0.05,0.2)
draw macd(8,6,8)
draw macd(4,3,4)
draw adx(4) line at 25
set{buy,count(high above Parabolic SAR(0.05,0.2),1) * count(macd histogram (8,6,8) crossed below 0,1)}
set{buy_EARLY,count(high above Parabolic SAR(0.05,0.2),1) * count(macd histogram (8,6,8) DECREASING LAST 1 DAY,1)}
set{sell,count(close crossed below Parabolic SAR(0.05,0.2),1)}
DRAW buy_early
draw buy
draw sell
sort column 5 descending
add column buy_early
add column buy
add column sell
add column rsi(2){rsi2}
]



miketranz
956 posts
msg #160767
Ignore miketranz
1/11/2024 12:13:41 PM

Looks good.Thanks...

snappyfrog
653 posts
msg #160771
Ignore snappyfrog
1/12/2024 6:49:35 AM

That only shows stocks above $200. I added the first 3 lines to show how the
commented out line should read to get the results requested.

Fetcher[
close above ma(200)
avgvol(30) above 2000000
price above 1

/*stocks trading above the 200 day ma Avg vol (30) above 2000000 price above 1*/

ADD COLUMN RSI(13)
draw Parabolic SAR(0.05,0.2)
draw macd(8,6,8)
draw macd(4,3,4)
draw adx(4) line at 25
set{buy,count(high above Parabolic SAR(0.05,0.2),1) * count(macd histogram (8,6,8) crossed below 0,1)}
set{buy_EARLY,count(high above Parabolic SAR(0.05,0.2),1) * count(macd histogram (8,6,8) DECREASING LAST 1 DAY,1)}
set{sell,count(close crossed below Parabolic SAR(0.05,0.2),1)}
DRAW buy_early
draw buy
draw sell
sort column 5 descending
add column buy_early
add column buy
add column sell
add column rsi(2){rsi2}
]



miketranz
956 posts
msg #160774
Ignore miketranz
1/12/2024 3:17:56 PM

Great thanks....

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