StockFetcher Forums · General Discussion · I dont know why this is showing Zero stocks - Help Please<< >>Post Follow-up
pa247
143 posts
msg #147395
Ignore pa247
4/15/2019 4:57:03 PM

hi,

I dont understand why this filter gives me zero stocks no matter what date I use. I obviously have something wrong. Can anyone please look and tell me what it is? Thank you

Fetcher[
/*bearish technical momentum BURST
long put + 60% stop, 40% limit
Never Trade Earnings, 14 day DTE*/

Show stocks where
Close crossed below Sma(200)
and Close is Below EMA(50)
and RSI(20) is Above 30
market is not OTCBB

and Close is Above 25.00
and optionable
and Average Volume(30) > 5000000

draw CMA(indicator,days)

draw cma(min(low,low 1 day ago),3) on plot close
draw cma(low,1) on plot close
do not draw min(low,low 1 day ago)

set{daya, days(cma(low,1) crossed below cma(min(low,low 1 day ago),3),20)}

add column separator
add column daya {xover days ago}
add column RSI(20) {RSI}
sort column 6 ascending
]



mahkoh
1,065 posts
msg #147396
Ignore mahkoh
4/15/2019 5:17:38 PM

Remove this line:

draw CMA(indicator,days)

KSK8
561 posts
msg #147397
Ignore KSK8
4/15/2019 5:26:14 PM

Replace "sma(200)" with "ma(200)"

graftonian
1,089 posts
msg #147399
Ignore graftonian
modified
4/15/2019 9:15:37 PM

and show stocks where and the following need to be on 1 line. (the "show stocks where" and the "and" is not needed.
Click on the gear below your code window, and click debug filter. You should get an indication of where problems lie.

pa247
143 posts
msg #147401
Ignore pa247
4/16/2019 10:27:03 AM

thank you all...working now.

karennma
8,057 posts
msg #147403
Ignore karennma
4/16/2019 11:07:27 AM

Hi pa247,

Re: your notation:
"/*bearish technical momentum BURST
long put + 60% stop, 40% limit
Never Trade Earnings, 14 day DTE*/ "

Is that a triple bottom on $BA or continued "bearish momentum"?
BTW, EC is tonite.


StockFetcher Forums · General Discussion · I dont know why this is showing Zero stocks - Help Please<< >>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.