TradeSim is a free and open source trading simulator for Linux system. Using this you can test your trading strategies, create trading reports in your system. It will help to learn and develop new trading skills. This is a new application and still in active development. You can import data sources via the settings menu to simulate your trading. It is written in Vala and released under GNU General Public License v3.0. Some other useful features are draw Fibonacci analysis tool and dark theme support.
Install TradeSim on Ubuntu
TradeSim is available as flatpak, snap and native deb package files. You can install it via the terminal application.
Install TradeSim via Snap:
Open the terminal (ctrl+alt+t) application and run this TradeSim snap installation command.
sudo snap install tradesim
After the installation you can open it from the applications list.
Install TradeSim via Flatpak:
First install flatpak and restart your system and in terminal run TradeSim flatpak installation command.
flatpak install flathub com.github.horaciodrs.tradesim
You can open the application via below command.
flatpak run com.github.horaciodrs.tradesim
Install TradeSim via deb:
Download TradeSim in .deb file format from the above download link and save it on your Downloads folder. Open the terminal and run all commands one by one.
cd Downloads
sudo dpkg -i com.github.horaciodrs.tradesim_2021.3.1_amd64.deb
Here “com.github.horaciodrs.tradesim_2021.3.1_amd64.deb” is downloaded file name.
sudo apt install -f
That’s all.