StockFetcher Forums · Filter Exchange · Bottom Filter<< 1 2 3 4 >>Post Follow-up
KSK8
561 posts
msg #147471
Ignore KSK8
4/21/2019 1:15:40 PM

As generic as it sounds, here's a bottom finder/filter that can identify some precise bottoms on whatever it scans.
I trust that a lot of people on here have some excellent ideas and perhaps they could offer or discuss ways to add onto this or tweak/modify it.

Let's see if we can improve it!

I invite anyone to contribute. No wrong answers in this thread!



Fetcher[

market is NASDAQ
close > 30
Average Volume(30) > 100000

set{v1, count(IFT(5,9) < -0.8,1)}
set{v2, close 21 day high-low}
set{v3, v2/close 21 day high}
set{v4, v3*100}
set{v5, 2*cstddev(v4,20)}
set{v6, cma(v4,20) + v5}
set{v7, count(v4 > v6,1)}
set{v8, v4 50 day high}
set{v9, v8 *0.85}
set{v10, count(v4 > v9,1)}
set{v11, v7*v10}
set{v12, count(v11 > 0,1)}
set{v13,v1*v12}
set{bottom, count(v13 > 0,1)*100}

draw bottom

]



fortyfour
189 posts
msg #147482
Ignore fortyfour
4/22/2019 6:42:11 PM

KSK8

Is there any way to make it work on Lite version of SF.
I have been away for a while and will have to brush up on filters.
Used to do a lot of filters when the rsi2 crowd was around here.
I have t say I look for longer than a few days hold time now so the bottom
I look for has to prove itself with good retest or ABC type price action.
Thanks.


KSK8
561 posts
msg #147490
Ignore KSK8
4/23/2019 12:04:54 PM

It looks like I overrated the current crowd, I guess the brilliance Stockfetcher once manifested is no longer in existence! I suppose I am 10 years late to the party.

SAFeTRADE
630 posts
msg #147491
Ignore SAFeTRADE
4/23/2019 12:30:26 PM

I do not have advanced subscription.

shillllihs
5,973 posts
msg #147492
Ignore shillllihs
4/23/2019 2:01:54 PM

I don't think you're overrated at all.

Can we have a 10years later, where are they now episode?
According from his YouTube videos, TRO was living in the boondocks in Oregon shopping at second hand stores and renting dvds from the local library.

Fancy and complex filters do not make you wealthy kids.

KSK8
561 posts
msg #147493
Ignore KSK8
4/23/2019 2:52:06 PM

shillllihs,

I know for a fact you can see the legitimacy of what this filter has to offer. It even found the bottom of your precious leveraged etf.

How about you perform a good deed and make a 'lite' version of this filter for these guys so they can pitch in their thoughts.

shillllihs
5,973 posts
msg #147494
Ignore shillllihs
4/23/2019 3:14:20 PM

K, I'm slowly going off the grid.
I will live off the land with all the hearty goodness it has to offer.
I am looking for more meaning and am at the mercy of the universe.
Fight on kids, make those filters pop!!

Mactheriverrat
3,135 posts
msg #147495
Ignore Mactheriverrat
4/23/2019 6:55:06 PM

Why do people have to throw insults on trader stock forums and not just here on SF.

SAFeTRADE
630 posts
msg #147496
Ignore SAFeTRADE
4/23/2019 10:35:12 PM

Fetcher[s&p 500
close < 40
set{call, Stochastic %K(8,3,3) crossed above Stochastic %d(8,3,3),1)}
set{put, Stochastic %K(8,3,3) crossed below Stochastic %d(8,3,3),1)}

set{v1, count(IFT(5,9) < -0.8,1)}
set{v2, close 10 day high-low}
set{v3, v2/close 10 day high}
set{v4, v3*100}
set{v5, 2*cstddev(v4,10)}
set{v6, cma(v4,10) + v5}
/*set{v7, count(v4 > v6,1)}*/

draw v5 plot v4
draw rsi(4) line at 50

draw Stochastic %K(8,3,3)
draw call
draw put
draw lri(9)

add column call{buy_call}
add column put{buy_put}
]



Look at this filter only using part of the filter, pretty interesting.

Look at V4 decreasing at Call Signal and crossing below V5.

Look at V4 increasing at Put Signal and V4 crossing above V5

KSK8
561 posts
msg #147498
Ignore KSK8
4/24/2019 12:14:03 AM

Here's a simple one made by Riggs a decade ago;

Fetcher[
market is NASDAQ
Average Volume(30) > 200000
close > 30

set{x1, count(Weekly Williams %R(2) is above Weekly Williams %R(2) 1-day ago,1)*3}
set{x2, count(Weekly Williams %R(2) is below Weekly Williams %R(2) 2-day ago,1)*3}
set{x3, count(Weekly RSI(2) is below Weekly RSI(2) 1-day ago,1)*3}
set{x4, x1*x2}
set{riggs, x4*x3}
riggs > 0
draw riggs

offset is 15
]



I added the *3 to enhance the size of the markers.

But anyways, maybe someone will eventually come along and fully convert mine into a 'lite' version. I would appreciate that.



StockFetcher Forums · Filter Exchange · Bottom Filter<< 1 2 3 4 >>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.