- Written in C++ with Yahoo Finance's API implementation and simple graphing abilities.
- currently [WIP] @ red0xx.top
Older updates
-
Loads Config and handles chart data.
-
Doesn't really work well with large sets of data, I will be fixing that soon.
-
The candles coloring can be buggy and I'm also fixing that.
-
Should be more updates to come
-
Prints Menu
-
Handles User input
- Looks a little different + with line counter
-
Reads .cfg file
-
Loads values from cfg
-
Likely gives a segmentation fault
-
Reads .csv file
-
Loads values from csv and stores them into a Chart hashmap.
-
Likely gives a segmentation fault
-
Fetch ANY chart ticker supported by yahoo finance's api and load it onto the chart
-
Chart readability bugs sqaushed!
- can now edit config within the gui and pick charts to read with ease!
- Add indicator functionality
- UI Revamp with nice panelling and red coloring
- Graphing improvements, sizing changes and better visibility
- Add Custom candle colors and different candle types
- EMAs, SDs and other built in indicators
- Webhook functionality
red0-x@red:~$ git clone https://github.com/red0-x/cppRedChart.git && cd cppRedChart/redchart/
red0-x@red:~$ make
red0-x@red:~$ ./build/redchart