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

MQL5 Indikatoren Integration

Auftrag beendet

Ausführungszeit 29 Tage
Bewertung des Kunden
He did a very precise and reliable job, especially for the handling of technologies. Recommended.

Spezifikation

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

Bewerbungen

1
Entwickler 1
Bewertung
(19)
Projekte
24
17%
Schlichtung
7
0% / 71%
Frist nicht eingehalten
3
13%
Frei
2
Entwickler 2
Bewertung
(23)
Projekte
34
15%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
8
24%
Frei
3
Entwickler 3
Bewertung
(49)
Projekte
77
43%
Schlichtung
6
33% / 50%
Frist nicht eingehalten
22
29%
Frei
4
Entwickler 4
Bewertung
(16)
Projekte
17
29%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
2
12%
Frei
5
Entwickler 5
Bewertung
(258)
Projekte
395
28%
Schlichtung
69
19% / 49%
Frist nicht eingehalten
120
30%
Frei
Ähnliche Aufträge
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 to export from MT5 the live charts open data to excel. So the information that is on the Data Windows Must show in the excel (including the indicators value). ScreenShot of MT5 information I want: https://ibb.co/pKDxWcz So the information I want from all open tabs on the MT5
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

Projektdetails

Budget
45 - 60 USD
Für die Entwickler
40.5 - 54 USD
Ausführungsfristen
bis 10 Tag(e)