StockFetcher Forums · Filter Exchange · Price Coming Off of a PVI Low<< 1 2 3 4 5 >>Post Follow-up
nibor100
1,010 posts
msg #152167
Ignore nibor100
5/12/2020 9:55:33 AM

I commented out the sector medical line and got the same message

Then I added a 0 to the end of the average volume line and ran it again and it worked.

Then I deleted the 0 I had added to the end of the average volume line and ran it again and it worked.

very odd but might be worth a try,
Ed S.

Cheese
1,374 posts
msg #152168
Ignore Cheese
5/12/2020 9:56:40 AM

I also have a basic sub.
If I run the filters after I log in, then I don't have the two problems decribed above by Joey and sandjco.
Without loggin in, I had the problem decribed by sandjco.
HTH

sandjco
648 posts
msg #152187
Ignore sandjco
5/14/2020 9:03:40 AM

Thank you for the replies! I reached out to the wonderful folks at SF and this was the response:

Hi,

Thank you for the feedback. It looks like this filter does require the advanced subscription.
If you have any additional questions, please do not hesitate to send us an email.

Best Regards,
StockFetcher.com Support
Vestyl Software, L.L.C.

Sometimes it works ..and sometimes it doesn't work and I need to click again for it to generate a list. However, not an expert in codes, I do not know if the list would therefore be valid.

nibor100
1,010 posts
msg #152189
Ignore nibor100
5/14/2020 11:00:34 AM

@sandjco,

If i take out the sector line and run for May 11 I get 13 stocks in the list, how many do you get?
Ed S.

sandjco
648 posts
msg #152191
Ignore sandjco
modified
5/14/2020 1:51:17 PM

@nibor hi!

using the filter posted by Xarlor on 5/11/2020 10:06:33 AM

I get 13 stocks.
DFFN - Diffusion Pharmaceuticals Inc 0.74 21.31 11,004,600 24.73 historical 3m,6m,1y,2y
TRVN - Trevena Inc 1.00 6.72 4,518,500 4.00 historical 3m,6m,1y,2y
KOPN - Kopin Corporation 0.82 26.15 3,515,000 -14.02 historical 3m,6m,1y,2y
WINMQ - Windstream Holding 0.21 38.48 2,811,200 -13.68 historical 3m,6m,1y,2y
GERN - Geron Corporation 1.46 11.45 2,706,400 -1.71 historical 3m,6m,1y,2y
TRX - Tanzanian Royalty Exploration Corp 0.73 14.06 2,651,600 4.15 historical 3m,6m,1y,2y
ONVO - Organovo Holdings Inc 0.60 7.18 2,413,800 8.68 historical 3m,6m,1y,2y
ANY - SPHERE 3D CORP 1.94 36.62 1,367,400 -21.13 historical 3m,6m,1y,2y
CFMS - Conformis Inc 1.12 17.72 1,233,800 -13.38 historical 3m,6m,1y,2y
RNKLF - Royal Nickel Corp 0.38 -0.26 980,700 -3.69 historical 3m,6m,1y,2y
LWLG - PSI-TEC HOLDINGS INC 0.86 4.88 781,800 -15.58 historical 3m,6m,1y,2y
XCUR - Exicure Inc 2.66 3.91 399,800 -9.77 historical 3m,6m,1y,2y
NULGF - NuLegacy Gold Corp


nibor100
1,010 posts
msg #152193
Ignore nibor100
5/14/2020 2:31:36 PM

same 13 I get in the same order.
Ed S.

snappyfrog
653 posts
msg #152435
Ignore snappyfrog
6/3/2020 10:20:37 PM

My latest that I am now using for stocks, options and penny stocks. Checking historical charts shows really good entries. Help make this better.

Fetcher[
market is not otcbb
market is not etf
/*price is between .1 and 3
Average Volume(30) > 500000*/
/*apply to industry(biomedical)*/
price is > 5
Average Volume(30) > 5000000
optionable


and draw ema(13)
and draw ema(30)

set{obv10ma, cma(obv,10)}
set{plotobv, obv}
draw plotobv
draw obv10ma on plot plotobv
draw pvi 22 day low on plot pvi
and draw CMA(PVI,22) on plot PVI
and pvi < cma(pvi,22)

set{ema_13, count (close > ema(13),1)}
set{obv_up, count (plotobv > plotobv 1 day ago, 1)}
set{pvi_22, count (pvi > pvi 22 day low, 1)}
set{sum1, ema_13 + obv_up}
set{sum2, sum1 + pvi_22}
and sum2 > 2.99
and draw ADX(14)
and +DI(14) > +DI(14) 1 day ago
and draw Slow Stochastics Fast %K(10) < 70
and Slow Stochastics Fast %K(10) > Slow Stochastics Fast %K(10) 1 day ago
add column separator
add column sector
add column industry
add column separator
add column RSI(14)
add column ATR(14)
sort column 10 ascending
]



JoeyVinyl
125 posts
msg #152436
Ignore JoeyVinyl
modified
6/4/2020 12:45:10 AM

@snappyfrog

I don't know if this is the kind of help you're asking for, but I cleaned up the filter a bit.

1. When I put in "draw OBV" I got what you had done with the set statements, an OBV indicator with a 10 day EMA, so I removed those since they were just extra and not needed.

2. A lot of indicators will draw themselves when you use them as filter conditions. You didn't need both "and draw ADX(14)" and "and +DI(14) > +DI(14) 1 day ago" so I cleaned out all the draw statements where they weren't needed.

3. Your line, "and draw Slow Stochastics Fast %K(10) < 70" was a little confusing to me. I think SF was reading it as a filter condition so I used it twice, kind of, once as a condition and once to just draw a line at 70.

Other than that I basically just made groups of similar statements, with all the set ones together, all the filter conditions together, all the draw and all the column ones together. I just find it easier to keep track of what I'm doing that way but your mileage may vary. Feel free to move them around to how you prefer them. I got the same results as I did when I clicked on your filter so I don't think I left anything out that was needed.

Fetcher[
set {ema_13, count(close > EMA(13), 1)}
set {obv_up, count(OBV > OBV 1 day ago, 1)}
set {pvi_22, count(PVI > PVI 22 day low, 1)}
set {sum1, ema_13 + obv_up}
set {sum2, sum1 + pvi_22}

market is not otcbb
market is not etf
optionable
price is > 5
Average Volume(30) > 5000000
sum2 > 2.99
PVI < CMA(PVI,22)
+DI(14) > +DI(14) 1 day ago
Slow Stochastics Fast %K(10) > Slow Stochastics Fast %K(10) 1 day ago
Slow Stochastics Fast %K(10) < 70

draw EMA(13)
draw EMA(30)
draw OBV
draw PVI 22 day low on plot PVI
draw Slow Stochastics Fast %K(10) line at 70

add column separator
add column sector
add column industry
add column separator
add column RSI(14)
add column ATR(14)
sort column 10 ascending
]




snappyfrog
653 posts
msg #152439
Ignore snappyfrog
6/4/2020 9:57:23 AM

You did clean it up. This is a work in progress for me, so it is a little messy. I also have some conditions included which are blocked as I have been using it on different stocks.

I will have to look at what you did closer as yours didn't get any hits today and I always get hits.

Cheese
1,374 posts
msg #152444
Ignore Cheese
6/4/2020 11:48:49 AM

Thank you, snappyfrog for sharing and thank you, JoeyVinyl for cleaning up.
EMA(13) and EMA(30) are excellent choices. I remember Ed S nibor100 alerting us about similar choices.


StockFetcher Forums · Filter Exchange · Price Coming Off of a PVI Low<< 1 2 3 4 5 >>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.