vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
518 stars 278 forks source link

Multi Account #78

Open wasimjee opened 6 years ago

wasimjee commented 6 years ago

Hi,

i have aprox 10 trading accounts, and just have a question, about connection all 10 accounts and opening a trade at once in all trading account.

do the api supports connecting multiple accounts at once, or any other solution/method to do this.?

vdemydiuk commented 6 years ago

Hi. MtApi is working with MetaTrader terminal where only one acount can be active. If you want to have several accounts in single c# client-application you need load several instances of MT4 with related accounts and connect them with MtApi clients.

wasimjee commented 6 years ago

ok, thanks @vdemydiuk ,

i will try and share the results