Replies: 1 comment 1 reply
|
The current candlestick chart should meet for your needs, but it’s only a simple implementation based on |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I notice there is candlestick chart available. I would like to build a simple replay tool with date selection.
I select a start date and a timeframe(e.g. 5min). All candlestick before that selected date show on the app.
Whenever I click a continue button, next candlestick show up.
Ideally I can put multiple candlestick charts on the same page.
I dont have any experience building an GUI app. Is it possible to build such app with current available components?
All reactions