Problem on load EA from config file when running portable mode

 

I'm trying to load a custom EA when running on portable mode, but I didn't manage to even load the EA in the chart.

I managed to login, open the chart but for some reason even the examples EA like ExpertMACD.ex5 doesn't work.


Anyone has a valid config file example or know how to solve the issue?


terminal64.exe /portable /config:Config\common.ini


config file:

[Common]
Server=$SERVER_IP:$PORT
Login=$MY_ACCOUNT_NUMBER
Password=$MY_ACCOUNT_PASSWORD
ProxyEnable=0
ProxyType=0
ProxyAddress=
ProxyAuth=
CertInstall=0
NewsEnable=1
NewsLanguages=
Campaign=download
Source=www.metatrader5.com
[Charts]
ProfileLast=Default
MaxBars=100000
PrintColor=0
SaveDeleted=0
TradeHistory=1
TradeLevels=1
TradeLevelsDrag=0
ObsoleteLasttime=1612030266
PreloadCharts=1
[Experts]
AllowDllImport=0
Enabled=1
Account=$MY_ACCOUNT_NUMBER
Profile=1
Chart=0
Api=0
DisableOpenCL=
WebRequest=0
DisableFPExceptionsLog=0
WebRequestUrl=

[StartUp]
Expert=X:\MT5\MQL5\Experts\Advisors\ExpertMACD.ex5
#Expert=MQL5\Experts\Advisors\ExpertMACD.ex5
#Expert=Experts\Advisors\ExpertMACD.ex5
Symbol=EURUSD
Period=H1
ExpertParameters=ExpertMACD.set
Reason: