
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Question: Run terminal and open multi charts with EA settings by command line.
I need to deploy the EA on many terminals, each terminal open several charts with EA and different setting files. For example, run EA on EURUSD, GBPUSD, USDCHF .... in different charts and with different set files.
This document show the config file to open one EA at startup:
https://www.metatrader5.com/en/terminal/help/start_advanced/start
Do anyone know how to open multi charts with EA at startup command line?
in run.bat
"C:\Program Files (x86)\MetaTrader 4 IC Markets\terminal.exe" C:\Users\xx\Documents\deploy\20200104\xx.ini
in the xx.ini
[Experts]
; experts settings
ExpertsEnable=true
ExpertsDllImport=false
ExpertsExpImport=true
ExpertsTrades=true
[StartUp]
; open chart and run expert and/or script
Symbol=EURUSD
Period=H1
Expert=xxxEA
ExpertParameters=xxx_EURUSD_1K-l.set