Top "Candlestick-chart" questions

A candlestick-chart is a type of bar-chart which is primarily used to indicate change in price of security, currency etc.

Stock chart using PHP

I would like to do something similar to this site http://finviz.com/ Basically, when you move a mouseover on …

php charts stock candlestick-chart
candlestick plot from pandas dataframe, replace index by dates

This code gives plot of candlesticks with moving averages but the x-axis is in index, I need the x-axis in …

python pandas matplotlib candlestick-chart
Candlestick charts component for android

I was looking for a candlestick lib chart solution for android, and couldnt find one for a couple of months …

android charts candlestick-chart
Overlapping Dates in Candlestick Plot from a Pandas DataFrame

I have a pandas dataframe output as follows Open High Low Close 2016-06-01 69.60 70.20 69.44 69.76 2016-06-02 70.00 70.15 69.45 69.54 2016-06-03 69.51 70.48 68.62 68.91 2016-06-04 69.51 70.48 68.62 68.91 2016…

python pandas matplotlib finance candlestick-chart
JFreeChart - Timeseries and CandleStick on the same chart

I'm trying to produce a single chart in JFreeChart that consists of an overlaid candlestick chart and Timeseries plot. (a …

java overlay jfreechart candlestick-chart timeserieschart
Real Time Candle stick chart using javafx (and no jfreechart )

I want to make a candlestick chart which reads stream of data and then plot it (so it will be …

javafx-2 finance candlestick-chart
How to apply custom color on candlesticks based on OPEN/CLOSE values?

I'm working on candlesticks (highStock). Is there any function through which I can change color of individual candlesticks based on …

highcharts candlestick-chart
Stock candlestick drawing issues with geom_boxplot (R)

I am using geom_boxplot to draw candlesticks using stock market data. The problem is that the individual boxplot's upper …

r ggplot2 financial candlestick-chart