Lavoro terminato
Tempo di esecuzione 29 giorni
Feedback del cliente
He did a very precise and reliable job, especially for the handling of technologies. Recommended.
Specifiche
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
Con risposta
1
Valutazioni
Progetti
24
17%
Arbitraggio
7
0%
/
71%
In ritardo
3
13%
Gratuito
Pubblicati: 2 articoli, 4 codici
2
Valutazioni
Progetti
34
15%
Arbitraggio
2
0%
/
50%
In ritardo
8
24%
Gratuito
3
Valutazioni
Progetti
77
43%
Arbitraggio
6
33%
/
50%
In ritardo
22
29%
Gratuito
4
Valutazioni
Progetti
17
29%
Arbitraggio
1
0%
/
100%
In ritardo
2
12%
Gratuito
5
Valutazioni
Progetti
396
28%
Arbitraggio
70
19%
/
49%
In ritardo
121
31%
In elaborazione
Informazioni sul progetto
Budget
45 - 60 USD
Scadenze
a 10 giorno(i)