Dear Santa
I wish I could have one installation of the MetaTrader platform on my PC and VPS into folder c:\ForexTrading\MyBroker and run multiple instances for my multiple accounts like this:
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountOne
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountTwo
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountThree
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountFour
where the accounts folder will act as data folders and all account settings, EAs, Scripts and indicators are stored.
I am tired of installing multiple instances duplicating same files to do something that only settings should have been changed...
My wish list has ended..
In my own case, I have separate hierarchical "instance" folders (for each broker/account) but common executables (stored in a master folder) and common code folders for the Experts/Indicators/etc (i.e. the MQL4 or MQL5 folder).
Not only does this save space, but for the common files or folders, change it only once and they all have the most recent version, build, etc.
Just do some research on it and create your own folder structure as by your requirements.
You can easily accomplish that using Portable Mode and Windows NTFS Junction Points or NTFS Symbolic Links for both Folders or individual Files.
In my own case, I have separate hierarchical "instance" folders (for each broker/account) but common executables (stored in a master folder) and common code folders for the Experts/Indicators/etc (i.e. the MQL4 or MQL5 folder).
Not only does this save space, but for the common files or folders, change it only once and they all have the most recent version, build, etc.
Just do some research on it and create your own folder structure as by your requirements.
No programming skills needed, but basic Command Line usage is required to create the Hard Links / Junction Points.
Alternatively, use 3rd party GUI tools to do the same (e.g. Junction Link Magic, Link Shell Magic). Just search Google for others.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear Santa
I wish I could have one installation of the MetaTrader platform on my PC and VPS into folder c:\ForexTrading\MyBroker and run multiple instances for my multiple accounts like this:
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountOne
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountTwo
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountThree
c:\ForexTrading\MyBroker\terminal.exe -data c:\ForexTrading\Accounts\AccountFour
where the accounts folder will act as data folders and all account settings, EAs, Scripts and indicators are stored.
I am tired of installing multiple instances duplicating same files to do something that only settings should have been changed...
My wish list has ended..