How to enable data I/O with _DWX_MTX_SEND_MARKETDATA_REQUEST_ ?
See original GitHub issueHi there, first of all, thanks for the great project, secondly I’m not sure if I am the only one having this issue or not but when I called _zmq._DWX_MTX_SEND_MARKETDATA_REQUEST_()
, noting is return to the ipython console, but for some reason I cannot request the market data. . In mt4 however this is printed in the Experts tab 2019.09.23 22:54:53.640 DWX_ZeroMQ_Server_v2.0.1_RC8 EURUSD,M1: DATA;EURUSD;1;2019.01.04 17:00:00;2019.09.23 22:52:00
. I can open orders, close orders…etc . Subscribing only works if I change Publish_MarketData
in the EA from false
to true
Please help. Cheers
Python version: 3.7.2 zmq version: 18.1.0 dwx-zeromq-connector version: 2.0.1 windows: 10
Issue Analytics
- State:
- Created 4 years ago
- Comments:13
Top Results From Across the Web
Learn dataloader.io in under 20 min!
In this video you will learn how to navigate inside dataloader.io, configure settings, connect to services like Box, Dropbox and (S)FTP and many ......
Read more >Use Dataloader.io to Export Data Unit - Trailhead - Salesforce
Extract Data with Dataloader.io · From Setup, enter Dataloader.io in the Quick Find box, then select Dataloader.io. · Click Launch dataloader.io. · Click...
Read more >Salesforce dataloader | Import & Export Data
Import, Export or Delete with #1 data loader for Salesforce with our simple, ... Use your existing Salesforce credentials to log into dataloader.io...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
p.s. Please do make sure to watch this video as it may well have the solution to any debugging you’re currently conducting: https://www.youtube.com/watch?v=7aAsFZ_r5zU
We do these tutorials to assist users given the limited support resources we have at the present time - thank you for your understanding 😃
Hi Thanks very much for the suggestion. I’ve started testing it out and I am getting some data back so that is a huge improvement. Much appreciated. I assume from following the code that the length limit is on the data passed through the socket. I wonder if there are any plans for changing this in future. For now, as you say, I will adapt the python code to break any request into 100 bar calls. I will also add mq4 functionality to request the High, Low, Open prices and Volumes as well as the Close prices, unless someone has already done that?
Once again, thank you very much for the help.