Chart Geany is a free and open source stock market technical analysis, charting and a portfolio manager application for Linux, Windows and MacOS. It works with stocks, mutual funds, futures, indices. It comes with Line, Bar, Candle and Trend Candle (Heikin-Ashi) charts support. Some other features are simple and exponential moving average, rate of change, average directional index, standard Deviation, momentum and more.
Download Chart Geany [Windows, Linux, MacOS]
How to install Chart Geany on Ubuntu Linux
Chart Geany is available from snap and flathub. First install flatpak and flathub on your system and restart it after the installation. Now in the terminal app (ctrl+alt+t) run below flatpak Chart Geany installation command.
flatpak install flathub io.sourceforge.chart_geany.chart-geany
After the installation you can open it using
flatpak run io.sourceforge.chart_geany.chart-geany
And uninstall Chart Geany using
sudo flatpak uninstall io.sourceforge.chart_geany.chart-geany
Install Chart Geany via Snap:
Open the terminal command-line application (ctrl+alt+t) and run below Chart Geany snap install command to install it on your system. It will install the latest version of Chart Geany.
sudo snap install chartgeany
And start Chart Geany with
chartgeany
That’s it.
I want to compile Chart Geany from source code to add cryptocurrrencies (and learn C++). Is there anywhere to get help building it? I’m missing some .h files, and I can’t get it to run right. The website said it’s “abandoned”