KSK8 561 posts msg #147597 - Ignore KSK8 |
4/29/2019 12:51:53 AM
SAFeTRADE,
Boil it all down to simplicity and then maximize. I've made a fortune shorting microcap equities based upon simple systems. -Now at the point where I make these filters for pure sport.
|
pa247 143 posts msg #147599 - Ignore pa247 |
4/29/2019 11:48:39 AM
@safetrade
once i copy as you explained into the settings filter, how do I run that one on the watchlist I created of the stocks from part one?
|
SAFeTRADE 644 posts msg #147600 - Ignore SAFeTRADE |
4/29/2019 12:17:07 PM
Pa247 look right above the box where you input your filter you will see Global Filter off to on.
Your filter will be run automatically. If you have content in My Filters you want to include in
any filter always turn Global Filter to on. It is by default off.
Safetrade
|
sandjco 648 posts msg #147615 - Ignore sandjco |
4/30/2019 12:18:35 PM
SAFeTRADE and KSK8..thank you.
On the "lite" version part 2 of the code...what does that exactly do after I enter that in my "settings"?
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]
Sorry, not really an expert on all the functionalities of SF yet...
I understand the part "1" is to run and then find the universe of stocks as candidates.
I'm lost on the part "2"...am I supposed to include the stocks in a symlist when I'm entering it on my account settings or??
Thanks in advance
|
KSK8 561 posts msg #147617 - Ignore KSK8 |
4/30/2019 12:30:42 PM
sandjco,
I am not sure. Perhaps Nibor or SAFeTRADE can shed some light on that. I do hope someone can fully convert the initial filter into a lite version without having to go through a process.
|
SAFeTRADE 644 posts msg #147618 - Ignore SAFeTRADE |
4/30/2019 2:47:28 PM
Sandjco Put the following code in the Global Box as describe above and hit Save.
set{v2, close 21 day high-low}
set{v3, v2/close 21 day high}
set{vixfix, v3*100}
Using the "vixfix" from Global Filter code reduces the amount code used in the second filter.
Any more code and the second filter will not run.
Take the number 1's which are the V7s. Take those symbols only and place them in
either in a symlist() or a watchlist. Now run part 2 on those symbols in your Symlist.
Run part 2 only after you have entered the "vixfix" code in the Global Filter, you only
need to do this once. Now run both filters daily or however many times you choose.
Do not try to Draw Bottom as that is too much code for Part 2 to run as well.
Hope this helps, any more questions just ask.
|
SAFeTRADE 644 posts msg #147619 - Ignore SAFeTRADE |
4/30/2019 2:55:15 PM
MMM comes in with a low score of -92.77 on WR%20.
If you followed the steps correctly you should have gotten INTC,MMM,AAPL,CSCO.
SAFETRADE
|
KSK8 561 posts msg #147620 - Ignore KSK8 |
4/30/2019 4:01:50 PM
SAFeTRADE,
Tweaked the Inverse Fisher threshold and it offered more precise bottoms.-with the caveat of fewer occurrences. Do you think you can add some refinements or additions to it? I'm not a John Ehlers's expert.
|
SAFeTRADE 644 posts msg #147623 - Ignore SAFeTRADE |
4/30/2019 5:23:05 PM
Mind you, I am running this on the Dow 30 just to have a smaller universe of stocks.
I get the same 4 stocks from the previous version. They are INTC,MMM,AAPL,CSCO.
Safetrade
|
SAFeTRADE 644 posts msg #147624 - Ignore SAFeTRADE |
4/30/2019 6:11:05 PM
KSK8 is this similiar to the results you are getting with the advanced filter?
Safetrade
|