StockFetcher Forums · General Discussion · Why doesnt work ?<< >>Post Follow-up
Paolo
9 posts
msg #131606
Ignore Paolo
9/29/2016 6:49:38 PM


set{shortz,count(Stochastic %K(8,3,5) crossed below 80,1)}
set{short1,count(cci(20) crossed below 100,1)}
set{z,shortz+short1} and z > 1.2 and do not draw z
set{short2,count(MACD Histogram(12,26,9) < -0.03,1)}
set{z1,z+short2} and z1 > 2.2 and do not draw z1
set{aa,count(close 1 day ago > Upper Bollinger Band(20,2) 1 day ago,1)}
set{ab,count(close < Upper Bollinger Band(20,2),1)}
set{shor,aa+ab} and shor > 1.2 do not draw shor
set{shorrt,shor+z1}
set{short,count(shorrt > 4.2,1)} and draw short
add column short{short}

/*set{buy,count(Stochastic %K(8,3,5) crossed above 20,1}*/

draw Stochastic %K(8,3,5) line at 20 and draw Stochastic %K(8,3,5) line at 80

set{a1,count(Stochastic %K(8,3,5) crossed above 20,1)}
set{a2,count(cci(20) crossed above -100,1)}
set{a3,a1+a2} and a3 > 1.2 and do not draw a3
set{a4,count(MACD Histogram(12,26,9) > 0.03,1)}
set{a5,a3+a4} and a5 > 2.2 and do not draw a5
set{a6,count(close 1 day ago < lower Bollinger Band(20,2) 1 day ago,1)}
set{a7,count(close > lower Bollinger Band(20,2),1)}
set{a8,a6+a7} and a8 > 1.2 and do not draw a8
set{a9,a8+a5}
set{buy,count(a9 > 4.2,1)} and draw buy
add column buy{buy}

four
5,087 posts
msg #131610
Ignore four
9/29/2016 11:06:45 PM

I get the following message:

Your StockFetcher filter exceeds filter performance restrictions.

To run this filter, please upgrade to the StockFetcher Advanced subscription level.


If you get the same, you'll have to upgrade.

Paolo
9 posts
msg #131615
Ignore Paolo
9/30/2016 7:04:14 AM

I already have the upgraded version of stockfetcher.


the filter dont give result

boston
58 posts
msg #131644
Ignore boston
9/30/2016 9:11:13 PM

If you take the z > 1.2 , z1 >2.2, shor > 1.2, a3 > 1.2, a5 > 2.2, a8 > 1.2 out
and write draw z line 1.2 and draw lines for the rest of them . the scan works the threshold is just to high try lowering it to 1 maybe


StockFetcher Forums · General Discussion · Why doesnt work ?<< >>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.