LoFa
Add
Login
Search
Title:
Tag1 for Path:
a single word in lower characters
Tag2 for Path:
List of alternative single tags:
one or many words in lower characters, separated by comma or space
Text:
<p>The article explains the installation of Metatrader 5 on Linux. The distribution used was OpenSuse Leap 15.1</p> <h2>Install PlayOnLinux</h2> <p>Use the root user to submit these operations:</p> <code>zypper in PlayOnLinux</code> <p>There will more packages installed hence answer <kbd>y</kbd>.</p> <h2>Prepare a configuration file for playonlinux</h2> <p>Put the following setting in a file called "mtconfig". Checkout the winversion. It is recommended to take the latest stable version.</p> <samp> #!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="MetaTrader 5 2057" PREFIX="metatrader5-2057" WINEVERSION="4.0.1" WINEARCH="win32" WINEPREFIX="~/.wine32" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$TITLE" "http://www.metatrader5.com/" "Tinou" "$PREFIX" POL_System_SetArch "x64" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Wine_InstallFonts truetype... Set_OS "win10" cd "$WINEPREFIX/drive_c" POL_Download "http://files.metaquotes.net/metaquotes.software.corp/mt5/mt5setup.exe" POL_Call POL_Install_LunaTheme POL_Wine_WaitBefore "$TITLE" POL_Wine --ignore-errors "mt5setup.exe" POL_Wine_WaitExit "$TITLE" POL_Shortcut "terminal.exe" "$TITLE" POL_SetupWindow_Close exit 0 </samp> <p>Next call <kbd>playonlinux</kbd></p> <code>--> tools --> run a local script -> mtconfig</code> <p>After successful installation you can start Metatrader on Linux with this command.</p> <code> wine /home/yourUser/PlayOnLinux\'s\ virtual\ drives/metatrader5_2057/drive_c/Program\ Files/MetaTrader\ 5/terminal64.exe </code>
URL:
Operation:
Delete
Update
Insert
Template Prompt