Custom Expert Advisor with Trade Management and Averaging

Техническое задание

Hello,

I would like to develop a custom Expert Advisor (EA) for MT4 (or MT5 if preferred).



Requirements:



  1. Open trades based on a signal (to be specified later: e.g., indicator, moving average cross, or manual conditions).
  2. Automatically set Stop Loss (SL) and Take Profit (TP) for each trade.
  3. Option to open an averaging/hedging trade with the same lot size when the price moves against the first trade by a defined number of points.
  4. Ability to enable/disable:
    • Money management (automatic lot size adjustment).
    • Averaging/extra trades.

  5. Flexible input parameters for:
    • Lot size.
    • SL and TP in points.
    • Distance for averaging/extra trades.
    • Maximum number of open trades.




Notes:



  • The code should be clean and well-commented.
  • Deliverables: mq4/ex4 (or mq5/ex5).





💰 Budget: Open to offers.

⏱️ Deadline: Within 1 week (or as suggested).


Откликнулись

1
Разработчик 1
Оценка
(230)
Проекты
286
27%
Арбитраж
14
50% / 36%
Просрочено
9
3%
Загружен
2
Разработчик 2
Оценка
(8)
Проекты
10
20%
Арбитраж
0
Просрочено
0
Занят
3
Разработчик 3
Оценка
(368)
Проекты
472
24%
Арбитраж
51
61% / 20%
Просрочено
53
11%
Загружен
4
Разработчик 4
Оценка
(427)
Проекты
751
49%
Арбитраж
62
16% / 48%
Просрочено
136
18%
Загружен
5
Разработчик 5
Оценка
(302)
Проекты
466
18%
Арбитраж
29
48% / 24%
Просрочено
29
6%
Загружен
6
Разработчик 6
Оценка
(13)
Проекты
17
18%
Арбитраж
3
67% / 0%
Просрочено
0
Свободен
7
Разработчик 7
Оценка
(75)
Проекты
123
43%
Арбитраж
12
33% / 50%
Просрочено
17
14%
Работает
8
Разработчик 8
Оценка
(462)
Проекты
907
76%
Арбитраж
25
16% / 68%
Просрочено
99
11%
Свободен
Опубликовал: 1 статью, 6 примеров
9
Разработчик 9
Оценка
(287)
Проекты
293
70%
Арбитраж
2
100% / 0%
Просрочено
0
Свободен
Опубликовал: 1 пример
10
Разработчик 10
Оценка
(1)
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
11
Разработчик 11
Оценка
(3)
Проекты
4
0%
Арбитраж
2
0% / 100%
Просрочено
1
25%
Свободен
12
Разработчик 12
Оценка
(50)
Проекты
73
21%
Арбитраж
11
18% / 27%
Просрочено
6
8%
Работает
13
Разработчик 13
Оценка
(36)
Проекты
38
11%
Арбитраж
2
50% / 50%
Просрочено
2
5%
Работает
14
Разработчик 14
Оценка
(6)
Проекты
6
17%
Арбитраж
2
0% / 0%
Просрочено
1
17%
Загружен
15
Разработчик 15
Оценка
(11)
Проекты
16
31%
Арбитраж
3
67% / 0%
Просрочено
0
Свободен
16
Разработчик 16
Оценка
(395)
Проекты
574
53%
Арбитраж
30
53% / 23%
Просрочено
7
1%
Загружен
17
Разработчик 17
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
18
Разработчик 18
Оценка
(2596)
Проекты
3275
67%
Арбитраж
77
48% / 14%
Просрочено
342
10%
Свободен
Опубликовал: 1 пример
19
Разработчик 19
Оценка
(4)
Проекты
4
0%
Арбитраж
0
Просрочено
0
Работает
20
Разработчик 20
Оценка
(291)
Проекты
521
36%
Арбитраж
62
34% / 35%
Просрочено
187
36%
Загружен
21
Разработчик 21
Оценка
(84)
Проекты
115
70%
Арбитраж
5
80% / 0%
Просрочено
11
10%
Свободен
22
Разработчик 22
Оценка
(77)
Проекты
232
73%
Арбитраж
6
100% / 0%
Просрочено
1
0%
Свободен
23
Разработчик 23
Оценка
(156)
Проекты
280
35%
Арбитраж
14
29% / 50%
Просрочено
42
15%
Свободен
24
Разработчик 24
Оценка
(2)
Проекты
2
0%
Арбитраж
0
Просрочено
0
Свободен
25
Разработчик 25
Оценка
(7)
Проекты
8
13%
Арбитраж
5
40% / 20%
Просрочено
0
Свободен
Похожие заказы
My Strategy is very simple yet complex. I require a strong coder to be available to be able to code this and have a vast and deep understanding of the market. I require this to be automated and will give more details once I have matched with someone. Furthermore, I would prefer if we could exchange numbers just so it is easier to converse with the person. Thank you
the robot i want to program is very simple easy strategy i use to make profit every day. the strategy is based on two MA and RSI the robot must work in forex paairs Gold, and futures, ill pay 40 dlls i will give more detail once we are connected
Thabo-killerbot 30 - 1000 USD
//+------------------------------------------------------------------+ //| SimpleMA.mq5 | //| Auto trading bot example | //+------------------------------------------------------------------+ #property copyright "ChatGPT" #property link "" #property version "1.00" #property strict input int FastMAPeriod = 10; input int SlowMAPeriod = 30; input double Lots = 0.1; int fastMAHandle; int slowMAHandle; double fastMA[];
Automate my strategy 30 - 70 USD
🚀 Looking for a Trading Bot Coder 🚀 I’m searching for an experienced developer to help automate my trading strategies. Requirements: Strong knowledge in MQL5 / MT5 (or TradingView Pine Script, depending on platform) Experience with price action & strategy automation Ability to integrate custom risk management & alerts 💡 If you’re a skilled coder who can turn trading ideas into a profitable bot, let’s connect
Hello, I’m looking for an MQL5 or MQL4 EA that trades EURUSD (optionally other majors or XAUUSD). The broker applies a 4-pip spread on EURUSD and higher on other symbols. The sole objective is to generate at least 45–60 lots of volume within 2 weeks or max one month (more is better; a bonus is paid for every additional 10 lots traded). The account has 1000 USD starting balance. Capital preservation is not required
Hey there, I’m looking to get a custom NinjaTrader indicator/plugin/tool developed. It’s very similar to Riley Coleman’s “Candlestick Trader” indicator (you can see a walkthrough of it in this YouTube video at timestamp 6:52: https://www.youtube.com/watch?v=NjCUZveXtLo&amp ;t=303s ). Please take a look at that video for reference, as I’d like most of the core features replicated. To summarize, the key functions I
I am looking for an experience MQL4 developer for making a profitable prop firm compatible MT4 gold scalper EA on a 5 Minute time frame. The EA should have a win rate of not less than 90% on back testing. The EA should be able to pass all prop firm challenges like Funded Next, FTMO, Funding Pips within 1-2 weeks. The EA should also work on live funded account. Any strategy can be used to develop the EA. Proper risk
I’m looking for a profitable Expert Advisor (EA) — the real beast that can deliver strong results on MT4/MT5. If you have a proven EA with good performance and risk management, kindly reach out with details and results
Modify my MT5 EA 30 - 40 USD
I am looking for an MQL5 programmer who can modify and customize my personal MT5 EA. There is problem in placing stop loss but still the EA is profitable on back testing. I also want to add news filter and prop firm compatible. The details will be shared to the developer personally
Hi, I am looking for readymade EA/a developer who can build it one for me. Feel free to contact me if you can fulfill my requirement. But be sure my a developer must have capability to develop complex EA with robust architecture. Especially on sophisticated trading methodology i.e. ICT/SMC etc

Информация о проекте

Бюджет
30 - 50 USD
Сроки выполнения
от 1 до 10 дн.

Заказчик

Размещено заказов1
Количество арбитражей0