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
開発者 2
評価
(23)
プロジェクト
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)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
類似した注文
I'm looking for someone to help me implement the MetaQuotes web API in Laravel: - Create clients - Create users - Change passwords accounts - Create deposits and withdrawals I'm using a library, but it's only giving me problems
I need the following help wih the set up I have a TradingView paid license I have a script running in TradingView generating Alerts - see a screenshot example Then I have PineConnector which should be able to take those Alerts and deliver to MT4 And then there is MT4 installed with running PineConnector on it Yet somehow I cannot get those Alerts, including Trade set up, from TradingView to MT4. Please let me know if
I want to connect Python with MT5 for trading signal managing. Currently, this is solved by exporting the .csv file from Python and the MT5 EA reads it and trades based on it. After a while, MT5 does not allow me to import the .csv file from the MQL5/Files folder and the process stops. I have to restart it, so it's not stable. The data exchange sometimes stops after 4-5 hours or 30 minutes. Not so stable. I'm looking
Hello, I have an existing Expert Adviseo for Metatrader 5 that still contains a few errors. (The MQL5 code is present.) I would like to have these errors fixed. If necessary I would add a few more features to the EA
I need EA which can copy telegram signals to MT5 The EA should have the following 1. take profit 2. take loss 3. Break even 4. trailing stop 5. Stop trading if amount reaches 6. Accept buy stop , sell stop , sell limit and buy limit
I am looking for someone to help me to automate my trading from mt4/5 expert advisors and own trades to tradovate. My trades are generated by my expert in MT5, I want those trades copied to Tradovate's platform using their API to different accounts, that some programmers have suggested is a REST API and should be easily doable
I want to receive and automate trade signal on Metatrader from tradingview, but i do not have access to the indicator i am using presently now but i have an alternative indicator which i have it's source code and also works similar to it but needed to be included with this features (SL and TP logic, add code to calculate the stop-loss and take-profit levels) so it can provide me the signal i want on
I need a tool: Can convert any strategy of PineScript into .mql5 without bugs Automation convert for multiple strategy of PineScript files into multiple .mql5 files Programming can write in Python/C++ I have some PineScripts file to test (in attached files, with their names can find in TradingView -> Indicator -> search by name) I want to backtest all community strategy of TradingView, so that the tool need to be

プロジェクト情報

予算
45 - 60 USD
開発者用
40.5 - 54 USD
締め切り
最高 10 日