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%
중재
69
19% / 49%
기한 초과
121
31%
작업중

프로젝트 정보

예산
45 - 60 USD
기한
 10 일