-
## Feature Request
### Description of Problem:
Sometimes, when displaying the candlestick and OHLC charts, the y-axis tick values and label overlap, making the charts a little hard to read. I foun…
-
I'm want to visualize a swings/price movement chart over a normal OHLC chart, e.g., like the attachment below.
![image](https://user-images.githubusercontent.com/66440980/175025853-e3eba223-2d5c-43…
-
Following the techanJS example I was able to create candlestick charts with day data. But documentation does not shows how to format date for weekly, monthly and yearly candlestick or ohlc charts.
…
-
Add OHLC/Candlestick charts to core dc.js library
http://dc-js.github.io/dc.js/docs/html/
Reference:
http://www.primefaces.org/showcase/ui/chart/ohlc.xhtml
ghost updated
7 years ago
-
### Operating System
MACOS
### Programming Languages
Python
### CCXT Version
_No response_
### Description
Hi, In my script i pull data from multiple exchanges using a comninatio…
-
Hello, thank you for the great plugin!
I do:
Git clone https://github.com/chartjs/chartjs-chart-financial/
cd chartjs-chart-financial
npm install
gulp build
As result I get…
-
I was looking at this from https://www.weather.gov/sew/Cliplot:
![image](https://github.com/holoviz/holoviews/assets/15331990/31522f28-d79a-4d8d-a5fa-7831fc631e22)
and wanted to reproduce. I don…
-
I have 2 components in my applications in which one is having ohlc stock chart and another one is having column chart (highchart). Now whenever I route from the column chart component into ohlc chart …
-
I'm trying to draw **Sma** indicator and it works on sub Indicators but I want to draw it on the **ohlc** chart;
please help me out.
-
### Describe bug
The OHLC data returned by yf.download() is not reproducible across multiple runs. For example, if I download OHLC data of SPY two times, the numbers are slightly different. Ideally, …