Skip to content

red0-x/cppRedChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedChart - The grapical charting tool, all in one for your needs

  • Written in C++ with Yahoo Finance's API implementation and simple graphing abilities.
  • currently [WIP] @ red0xx.top
image
Older updates

8/14/2025

Added Gui + Readable Chart

  • 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

7/28/2025

Added Menu

  • Prints Menu

  • Handles User input

Modified Parsing Output

  • Looks a little different + with line counter

7/24/2025

Added Config Handling

  • Reads .cfg file

  • Loads values from cfg

  • Likely gives a segmentation fault

Added CSV Handling

  • Reads .csv file

  • Loads values from csv and stores them into a Chart hashmap.

  • Likely gives a segmentation fault

5/3/2026-5.16

Major update: Added GUI fixes and Yahoo finance fetching is now available.

  • Fetch ANY chart ticker supported by yahoo finance's api and load it onto the chart

  • Chart readability bugs sqaushed!

Config viewing revamp,

  • can now edit config within the gui and pick charts to read with ease!

The RoadMap

  • 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

Build with

red0-x@red:~$ git clone https://github.com/red0-x/cppRedChart.git && cd cppRedChart/redchart/

red0-x@red:~$ make

red0-x@red:~$ ./build/redchart