mikha-dev / mt4-websockets

Turns Metatrader4/MetaTrader5 into web socket client
https://dev4traders.com
80 stars 55 forks source link

Using the same socket for two or more instances ? #9

Open chriphil opened 1 year ago

chriphil commented 1 year ago

Hello,

When I try to connecte to the same WS from the same EA on two differents graph (same MT4) your library seems to use the same socket. Since the EA is not running the same graph it's important to have a new connection and not reuse the same.

Is it possible to have a patch for that ?

Thanks BR, JC

KaX8 commented 8 months ago

same issue, did you find a solution?

segomaster commented 3 months ago

Also having the same issue. having connection drops or crashes when loading the ea on multiple charts.