Downloads candle data from binance and show highest and lowest prices of selected pairs over number of days.
-
Updated
Jul 29, 2021 - C++
Downloads candle data from binance and show highest and lowest prices of selected pairs over number of days.
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..
plot OHLC data in candlestick format in C++ using SFML
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."