ely 6 posts msg #153530 - Ignore ely |
8/13/2020 9:22:42 AM
Hi, sorry if that topic has already been discussed, but I couldn't find it...
Currently I have a filter which I ran on daily basis. My idea is to build some new filter or upgrade the current one to see only New Comers - the stocks which were not in the list the day before, but appeared in it on the latest day. Is there any way to do it in StockFetcher?
Many thanks in advance
Evgeny
|
xarlor 581 posts msg #153531 - Ignore xarlor |
8/13/2020 9:26:02 AM
If you are comfortable sharing your filter, I can provide a way to do it using set and count functions.
|
ely 6 posts msg #153533 - Ignore ely |
8/13/2020 9:53:48 AM
Sure! Thank you so much. Here is the filter I use:
Set {ma50d, daily moving average (50)}
Set {ma150d, daily moving average (150)}
Set {ma200d, daily moving average (200)}
Set {ma200d-, daily moving average (200) 4 weeks ago}
Daily close is above ma50d
ma50d is above ma150d
ma150d is above ma200d
ma200d is above ma200d-
Set {52wkhigh, high 1 year high}
Set {FromHigh, daily close / 52wkhigh}
FromHigh > 0.75
Set {52wklow, low 1 year low}
Set {FromLow, daily close / 52wklow}
FromLow > 1.3
|
xarlor 581 posts msg #153537 - Ignore xarlor |
8/13/2020 10:55:22 AM
You most likely require an advanced subscription to run this, but here you go:
|
ely 6 posts msg #153547 - Ignore ely |
8/13/2020 1:08:21 PM
That's amazing! Thank you so much Xarlor! Appreciate it!
|