Работа завершена
Время выполнения 2 минуты
Отзыв от заказчика
It was my first order here. A great job made very fast. Tzvetan answered my questions perfectly, I highly recommand.
Отзыв от исполнителя
Thank you!
Техническое задание
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,
Откликнулись
1
Оценка
Проекты
282
46%
Арбитраж
27
59%
/
37%
Просрочено
36
13%
Свободен
2
Оценка
Проекты
262
30%
Арбитраж
0
Просрочено
3
1%
Свободен
Опубликовал: 2 примера
3
Оценка
Проекты
27
26%
Арбитраж
2
0%
/
100%
Просрочено
2
7%
Свободен
4
Оценка
Проекты
6
0%
Арбитраж
5
0%
/
100%
Просрочено
1
17%
Свободен
5
Оценка
Проекты
243
74%
Арбитраж
7
100%
/
0%
Просрочено
1
0%
Свободен
Опубликовал: 1 статью
6
Оценка
Проекты
23
39%
Арбитраж
26
8%
/
38%
Просрочено
0
Свободен
7
Оценка
Проекты
45
2%
Арбитраж
6
33%
/
17%
Просрочено
1
2%
Свободен
8
Оценка
Проекты
549
53%
Арбитраж
13
69%
/
15%
Просрочено
3
1%
Свободен
9
Оценка
Проекты
475
40%
Арбитраж
105
40%
/
24%
Просрочено
80
17%
Занят
Опубликовал: 2 примера
10
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Опубликовал: 4 примера
Похожие заказы
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
Информация о проекте
Бюджет
40 - 100 USD
Сроки выполнения
до 7 дн.