StockFetcher Forums · Filter Exchange · Help use overlast<< >>Post Follow-up
Gropus
11 posts
msg #69354
Ignore Gropus
11/25/2008 5:16:10 AM

i need help for this phrase

show stocks where cci(30) is below -100 overlast 10 days
show stocks where cci(30) crossed above 100

chetron
2,817 posts
msg #69358
Ignore chetron
modified
11/25/2008 6:45:35 AM

IS THERE AN "OVER" ??????????????

NOPE

Fetcher[


show stocks where cci(30) is below -100 last 10 days
show stocks where cci(30) crossed above 100
]



if you insist on using non-functional verbage, then



Fetcher[


show stocks where cci(30) is below -100 over the last 10 days
show stocks where cci(30) crossed above 100

]



and if you want this to work, then....


Fetcher[

set{var1,count(cci(30) is below -100,10)}
show stocks where var1 is above .5
show stocks where cci(30) crossed above 100

]



Gropus
11 posts
msg #69359
Ignore Gropus
modified
11/25/2008 8:45:20 AM

ok thanks :) :) :)

chetron
2,817 posts
msg #69360
Ignore chetron
modified
11/25/2008 8:56:24 AM

you are very welcome. : )

Fetcher[

TACHIKAWA


set{var1,count(cci(30) is below -100,10)}
show stocks where var1 is above .5
VAR1 2 DAY AGO BELOW .5
VAR1 1 DAY AGO ABOVE .5
Rsi(2) BELOW 2 last 2 day
WILLIAMS %R(2) BELOW -98 last 2 day
close above 1
volume above 15000
sort column 4 descending
]



StockFetcher Forums · Filter Exchange · Help use overlast<< >>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.