StockFetcher Forums · General Discussion · A bug? Learn why shows there are 6000+ matching results but no one shows<< >>Post Follow-up
ygnhzeus
6 posts
msg #125710
Ignore ygnhzeus
10/21/2015 6:59:03 PM

set{ap, high+close}
set{ap1, low+ap}
set{ap2, ap1/3.0}
set{esa, CEMA(ap2, 10)}
set{absv1, ap2-esa}
set{absv, abs(absv1)}
set{d,cema(absv, 10)}
set{ciup, ap2 - esa}
set{cibot, 0.015 * d}

set{ci, ciup/cibot}

cema(ci, 21) is above 0
and cema(cema(ci, 21),4) is above 0

-------------------------------------------------
The above script returns 0 stocks but if you click "learn why", the results number is more than 6000.
Am I missing something in my script?

Thanks


compound_gains
221 posts
msg #125711
Ignore compound_gains
10/21/2015 8:27:57 PM

Fetcher[set{ap, high + close}
set{ap1, low + ap}
set{ap2, ap1 / 3}

set{esa, cema(ap2, 10)}
set{absv1, ap2 - esa}
set{absv, abs(absv1)}
set{d, cema(absv, 10)}
set{ciup, ap2 - esa}
set{cibot, 0.015 * d}

set{ci, ciup / cibot}

cema(ci, 21) is above 0
cema(cema(ci, 21),4) is above 0

/*display something*/
add column ci
]



ygnhzeus
6 posts
msg #125714
Ignore ygnhzeus
10/21/2015 10:27:59 PM

Hmm, it still shows that No Stocks Matched your filter.

compound_gains
221 posts
msg #125744
Ignore compound_gains
10/22/2015 6:08:45 PM

Don't know what you're doing then. The script I gave returns 5,797 stocks tonight.

StockFetcher Forums · General Discussion · A bug? Learn why shows there are 6000+ matching results but no one shows<< >>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.