Hi,
Metatrader is a very well known software for FOREX trade.
It's a windows program, but it's possible to run on Linux Ubuntu.
Here it is the commands:
- install a ppa for wine
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
- install wine
sudo apt-get install wine1.5
- download the metatrader .exe
- NOW the TIP and trick
on linux, some packages for https are need
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-devel
sudo apt-get install winetricks
sudo apt-get install p11-kit:i386
sudo apt-get install libp11-kit-gnome-keyring:i386
- now run the metatrader .exe using the wine executer
bye