Convert Setting File From MT4 to MT5
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
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!