telephil9 / candlestick

a candlestick chart widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

candlestick

A candlestick chart widget to view historical financial data.
This has been tested with data downloaded from yahoo finance (see download link at MSFT). This should work with any source provided the input is a CSV file with fields in the following order: YYYY-MM-DD,Open,High,Low,Close.

screenshot

Chart title is set through the -t parameter.
Scrolling is performed using left and right arrows.

quick start

% mk install
% cat data.csv |candlestick -t 'MSFT 1Y'

license

MIT

About

a candlestick chart widget

License:MIT License


Languages

Language:C 98.6%Language:Makefile 1.4%