dwx-zeromq-connector icon indicating copy to clipboard operation
dwx-zeromq-connector copied to clipboard

Wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via a ZeroMQ-enabled MetaTrader Bridge EA.

Results 16 dwx-zeromq-connector issues
Sort by recently updated
recently updated
newest added

I made some modifications and It's working on Ubuntu 20.04 and MT5. Download the dependencies and remove funcions that are duplicated. Be happy!!! ``` //+--------------------------------------------------------------+ //| DWX_ZeroMQ_Server_v2.0.2_RC8.mq4 //| @author: Darwinex...

Hi, _DWX_MTX_GET_ALL_OPEN_TRADES_() doesnt return anything when there are more than 18 trades opened. Any workaround ?

I was due an update on my connector as MT4 stopped working with the old bridge version, I went to Github and got the new v2.0.1 mql4(last mth update) and...

help wanted

``` # -*- coding: utf-8 -*- """ DWX_ZMQ_Reporting.py -- @author: Darwinex Labs (www.darwinex.com) Copyright (c) 2019 onwards, Darwinex. All rights reserved. Licensed under the BSD 3-Clause License, you may not...

The pull request includes proposal of my version of MQL5 support. The idea was to: * use new type of mql5 application type **Service** instead of **EA** * prepare main...

Hi I am attempting to subscribe to more than one symbols at the same time. First I try: `_zmq._DWX_MTX_SUBSCRIBE_MARKETDATA_('EURUSD')` ![image](https://user-images.githubusercontent.com/640759/73377200-f59abe00-42be-11ea-81be-2b9e3ddaee9d.png) Then I attempt to subscribe to ADD a different symbol...

question

Hi, PLEASE help me how can I connect my Project On Colab WITH my MetaTrader BY dwx-zeromq-connector . I search On Tutorial But Cant Find The Answer .... How I...

I have been modified DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 to be able to perform my strategy. My workflow as per below. 1. The EA keep track on market. when something interesting occor it will...

help wanted

added 3 new Functions: `_DWX_MTX_GET_ACCOUNT_INFO_()` --> Informations like balance, margin, etc `_DWX_MTX_GET_MARKET_INFO_([symbolpair])` ---> precision, digits, swap ... and a new SUB Socket for receiving Account Infos + Open Orders every...

Hi 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_()```...

help wanted