andredumas / techan.js

A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.
http://techanjs.org/
MIT License
2.4k stars 534 forks source link

Fibonacci Tool #19

Open BrittMcDanel opened 10 years ago

BrittMcDanel commented 10 years ago

Hello, Can you implement a simple fibonacci retracement tool (Here is a wikipedia page with an image to the right showing what it is: http://en.wikipedia.org/wiki/Fibonacci_retracement). Basically, it is a trendline that the user draws, with horizontal levels showing 38.2%, 50.0%, 61.8%, etc. of the total trendline distance vertically.

Thanks

andredumas commented 10 years ago

Would be a good addition. I'm not sure how soon it will be done, I will need to make some other annotation updates that this will require first.

Ben2146053 commented 8 years ago

Hello,

Is there any update on implementing a simple Fibonacci retracement tool yet?

Thank you!