Adding .Expert Advisor Allowed web request urls automatically using Configuration at Startup file

 
Hi

As you may know there is option called  Configuration at Startup file in this link https://www.metatrader4.com/en/trading-platform/help/service/start_conf_file


which you can login you traindg account automatically or run an EA 

; common settings
Profile=test 3
MarketWatch=set2.set
Login=${metaUsername}
Password=${password}
Server=${server}
AutoConfiguration=false
DataServer=192.168.0.1:443
EnableDDE=true
EnableNews=false
; experts settings
ExpertsEnable=true
ExpertsDLLs=true
ExpertsAllowLiveTrading=true

ExpertsSignal=true
ExpertsUseCustomSettings=true
ExpertsUsername=${metaUsername}
Symbol=BTCUSD
Period=M1
Template=popular.tpl
Expert=${metaUsername}
AllowWebRequest=true
DisableExpert=false
WebRequestTimeout=60000
WebRequestRetryCount=2
WebRequestMode=0
WebRequestURL=${url}

which insteand of parameters in ${} I have my information

everything is fin on MQL4

the account is being logged in 
the Expert is running fine

but in the EA I am sending web request



and I couldnt find anything about adding allowed web request urls dynamically using this file for mt4

I would apperciate any kind of help
thanks

Configuration at Startup - Tools - MetaTrader 4 Help
Configuration at Startup - Tools - MetaTrader 4 Help
  • www.metatrader4.com
The client terminal can be launched with some predefined settings. For this purpose, the configuration file name will be passed to the client...