StockFetcher Forums · General Discussion · Display stock's fibonacci numbers<< >>Post Follow-up
rsingh
51 posts
msg #29898
Ignore rsingh
11/16/2003 9:14:36 PM

I want to display stock fibonacci numbers.
Is it possible?

Like for example,
for XYZ which went up from 20 to 30,
I would like to show Fibonacci retracement values in my filter result window.

0.25 - 27.50
0.38 - 26.2
0.5 - 25
0.61 - 23.9




DasKapital
36 posts
msg #29935
Ignore DasKapital
11/18/2003 5:21:09 PM

Hi,

If I understood your request, I think the filter below fits your needs. I'm not sure how you would use this, but anyway.... Since the only screening being done is price and volume, you get lots to look at.

Fetcher[set{hi,high 90 days high} and set{lo,low 90 days low} and set{range,hi - lo} and set{fib1,range * -.25} and set{fib2,range * -.382} and set{fib3,range * -.50} and set{fib4,range * -.618} and set{fib.25,hi + fib1} and set{fib.382,hi + fib2} and set{fib.5,hi + fib3} and set{fib.618,hi + fib4} and add column fib.25 and add column fib.382 and add column fib.5 and add column fib.618 and draw Fibonacci Up(90,10) and price is above 5 and average volume(30) is above 499999]



You may notice that some charts don't display the Fib lines. Since Fib Up(90,10) requires the 90 day low to occur before the 90 day high, Fib lines are omitted if this is not the case (eg, MSFT). At least I think that's why. Anyway, enjoy!

DK


StockFetcher Forums · General Discussion · Display stock's fibonacci numbers<< >>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.