I have an interactive candlestick chart with buy/sell signals on the chart for the respective buy/sell days.
I have an OHLC candlestick chart in r built with the help of the following blog post.
Here is a link to the blog: http://moderndata.plot.ly/candlestick-charts-using-plotly-and-quantmod/
Now when I add a rangeslider to my X axis I have two problems:
-
The range slider does not show up below the X axis but when I point on the chart then I am able to click and select a range.
I want the rangeslider to be separately visible at the bottom as is shown in the example in the link:
https://plot.ly/r/range-sliders-selectors/ -
When I select the range using the rangeslider then I want the y axis scale to auto adjust to the new range otherwise my candlestick for a range looks really tiny (almost invisible at times). Is this possible in Plotly?