StockFetcher Forums · Filter Exchange · Bottom Filter<< 1 2 3 4 >>Post Follow-up
nibor100
1,010 posts
msg #147500
Ignore nibor100
4/24/2019 9:41:55 AM

@safetrade,

KSK8's bottom filter has 14 set statements, could you let me know how many of those set statements will run on your SF lite subscription as I'd like to take a shot of making it "Lite" but I am on advanced subscription.

It looks like the number is at least 9 based on the filter you recently posted.

Thanks,
Ed S.

SAFeTRADE
630 posts
msg #147505
Ignore SAFeTRADE
4/24/2019 12:08:07 PM

Exactly what you see in the filter. V7 is beyond Lite version.

Safetrade

SAFeTRADE
630 posts
msg #147513
Ignore SAFeTRADE
4/24/2019 4:40:17 PM

It is not the quantity of set statements per say, but the continued use of previous set statements
in further set statements down the line. Am I making any sense? For example look at how many
times V4 is used in set statements. Figure out a way the use of V4 is reduced and you may be
able to make a Lite version.

Safetrade

nibor100
1,010 posts
msg #147514
Ignore nibor100
4/24/2019 5:41:58 PM

Yes you are making sense, the often used phrase is "nesting", that's the first thing I'll be changing if I can make the filter still work the same.

Thanks, I had missed your commented out V7 line.

Ed S.

SAFeTRADE
630 posts
msg #147515
Ignore SAFeTRADE
4/24/2019 6:02:32 PM

Thanks Ed.

SAFeTRADE
630 posts
msg #147538
Ignore SAFeTRADE
modified
4/25/2019 2:58:25 PM

OK, Here is my solution to this dilemma. I have broken this filter into 2 parts. Part 1 runs from v2 thru v7.
I left out v1 as it is not needed until the 2nd part of the filter.

First part is as follows:

Fetcher[dow 30

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)}
add column v7
]



I ran it on the Dow to have a limited amount of symbols to work with. I sorted on v7 and made a symlist
on the symbols marked 1.

/*****************************************************************************************************/

Now for part 2. v4 is the code for Williams Vixfix some of you may be familiar with it.
Copy the code for v4 exactly as it is coded and go to "Account" in the top right hand corner.
click on settings. Once you are in settings click on my filters and paste the code for v4 in the box.
Make sure there is no other code previously added inside my Filters. Now press save and close that
window. I am pretty sure you have to close your browser for the change to take effect, I could be mistaken about this . Do not try to run part 2 from this post as it will not run until you have made the
change to My Filter. Also this filter will not run with "draw bottom" or "add column bottom" In place
of "bottom I elected to use Williams %r(20) and sorted it ascending.

I added v1 to part 2 as it is only need to run part 2.

Fetcher[symlist(vz,pg,v,cat,mmm)

set{v1, count(IFT(5,9) < -0.8,1)}
set{v8, vixfix 50 day high}

set{v9, v8 *0.85}
set{v10, count(vixfix > v9,1)}
set{v11, v7*v10}
set{v12, count(v11 > 0,1)}
set{v13,v1*v12}
set{bottom, count(v13 > 0,1)*100}
draw Williams %R(20)
add column Williams %R(20)
sort column 5 ascending
]



Well that is it. The dirty version of KSK8's Bottom Filter. KSK8 run you filter on the Dow and tell
us if it is close to the results you get with the original. When there is a will there is a way, at least
that is what I am told.

Safetrade

KSK8
561 posts
msg #147548
Ignore KSK8
4/25/2019 3:55:57 PM



Here's TQQQ on my initial filter.

And compared it doesn't match, but it definitely seems you are on the right track.

"When there is a will there is a way"

Can't agree more!

SAFeTRADE
630 posts
msg #147551
Ignore SAFeTRADE
4/25/2019 7:52:29 PM

Check TQQQ on the 2nd filter back on December 24 2018. A reading well below -96. That low is in the
same time span that shows on your .png

Safetrade

KSK8
561 posts
msg #147569
Ignore KSK8
4/26/2019 12:50:28 PM

SAFeTRADE,

Ah! I see it now, I was too hasty with checking it out prior. Later today I'll look more into this.

SAFeTRADE
630 posts
msg #147573
Ignore SAFeTRADE
4/26/2019 6:09:28 PM

No Prob. All is GOOD. This is the poor man's version. You run 1 filter to get results, I have to run 2
and do all kinds of mechanization. You certainly know how to pick those shorts!

Safetrade

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.