-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lens] Bollinger Bands #2796
Comments
Unfortunatel this is not currently supported. |
I'd also like to see candlestick charts... Not sure it will ever happen though. |
+1 to candlestick charts. It would be nice to use this as a measure to see volume of incidents over a time line. |
+1 |
https://github.com/JuanCarniglia/kbn_boxplot_violin_vis - almost.candlestick charts |
The box plot violin plugin is no longer available (#6746) |
Thanks for updating the issue @bgagnon |
+1 |
1 similar comment
+1 |
+1 for candlestick charts. Would be great to have OHLC graphs over time series |
+1 |
2 similar comments
+1 |
+1 |
👍 |
elastic-charts supports https://elastic.github.io/elastic-charts/?path=/story/area-chart--band-area&globals=theme:light |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. |
Is there a way to do Bollinger bands in Kibana? It's very basic charting in Finance world. Example (http://finance.yahoo.com/echarts?s=AAPL)
I can do or mimic the same in Graphite using stdev and movingAverage functions but I cannot make it dynamic - in the sense I cannot filter the data. Any expert thoughts?
The text was updated successfully, but these errors were encountered: