StockFetcher Forums · Filter Exchange · Stoch's Bottom Filter<< >>Post Follow-up
sr7
137 posts
msg #161289
Ignore sr7
8/6/2024 3:08:09 PM


Seeing that the market went down, I thought I'd make another bottom filter:



Fetcher[

/* - - ----- Stoch's Bottom Filter - - - -

-- Stoch's Bottom Filter finds stock that have reached bottom or close to it.

-- In the column section --- watch the Stoch Score; the lower the number the better.

-- The one with the lowest numbers are shown on the top row first.

- - - - - - - - - - - */


market is not etf
market is not otcbb


show stocks where stochrsi(20,20) has been below .25 for the last 5 days

draw stochrsi(20,20) line .25
draw stochrsi(20,20) line .80
add column stochrsi(20,20) {Stoch Score}


/* and MACD Fast Line(8,17,9) is below 0 line */



price is between 5 and 70
volume is above 9000000


/* Added fundamentals: */
pe ratio >= 1
add column pe ratio



/* - - - - - Visual Aids */
draw ma(20)
draw ma(18)

draw ma(8)
draw ma(7)
/* - - - - - - - - - - - */



sort column 5 ascending

]




Mactheriverrat
3,153 posts
msg #161290
Ignore Mactheriverrat
8/6/2024 11:58:58 PM

Interesting!!!

sr7
137 posts
msg #161291
Ignore sr7
8/8/2024 2:30:17 PM




snappyfrog
717 posts
msg #161293
Ignore snappyfrog
8/9/2024 9:36:38 AM

sr7, thanks as I never really paid any attention to that.

sr7
137 posts
msg #161336
Ignore sr7
9/3/2024 6:29:11 PM


I put too many zero's for the volume --- it's been corrected:



Fetcher[


/* _________ Stoch's Bottom Filter __________

* Stoch's Bottom Filter finds stock that have reached bottom or close to it.

* In the column section --- watch the Stoch Score; the lower the number the better.

* The one with the lowest numbers are shown on the top row first.

_____________________________________________ */


market is not etf
market is not otcbb



show stocks where stochrsi(20,20) has been below .25 for the last 5 days

draw stochrsi(20,20) line .25
draw stochrsi(20,20) line .27
draw stochrsi(20,20) line .80
draw stochrsi(20,20) line .82
add column stochrsi(28,28) {Stoch Score}


/* and MACD Fast Line(8,17,9) is below 0 line */



price is between 1 and 100
volume is above 900000


/* Added fundamentals: */
pe ratio >= 1
add column pe ratio



/* - - - - - Visual Aids */
/* DRAW LRI(25)
DRAW LRI(20) */

LRI(20) has been below LRI(25) within the last 3 days

/* - - - - - - - - - - - */




/* - - - Custom Parabolic SAR / PSAR (found on the Stockfetcher forum)- - - */

SET{PSAR,Parabolic SAR(0.02,0.2)}
SET{CLS,CLOSE}
SET{BUYPSAR,CLOSE CROSSED ABOVE Parabolic SAR(0.02,0.2),1)}
SET{SELLPSAR,CLOSE CROSSED BELOW Parabolic SAR(0.02,0.2),1)}/*SLOW TO SIGNAL SELL*/

DRAW PSAR ON PLOT CLS

/* - - - - - - - - - - - */


sort column 5 ascending



]




StockFetcher Forums · Filter Exchange · Stoch's Bottom 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.