plot OHLC data in candlestick format in C++ using SFML
-
Updated
Sep 22, 2021 - C++
plot OHLC data in candlestick format in C++ using SFML
Our Cartesian chart widget provides financial chart support. The candlestick provides information about the open, close, high and low price over a particular period. Here if the opening price is higher than the closing price, the candle is filled and if the closing is higher than the opening price, then candle is unfilled. The wick at top represe..
Downloads candle data from binance and show highest and lowest prices of selected pairs over number of days.
Add a description, image, and links to the candlestick topic page so that developers can more easily learn about it.
To associate your repository with the candlestick topic, visit your repo's landing page and select "manage topics."