StockFetcher Forums · General Discussion · price channel over time<< >>Post Follow-up
frankis
12 posts
msg #31837
Ignore frankis
4/22/2004 11:24:46 AM

Hi,

I been trying over the last few nights trying filter stocks
where that have been trading over a time period x has been range
y and y + 10 percent.

Any help?


frankis
12 posts
msg #31839
Ignore frankis
4/22/2004 11:48:11 AM

That was not very clear.

I want to filer stocks that have been trading in a strick price range
of y + (y * .1) for the time period x.

I hope this helps.

Frankis


cegis
235 posts
msg #31840
Ignore cegis
4/22/2004 12:48:44 PM

How /bout somthin' like

Fetcher[
set{x,10}
set{y,5}
set{yplus10,y * 1.1}
days(price is less than y,90) is greater than x
and days(price is greater than yplus10,90) is greater than x
add column x
add column y
add column yplus10
]



But you didnpt specify if "y" and "x" are fixed values. The above assumes so. If not, you might be able to use something like

Fetcher[
set{perhi,close 10 day high}
set{perlo,close 10 day low}
set{ratio,perhi / perlo}
ratio is between 1 and 1.1
]



With this one, the close 10 day low becomes "y", then "ratio" checks that it never got over 1.1 times y. (Note: You can't use a variable in "10 day high", like I used in the first filter, or I would have...)

Are either of these close to what you are looking for?

HTH,

C


frankis
12 posts
msg #31849
Ignore frankis
4/23/2004 3:22:18 PM

Thanks cegis,

I have another question,
could you drop e-me at frankis@iwon.com

Frankis


cegis
235 posts
msg #31866
Ignore cegis
4/25/2004 8:10:06 PM

frankis,

Glad I could help. If your question is about filtering, why not post it here?

C


StockFetcher Forums · General Discussion · price channel over time<< >>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.