Skip to content
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

Custom user data source (CSV/JSON) instead of from Yahoo? #131

Open
NLKNguyen opened this issue Nov 24, 2021 · 1 comment
Open

Custom user data source (CSV/JSON) instead of from Yahoo? #131

NLKNguyen opened this issue Nov 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@NLKNguyen
Copy link

NLKNguyen commented Nov 24, 2021

Hi,

Thanks for your work. It's amazing. I've been looking for candlestick chart in the terminal for so long.
Is there any way to provide my own OHLC data in a common format such as CSV and JSON?
An example use case is to show technical analysis in history, and therefore recent tickers are not needed.

Just a way to show a static candlestick chart is enough. Something like this would be nice:

cat ohlc.json | tickrs --candlestick
@tarkah tarkah added the enhancement New feature or request label Nov 24, 2021
@tarkah
Copy link
Owner

tarkah commented Nov 24, 2021

Great suggestion! We could define a simple format that would be easy to deserialize and feed the charts. User could provide candle data or series data (if supplying TA data).

I've got "scrolling" working with the Kagi chart, and we'd definitely want to leverage that for a feature like this. Adding zooming would be nice so the user can control the level of precision for looking at the data.

I don't have much free time these days, but once I find some, I'll try to add in this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants