Convert Setting File From MT4 to MT5

Avatar
  • updated

Hello Community,

I have created this script in Powershell that converts a setting file from Metatrader 4 (MT4) to Metatrader 5 (MT5).

Open cmd.exe and execute this

powershell.exe -file ".\Convert_MT4_to_MT5.ps1" CP-EURUSD.set

Convert_MT4_to_MT5.ps1

Avatar
jay hu
Quote from Ulises Cune

New version that supports up to version 2.55 Final Release

Console Version:

CommunityPowerEA_Convert_MT4_to_MT5.ps1

Gui Version:

CommunityPowerEA_Convert-MT4_To_MT5-gui.ps1

CommunityPowerEA_Convert-MT4_To_MT5-gui_run.bat

Setting File Profile version (Do not use the Tester version)

Default_2.55_Profile.set

Thank you, Ulises!

Avatar
Ulises Cune

New version that supports up to version 2.56 Final Release

Console Version:

CommunityPowerEA_Convert_MT4_to_MT5.ps1

Gui Version:

CommunityPowerEA_Convert-MT4_To_MT5-gui.ps1

CommunityPowerEA_Convert-MT4_To_MT5-gui_run.bat

Setting File Profile version (Do not use the Tester version)

default-v2.56_Profile.set

Avatar
azlan

Hi, I am trying to convert MT4 to MT5, I have my own source code, I tried using final release using GUI, is it normal after convert the file extension ..set? It supposed extension..mql5 right? Do i need to re-edit extension? 

Avatar
Ulises Cune
Quote from azlan

Hi, I am trying to convert MT4 to MT5, I have my own source code, I tried using final release using GUI, is it normal after convert the file extension ..set? It supposed extension..mql5 right? Do i need to re-edit extension? 

This PowerShell script converts the CP configuration file(*.set) used in MT4 to the CP version for MT5.

Avatar
Ulises Cune

New version that supports up to version 2.59 Final Release

Console Version:

CommunityPowerEA_Convert_MT4_to_MT5.ps1

Gui Version:

CommunityPowerEA_Convert-MT4_To_MT5-gui.ps1

CommunityPowerEA_Convert-MT4_To_MT5-gui_run.bat

Setting File Profile version (Do not use the Tester version)

Default_2.59_Profile.set

Avatar
Ulises Cune

This version is much improved from the previous ones.

It can convert all parameters from version 2.18 to 2.60, only if they exist in the version in which it is loaded to convert.

Image 6134

Console Version:

CommunityPowerEA_Convert_MT4_to_MT5.ps1

Gui Version:

CommunityPowerEA_Convert-MT4_To_MT5-gui.ps1

CommunityPowerEA_Convert-MT4_To_MT5-gui_run.bat