StockFetcher Forums · Filter Exchange · Bottom Filter<< 1 2 3 4 >>Post Follow-up
sandjco
648 posts
msg #147625
Ignore sandjco
4/30/2019 6:47:03 PM

fetcher
(IFT(5,9) < -0.99 for the last 2 days
draw IFT(5,9) line at -1.00
draw IFT(5,9) line at 0

close above day position(0.75,1) 1 day ago
do not draw day position(0.75,1) )

Don't know how to do the clickable link "thing"..

I like the concept and got me wondering...since the IFT sorts out the retracement; I'm looking for possible change in trend.

Sorry, I'm not that savy in programming the code...

KSK8
561 posts
msg #147626
Ignore KSK8
4/30/2019 7:32:12 PM

SAFeTRADE,

Well done, it seems you figured it out.

"bottom > 2" is the trigger for that version.

Whereas the "bottom" column has to equivalate to 3


SAFeTRADE
630 posts
msg #147627
Ignore SAFeTRADE
4/30/2019 7:34:06 PM

Outstanding KSK8 glad I could help.

Safetrade

KSK8
561 posts
msg #147628
Ignore KSK8
4/30/2019 7:35:18 PM

sandjco,


Make sure to add a " [ " after "Fetcher"

and at the end of your filter add a " ] "

----

Later tonight I'll mess around with that criteria, looks unique.

KSK8
561 posts
msg #147650
Ignore KSK8
modified
5/1/2019 9:55:06 AM

sandjco,

Played around with it a bit, haven't parsed with the other filters yet but so far just tinkering around.

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

close > day position(0.75,1) 1 day ago
IFT(5,9) < -0.99 for the last 2 days
DeMarker(14) < .15

offset is 7
]




Fetcher[

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

IFT(5,9) < -0.99 for the last 2 days
Williams %R(20) < -96
rsi(2) < 1

offset is 7

]



KSK8
561 posts
msg #147654
Ignore KSK8
modified
5/1/2019 4:44:06 PM

Added the 'day position' criteria and decreased the IFT threshold and got this bad boy;

Fetcher[
close > 30
Average Volume(30) > 100000

set{v1, count(IFT(5,9) < -0.7,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{a, v1+v7}
set{bottom, a+v10}

close > day position(0.75,1) 1 day ago
bottom > 2

chart-time is 10 months
offset is 40
do not draw day position(0.75,1)
do not draw bottom
]



And THAT ladies and gentlemen is a bottom finder! Not necessarily a filter that can be used to identify the bottom of the market, but it certainly spits out some decent bottom plays. Good find sandjco.

sandjco
648 posts
msg #147655
Ignore sandjco
5/1/2019 7:32:02 PM

Thanks KS...however...sadly it is not compatible with my subscription....

But feels great to be able to contribute!

SAFeTRADE
630 posts
msg #147656
Ignore SAFeTRADE
5/1/2019 7:49:20 PM

KSK8 here is the cheap seats version.

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

set{v1, count(IFT(5,9) < -0.7,1)} /* changed -.8 to -.99 */
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{dpos, count(close > day position(0.75,1) 1 day ago ,1)}

add column Williams %R(20)

set{a, v1+v7}
set{b, a+v10}
set{bottom, dpos+b}

add column bottom

sort column 6 descending
]



Look for greater than 3, which would be 4, today as least.


TITrader
6 posts
msg #157499
Ignore TITrader
9/4/2021 8:36:02 PM

Great thread guys! Thank you for the filters

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.