Install MetaTrader5 on Linux
sudo apt update -y sudo apt upgrade -y sudo apt install wine64 cd ~/Desktop wget https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe --no-check-certificate wget https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe --no-check-certificate wine64 uninstaller -> select install and then select mt5setup.exe wine64 cmd cd /folder_where_python3.8_setup.exe python-3.8.0-amd64.exe c: cd windows copy py.exe python.exe python -m pip install pip --upgrade exit wine64 cmd pip3 --version pip3 install jupyter pip3 install MetaTrader5 jupyter notebook