StockFetcher Forums · General Discussion · Simple Syntax help<< 1 2 3 >>Post Follow-up
chetron
2,817 posts
msg #79248
Ignore chetron
9/14/2009 8:30:30 PM

CLICKABLE................


Fetcher[
Show 5 day slope of DMA(28,-14)
and DMA(28,-14)is more than 3% below close
and EMA(13) is above DMA(28,-14)

and price near top linear regression line(100)
and price above 5.00

avgvol(90) > 300000

/* Volume 75% above average volume(90) within the last 5 days */
set{av90,average volume(90)}
set{abve75,av90*1.75}

set{highVOLin5days,count(volume greater then abve75,5)}

/* if highVOLin5days is greater then 0 then it happened */
show stocks where highVOLin5days is greater then 0

/* now test if OVERBOUGHT */
and Slow Stochastic(5,5) Fast %K is greater then 82

add column highVOLin5days

]



AdamW328
84 posts
msg #79252
Ignore AdamW328
9/14/2009 9:33:24 PM

Can we get the syntax for this:


Show stocks where price is 1% less than or equal to the previous days close
and/or stocks where price is less than or equal to 1% above the previous days close

I believe "and/or" may be an issue

Thanks!

StockFetcher Forums · General Discussion · Simple Syntax help<< 1 2 3 >>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.