-
I'm seeing an issue where my app cannot validate the health of Mongo connection because the "listDatabases" method is denied to users outside of the admin database.
I would suggest using a method a…
-
Hi, here is an image of the folder, how do I follow the steps in this link https://github.com/darwinex/DarwinexLabs/tree/master/tools/dwx_zeromq_connector?
![2](https://user-images.githubuserconten…
ghost updated
5 years ago
-
Hello I have an unknown error when I try to modify a trade or create a trade, I can still get the json answer from all my trades but I don't have the possibility to send it. Do you have any leads so I…
-
Hello, I cannot seem to get the ZMQ EA to perform basic tasks reliably or at all.
_zmq.DWX_MTX_GET_ALL_OPEN_TRADES()
responds with
“Resource timeout… please try again.”
If I subscribe:
_zmq.D…
-
When trying to compile the expert on MT4 MetaEditor it gives me some errors.
-Single quote needed ( Lines : 147, 390,506,518...)
-Unknown symbol ( Lines : 147, 390,506,518)
-Invalid prepocessor com…
-
https://github.com/paduel/darwinex_ticks/blob/a27966510d30c44cdfa8f8c4a7bddb6fa7e16be5/darwinex_ticks/core.py#L171
Removing the sort arg in concat solves the issue, does that affect your function…
-
I'm trying to return the whole trade details as response but my MT4 keeps crashing..
this line works:
` response = "34534|5345345";
`
But this one is not:
`response = "34534|5345345|CHFJPY|1…
-
I have tested your script in command line but I received this error. I have installed all modules python 2.7, pandas, and Darwin tick. Please, could you help me?
`python -m darwinex_ticks EURGBP EU…
-
@Darwinex OK I will reply here and on youtube. I used the version of dwx_zermq_connector that you sent me and it didn't help. There are no logs on the MetaTrader side, everything is working as demonst…
-
I am getting an Error with code 129 (Invalid Price). My python code is :
```
from DWX_ZeroMQ_Connector_v2_0_1_RC8 import DWX_ZeroMQ_Connector
_zmq = DWX_ZeroMQ_Connector()
_zmq._DWX_MTX_NEW_TRA…