darwinex / DarwinexLabs

Datasets, tools and more from Darwinex Labs - Prop Investing Arm & Quant Team @ Darwinex
https://www.darwinex.com
BSD 3-Clause "New" or "Revised" License
337 stars 295 forks source link

BID/ASK prices are NOT being streamed into _zmq._Market_Data_DB #25

Open rezagholam opened 4 years ago

rezagholam commented 4 years ago

Hi. I'm able to run other commands such as sending new orders but each time i subscribe to market data and then trying to get data i get an empty dict {}:

>>> _zmq._DWX_MTX_SUBSCRIBE_MARKETDATA_('EURUSD')
[KERNEL] Subscribed to EURUSD BID/ASK updates. See self._Market_Data_DB.
>>> _zmq._Market_Data_DB

[Output] >>> {}

I use python 3.7 Please help!

gregnwosu commented 4 years ago

this is most likely a problem with configuration see this troubleshooting video to resolve

simeon-vanov commented 4 years ago

Hi did you resolve the issues? The same case is for me

ryobert7 commented 4 years ago

The same goes here.

hecogo1 commented 3 years ago

same problem!! Could you solve it?

AmooShahab commented 2 years ago

Same problem...