Startup Configuration Expert Advisor Multiple Symbols

 

Hello

iam trying to load an Expert Advisor with start.ini file from cmd like this:

terminal.exe config\start.ini

start.ini includes:

; open chart and run expert and/or script

Symbol=EURUSD

Period=H4

Template=popular.tpl

Expert=MACD Sample

ExpertParameters=macd.set

Script=period_converter

ScriptParameters=

Works fine, but i want to Load also GBPUSD and USDCHF with the same EA or another, is this possible or is it limited to one pair?

Thanks and best regards

 
seems like no one knows...
 
Put the EA's on the charts. When you close the terminal it will AUTOMATICALLY write out its configuration and restore itself next time. (Unless you installed it in \program files* on Vista/Win7)
 
whroeder1:
Put the EA's on the charts. When you close the terminal it will AUTOMATICALLY write out its configuration and restore itself next time. (Unless you installed it in \program files* on Vista/Win7)

Thanks for your reply, its nice to read it, after a long time, maybe i have seen your answer 7 Years ago or i just forget to answer you. :)

The purpose of my idea was another goal. I wanted to automate the processing of mt4 over a website. So i wanted to create a website where you can put your account credentials and the EA you want to use and control it over the website. Just for fun.

But i have stopped the project.

I am back now and why not, the idea is still good and unique.

Is it possible to load more then Chart from with start.ini like Symbol=EURUSD,GBPUSD,USDCHF

Best regards