How to draw fibonacci retracement in highcharts
I was able to draw only technical indicators like Linear,SMA,EMA,MACD in highcharts. But is there any js like technical-indicators.src.js is avilable in highcharts to draw fibonacci retracement in highcharts?
13
votes
Anonymous
shared this idea
This is already implemented, possible solutions:
- use the StockTools module to let end-users add Fibonacci retracements to your chart: https://www.highcharts.com/docs/stock/stock-tools
- use Annotations module to create it: https://www.highcharts.com/docs/advanced-chart-features/annotations-and-fibonacci-retracements