StockFetcher Forums · General Discussion · It seems unlikely that this would have 0 returns..<< >>Post Follow-up
mktmole
325 posts
msg #48185
Ignore mktmole
11/27/2006 6:46:36 PM

It seems unlikely that this would have 0 returns.. any thoughts are appreciated. Thanks!

fetcher[set(f1,high 1 day ago + low 1 day ago)
set{f2,f1 + close 1 day ago)
set(x1,f2 / 3)
set(x2,x1 – low 1 day ago)
and close above x2
and add column x2
and price above 1
and average volume(90) above 300,000]



TheRumpledOne
6,407 posts
msg #48186
Ignore TheRumpledOne
modified
11/27/2006 7:49:01 PM

Fetcher[
set{f1,high 1 day ago + low 1 day ago}
set{f2,f1 + close 1 day ago}
set{ x1,f2 / 3}
set{ x2,x1 minus low 1 day ago}
and close above x2
and add column x2
and price above 1
and average volume(90) above 300000
]




You used () instead of {} in your set statements.

And, you had "-" instead of minus!! That took me about 20 minutes to figure out!!

Smells like a bug to me SF!!


Also, I believe you really want to use x1 not x2 in your selection statement OR x2 > 0 !!


Fetcher[
set{f1,high 1 day ago + low 1 day ago}
set{f2,f1 + close 1 day ago}
set{ x1,f2 / 3}
set{ x2,x1 minus low 1 day ago}
and close above x1
and add column x1
and add column x2
and price above 1
and average volume(90) above 300000
]




HTH.


mktmole
325 posts
msg #48193
Ignore mktmole
11/28/2006 12:03:29 AM

TRO, you are correct... and Thank-you!


StockFetcher Forums · General Discussion · It seems unlikely that this would have 0 returns..<< >>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.