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

MQL5 指标 积分

工作已完成

执行时间29 天
客户反馈
He did a very precise and reliable job, especially for the handling of technologies. Recommended.

指定

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

反馈

1
开发者 1
等级
(19)
项目
24
17%
仲裁
7
0% / 71%
逾期
3
13%
空闲
发布者: 2 文章, 4 代码
2
开发者 2
等级
(24)
项目
34
15%
仲裁
2
0% / 50%
逾期
8
24%
空闲
3
开发者 3
等级
(49)
项目
77
43%
仲裁
6
33% / 50%
逾期
22
29%
空闲
4
开发者 4
等级
(16)
项目
17
29%
仲裁
1
0% / 100%
逾期
2
12%
空闲
5
开发者 5
等级
(258)
项目
396
28%
仲裁
70
19% / 49%
逾期
121
31%
工作中

项目信息

预算
45 - 60 USD
截止日期
 10 天