Auftrag beendet
Ausführungszeit 33 Minuten
Bewertung des Kunden
Really nice to work with, very informative. Project was completed very quickly with great communication and amazing attention to detail. Thanks!
Bewertung des Entwicklers
Chay is great customer with bright ideas and detailed requirement, working with him was easy and straight for me. thanks.
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.
With thanks,
Bewerbungen
1
Bewertung
Projekte
1410
67%
Schlichtung
123
32%
/
41%
Frist nicht eingehalten
218
15%
Frei
Veröffentlicht: 1 Beispiel
2
Bewertung
Projekte
1295
67%
Schlichtung
84
26%
/
49%
Frist nicht eingehalten
338
26%
Frei
3
Bewertung
Projekte
326
43%
Schlichtung
34
32%
/
29%
Frist nicht eingehalten
83
25%
Frei
4
Bewertung
Projekte
19
16%
Schlichtung
4
0%
/
75%
Frist nicht eingehalten
5
26%
Frei
5
Bewertung
Projekte
93
34%
Schlichtung
10
40%
/
30%
Frist nicht eingehalten
5
5%
Frei
Ähnliche Aufträge
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
Patricia Ukawilu 6:43 PM I need help creating an EA to optimize my trade. I already have a preliminary pine script which I will want optimized and create an EA from it to optimize my trade on MT4. I also subscribed to a signal app. I’m looking to automate the execution of the signal from the app so as not to miss out on good trades
Projektdetails
Budget
50+ USD