Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connectivity between Python and MT4 issue! #33

Open
Hosis86 opened this issue Feb 16, 2021 · 1 comment
Open

Connectivity between Python and MT4 issue! #33

Hosis86 opened this issue Feb 16, 2021 · 1 comment

Comments

@Hosis86
Copy link

Hosis86 commented Feb 16, 2021

Hello,

I want to thank you for your fantastic work. I've newly downloaded and installed ZMQ and all it's dependencies and done all the steps you have explained in your videos (regarding libraries, include folder and the settings in MT4). I have no problem with adding the expert to the MT4 charts and everything seems to work perfectly. When I open the Python file (DWX_ZeroMQ_Connector....py) after initializing the code I try to subscribe to the pair EURUSD as an example. Whenever I try to call the subscribed data using _zmq._Market_Data_DB.keys() (as you mentioned in your videos) I don't receive any real time data regarding the subsribed pair and I receive only the following response: dict_keys([]).
Generally it seems that I don't have any connection stablished between Python and the MT4 but I don't know, what can be the possible problem. Can you please help me?

regards,

@Hosis86
Copy link
Author

Hosis86 commented Feb 16, 2021

I musr add to my question that I've noticed that the PUSH/PULL socket works perfectly and I have no connection through PUB/SUB socket. I've tried to change the port but it didn't help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant