MT4 events i.e. trade open/close as webhook to URL

MQL5 Göstergeler Entegrasyon

İş tamamlandı

Tamamlanma süresi: 29 gün
Müşteri tarafından geri bildirim
He did a very precise and reliable job, especially for the handling of technologies. Recommended.

İş Gereklilikleri

Hi,

I'm looking for a tool to use with MT4 terminal that will take events as a trade being placed or a trade being closed and publish these events as a webhook to a desired URL. 

I.e on a trade open, the tool will send the event as given below to the URL "https://example-url.com/webhook".

The desired payload to be published on a trade open event:

{
  "event": {
    "type": "trade_open",
    "trade": {
      "order_id": "1214412",
      "open_time": "2019-10-01 12:00:00",
      "symbol": "EURUSD",
      "type": "sell",
      "lots": "0.02",
      "open_price": "1.12020",
      "stop_loss": null,
      "take_profit": null,
      "close_price": null,
      "close_time": null,
      "commission": null,
      "swap": null,
      "profit": null,
    },
    "account": {
      "number": "accountnumber",
      "currency": "GBP",
      "balance": "1000",
      "equity": "1000"
    }
  }
}

The desired payload to be published upon a trade being closed:

{
  "event": {
    "type": "trade_close",
    "trade": {
      "order_id": "1214412",
      "open_time": "2019-10-01 12:00:00",
      "symbol": "EURUSD",
      "type": "sell",
      "lots": "0.02",
      "open_price": "1.12020",
      "stop_loss": "1.12020",
      "take_profit": "1.11500",
      "close_price": "1.11500",
      "close_time": "2019-10-01 15:00:00",
      "commission": "0.30",
      "swap": "0.10",
      "profit": "12.40",
    },
    "account": {
      "number": "accountnumber",
      "currency": "GBP",
      "balance": "1012",
      "equity": "1012"
    }
  }
}


No other functionality is desired other than to emit these open/close events.

Thank you

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(19)
Projeler
24
17%
Arabuluculuk
7
0% / 71%
Süresi dolmuş
3
13%
Serbest
2
Geliştirici 2
Derecelendirme
(23)
Projeler
34
15%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
8
24%
Serbest
3
Geliştirici 3
Derecelendirme
(49)
Projeler
77
43%
Arabuluculuk
6
33% / 50%
Süresi dolmuş
22
29%
Serbest
4
Geliştirici 4
Derecelendirme
(16)
Projeler
17
29%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
2
12%
Serbest
5
Geliştirici 5
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest

Proje bilgisi

Bütçe
45 - 60 USD
Geliştirici için
40.5 - 54 USD
Son teslim tarihi
to 10 gün