StockFetcher Forums · Filter Exchange · This might be impossible<< 1 ... 5 6 7 8 9 ... 24 >>Post Follow-up
snappyfrog
653 posts
msg #152186
Ignore snappyfrog
5/13/2020 11:10:05 PM

Making it clickable agin:


Fetcher[
/*This is the original Xalor filter
The catalyst filter.*/

average volume(5) > 100000
sector(medical)

set{diff1,ma(5) - ma(10)}
set{diff2,ma(10) - ma(20)}

set{vol2,average volume(5) 5 days ago * 2}

set{var1,count(volume > vol2,1)}
set{var2,count(ma(5) increasing for last 3 days,1)}
set{var3,count(ma(10) increasing for last 3 days,1)}
set{var4,count(ma(20) increasing for last 3 days,1)}

set{var5,count(diff1 increasing for the last 2 days,1)}
set{var6,count(diff2 increasing for the last 2 days,1)}

set{var7,count(atr(30) 3 days ago < .2,1)}
set{var8,count(reached a new high 3-month high,1)}

set{buy1,var1 * var2}
set{buy2, buy1 * var3}
set{buy3, buy2 * var4}
set{buy4, buy3 * var5}
set{buy5, buy4 * var6}
set{buy6, buy5 * var7}
set{buy, buy6 * var8}
buy > 0
buy 1 day ago equals 0

/* Comment out the 2 lines above and uncomment the 2 lines below to see all hits within the last year */
/* chart-time is 14 months */
/* count(buy > 0,251) > 0 */

draw ma(5)
draw ma(10)
draw ma(20)
]



xarlor
562 posts
msg #152188
Ignore xarlor
5/14/2020 10:13:53 AM

Here is the same filter, but updated to fix some syntax and the comment instructions for look-back. Note that SF has officially stated this filter requires the advanced subscription.

Fetcher[
average volume(5) > 100000
sector(medical)

set{diff1,ma(5) - ma(10)}
set{diff2,ma(10) - ma(20)}

set{vol2,average volume(5) 5 days ago * 2}

set{var1,count(volume > vol2,1)}
set{var2,count(ma(5) increasing for last 3 days,1)}
set{var3,count(ma(10) increasing for last 3 days,1)}
set{var4,count(ma(20) increasing for last 3 days,1)}

set{var5,count(diff1 increasing for the last 2 days,1)}
set{var6,count(diff2 increasing for the last 2 days,1)}

set{var7,count(atr(30) 3 days ago < .2,1)}
set{var8,count(reached a new high 3 month high,1)}

set{buy1,var1 * var2}
set{buy2, buy1 * var3}
set{buy3, buy2 * var4}
set{buy4, buy3 * var5}
set{buy5, buy4 * var6}
set{buy6, buy5 * var7}
set{buy, buy6 * var8}
buy > 0
buy 1 day ago equals 0

/* Comment out the 2 lines above and uncomment the 3 lines below to see all hits within the last year */
/* chart-time is 14 months */
/* count(buy > 0,251) > 0 */
/* count(buy 1 day ago equals 0,251) > 0 */

draw ma(5)
draw ma(10)
draw ma(20)
]



nibor100
1,010 posts
msg #152190
Ignore nibor100
5/14/2020 11:40:44 AM

@Robert,

The last 2 stocks you've mentioned CLSK and UAVS don't appear to be in the Medical Sector are you running the filter in other sectors now?

Thanks,
Ed S.

kossvet
147 posts
msg #152192
Ignore kossvet
5/14/2020 2:09:13 PM

Hi Ed
Yes, I removed the medical parameter.
I cherry pick ones I believe would do well.
Last night I came up with AYTU, but I probably won;t play it.


Nobody
404 posts
msg #152194
Ignore Nobody
5/14/2020 3:41:51 PM

Thank You Kossvet and Xalor

Nobody
404 posts
msg #152195
Ignore Nobody
5/14/2020 4:11:27 PM

Thank You Everyone and ShoutOut to Kossvet and Xalor

I don't know if I'm doing it right - but with all the filters - when I see something interesting I proceed to

1) Run ticker into another filter (like 2nd set of eyes)
2) with pennies - like to check the float and tutes% etc
3) quick review of resistance/support
4) check the street chatter like boards -- lot of bagholders and sentiment
5) review last 3-4 prs and whats pending
6) do GUT check another look at step 1 and 2 above

Thus far this approach has done me well..,specifically on pennies...if anyone can suggest other tips i can add ..please...

peace be with you all --- thank you everyone

kossvet
147 posts
msg #152196
Ignore kossvet
5/14/2020 8:42:05 PM

Position update
12k GNPX
7K Tril
3k CLSK sold today for a loss.
3K UAVS

Mansor
78 posts
msg #152198
Ignore Mansor
5/15/2020 8:48:06 AM

@Nobody - sorry couldn't reply earlier, I don't log on on daily basis. check out DCAR, super low float

no position in torc

Nobody
404 posts
msg #152199
Ignore Nobody
5/15/2020 11:38:00 AM

Mansor,

Happy Friday - Thank you

I will check it out for sure...

Peace be with you

Nobody
404 posts
msg #152200
Ignore Nobody
5/15/2020 11:39:34 AM

Kosset / Mansor

holding UAVS from $1.17...may just hold portion long...Interesting Company

StockFetcher Forums · Filter Exchange · This might be impossible<< 1 ... 5 6 7 8 9 ... 24 >>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.