Thread overview
Graphing
Jul 01, 2023
anonymouse
Jul 01, 2023
Sergey
Jul 01, 2023
nbdusr
July 01, 2023

How would I go about graphing time series data (specifically, candles, moving averages, etc) in D and dynamically updating such charts?

Thanks,
--anonymouse

July 01, 2023

On Saturday, 1 July 2023 at 01:00:46 UTC, anonymouse wrote:

>

How would I go about graphing time series data (specifically, candles, moving averages, etc) in D and dynamically updating such charts?

Thanks,
--anonymouse

For TS you can use http://mir-algorithm.libmir.org/mir_series.html
For plotting https://code.dlang.org/packages/ggplotd

July 01, 2023

On Saturday, 1 July 2023 at 01:00:46 UTC, anonymouse wrote:

>

How would I go about graphing time series data (specifically, candles, moving averages, etc) in D and dynamically updating such charts?

Thanks,
--anonymouse

https://github.com/epezent/implot

And C bindings:

https://github.com/cimgui/cimplot

Also,

https://github.com/epezent/implot_demos

For stocks.cpp