CoeJoder / metatrader4-client-java

MetaTrader 4 Java Client
2 stars 1 forks source link

Hi bro, Is it still working for now #1

Open nguyenkatd opened 4 weeks ago

nguyenkatd commented 4 weeks ago

Hi bro @CoeJoder , Is it still working for mt4 now ? and is it just work for mt4, how about mt5 Thanks

CoeJoder commented 4 weeks ago

Hi @nguyenkatd yes it works, I just never got around to updating the README/documentation. This project and its server component are built only for mt4. The server component has only been tested on Windows 10.

mt5 has a built-in Python interface. The API is lower-level than this mt4 client-server project, that's the only drawback. You could also implement your own high-level mt5 client-server Java project similar to what I've done here, using this project. In that case, I would suggest forking my client-server and modifying it to work with the mt5 workflows. The mt4/mt5 workflows are too different for a single high-level API to apply to both, that's why I only made it for mt4.

Good luck