-
### Describe bug
Hi.
I see that the last day data is missing in the resulting DataFrame. For example, if I request data starting from 2020-08-28 till 2020-08-31, there will be no 2020-08-31 in t…
-
I am plotting 1 min ES500 e-mini data. The data is interactive when I plot using cufflinks iplot. When I plot using QuantFigure, the OHLC candlestick data plots but the bar OHLC info is not interactiv…
-
### What problem does this feature solve?
Pic below is a screenshot from tradingview, as we can see, the OHLC and volume is shown at a fixed position, what we can do now in Echarts is a tooltip box f…
-
Hi @ChillarAnand ,
I' getting an error while accessing chart_type = PRICE_MOVEMENT
`
print('\n\nRenko box calcuation based on price movement')
renko.chart_type = indicators.Renko.PRICE_MOVE…
-
Hi ! I try to create a diagram with zooming and feed functionality. Every time after add new bar(OHLC) called redraw and zoom reset to default. How can I fix it ?
`
data = data.…
-
Thank you for your great work. The library performs well overall, but there's one issue: the OB class is implemented using for loops, resulting in approximately 20 seconds of runtime. Typically, this …
-
Completed:
- [x] sunburst http://echarts.baidu.com/examples/editor.html?c=sunburst-simple
- [x] tree http://echarts.baidu.com/examples/editor.html?c=tree-basic
- [x] treemap http://echarts.baidu.co…
-
When creating a OHLC chart with volume data like below, it doesn't seem to display volumes at all. `candles.getVolumes()` contains data.
```Java
OHLCChart chart = new OHLCChartBuilder().width(2000).…
-
I am trying out the OHLC reference guide https://hvplot.holoviz.org/reference/pandas/ohlc.html#pandas-gallery-ohlc.
The OHLC plot is a very important plot to me. Thanks for adding.
As a user I w…
-
Been noticing that sometimes when you have a curve overlayed with the primary OHLC graphics that ``.paint()`` is being triggered more then you'd expect with the `QGraphicsItem::DeviceCoordinateCache` …