Metatrader on CentOS using wine
yum install wine
wget http://kegel.com/wine/winetricks
chmod +x winetricks
sudo mv winetricks /usr/bin/
2) Then install requirements for MetaTrader (gecko is used for HTML
rendering):
winetricks -q gecko vcrun6
3) Install MetaTrader with Wine and work with it as usually.
copy from Here
Advertisement

Thank you. Very nice instructions.