How do i plot the candle stick charts??? #651
-
|
As i was reading the docs i saw the gif of the candle stick charts just like in a trading app. I am building a mock trading simulator usign clion. I need to implement candle stick charts . Can anyone Help me with this |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
You can see those cancle sticks as "error bars". The example https://github.com/epezent/implot/blob/master/implot_demo.cpp shows error bars. |
Beta Was this translation helpful? Give feedback.
-
|
Also have a look into the repo https://github.com/epezent/implot_demos with a more detailed sample for candle sticks: https://github.com/epezent/implot_demos/blob/master/demos/stocks.cpp Which looks like this: |
Beta Was this translation helpful? Give feedback.
-
|
Sure Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
|
I am working with some other packages that use implot; dearpygui and dearcygui to do candle plotting as well. I am working on making a custom x axis that can omit weekends for daily charts and night hours for shorter time periods. Can you point me in a direction where i can look at the implot api for some background on this? Thanks |
Beta Was this translation helpful? Give feedback.


Also have a look into the repo https://github.com/epezent/implot_demos with a more detailed sample for candle sticks:
https://github.com/epezent/implot_demos/blob/master/demos/stocks.cpp
Which looks like this: