jiowcl / MQL-CopyTrade

MT4/MT5 Client Copy Trade Application (Based on ZMQ)
MIT License
147 stars 89 forks source link

mq5 files is missing #9

Open jozephbrasil opened 3 years ago

jozephbrasil commented 3 years ago

Hi, how are you?

I am unable to compile mq4 files on mt5. Is is possible to commit the mq5 files too? Thank you.

jiowcl commented 3 years ago

Hello,

MQL5 source code may be released in the future.

Thank you.

jozephbrasil commented 3 years ago

Any ETA for that? Thanks.

irfanbaigse commented 2 years ago

Waiting for it Thanks in advance

brenoperucchi commented 2 years ago

Any progress?

irfanbaigse commented 2 years ago

waiting :(

Skester96 commented 2 years ago

Is it still posible to get the MQL5 files? Would be very helpful!

brunofabioo commented 1 year ago

Hello,

MQL5 source code may be released in the future.

Thank you.

Hello, would you pls post MQL5 Source Code? I´m gonna do a donation for that.

h0ttz commented 1 year ago

Hello,

MQL5 source code may be released in the future.

Thank you.

Please, share the the MQL5 source code.

I am sure many of us would donate for that.

Thanks for everything!!!

Juanjopinedab commented 1 year ago

Hello friend, how are you? Could you configure the copy correctly? have you used it?

EnziinSystem commented 4 months ago

Hello, MQL5 source code may be released in the future. Thank you.

Hello, would you pls post MQL5 Source Code? I´m gonna do a donation for that.

I think the solution should be considered using MQTT instead of ZeroMQ. If he doesn't release the mql5 source code then that's his right. Donation should not be used as a condition for releasing source code, it should only be a voluntary action.

brenoperucchi commented 4 months ago

I concur with @EnziinSystem that donations should remain voluntary, even if the conversion to MQL5 isn't undertaken.

You should consider taking on this task yourself. It's not impossible. @jiowcl did a fantastic job by releasing this great code. Although I no longer use the ZeroMQ protocol today, it was immensely helpful to me at the time.

For those looking to easily adapt the MQL4 code for MT5, you can use the link below. However, I highly recommend making the necessary modifications in the native MT5 language.

Here's the link for reference: https://www.mql5.com/en/code/16006

nithesh10 commented 1 month ago

can you please give us the mql5 code .. thanks

EnziinSystem commented 1 month ago

I built an EA copy trading master-slave based on the MQTT and JSON library here:

https://github.com/gmag11/MQTT-MQL5-Library

https://github.com/vivazzi/JAson