Modfiy EA job

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

If you are interested, you can complete the work for $30 and apply for it.

Introduction


EA 1:


For example, I buy EURUSD, the starting price is 1.12000.


 


Trading way:


Trade step 1: Buy(lot 0.01), price is 1.12000


Trade step 2: Buy(lot 0.01), price is 1.11900


Trade step 3: Sell(lot 0.04), price is 1.11800


Trade step 4: Buy(lot 0.06), price is 1.11900


 


Because after fall, you can stop the profit, otherwise it will continue to execute trade step 4.


If it is after step 4, there are no more transactions.


 


Input interface:


Direction Steps:                      Buylimit, Buystop, Sellstop, Buy


Lot Steps:                              0.01, 0.01, 0.04, 0.06


Price Steps choose: Price Steps or Price Steps(Point)


Price Steps:                            Order-0, Order -0.001, Order -0.002, Order -0.001


Price Steps(Point):                     Order-0, Order -100, Order -200, Order -100


Kind of TakeProfit: Point TP or Average TP or Money TP or Average TP 2

TakeProfit(point TP/average TP/money TP/average tp 2): 100


Start Trading Order and Magic number: false/true


Start Trading Order: 1.1200


Magic number: 1


Start Trading Order list and Magic number list: false/true


Start Trading Order list: 1.1200, 1.1230, 1.1260


Magic number list: 1,2,3


Capital and lot percentage function


 


EA 2:


I want to trade GBPUSD, EURUSD,AUDUSD, USDCAD, USDJPY, EURGBP, NZDUSD at the same time. When I open EA, 7 symbols will enter the market. The trading methods are all the same.


 


Trading way:


Trade step 1: Buy(lot 0.01), price is Start Trading Price-0


Trade step 2: Buy(lot 0.02), price is Start Trading Price-0.001


Trade step 3: Buy(lot 0.03) , price is Start Trading Price-0.002


Trade step 4: Buy(lot 0.04) , price is Start Trading Price-0.003


Trade step 5: Buy(lot 0.05) , price is Start Trading Price-0.004


 

If the first trade step price is 1.238, it is Start Trading Price.



Input interface:


Direction Steps:                      Buylimit, Buylimit, Buy, Buylimit, Buylimit


Lot Steps:                               0.01, 0.02, 0.03, 0.04, 0.05


Price Steps choose: Price Steps or Price Steps(Point)


Price Steps:                            Start Trading Price-0, Start Trading Price -0.001, Start Trading Price -0.002, Start Trading Price -0.003, Start Trading Price -0.004


Price Steps(Point):                     Start Trading Price-0, Start Trading Price -100, Start Trading Price -200, Start Trading Price -300, Start Trading Price -400


Kind of TakeProfit: Point TP or Average TP or Money TP or Average TP 2

TakeProfit(point TP/average TP/money TP/average tp 2): 100


Trading symbol list:             GBPUSD, EURUSD,AUDUSD, USDCAD, USDJPY, EURGBP, NZDUSD


Magic number:                  1


Capital and lot percentage function





detail i will tell you.

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

1
Разработчик 1
Оценка
(64)
Проекты
144
46%
Арбитраж
20
40% / 20%
Просрочено
32
22%
Работает
2
Разработчик 2
Оценка
(169)
Проекты
204
30%
Арбитраж
25
40% / 44%
Просрочено
12
6%
Свободен
3
Разработчик 3
Оценка
(75)
Проекты
124
44%
Арбитраж
14
29% / 50%
Просрочено
17
14%
Свободен
Похожие заказы
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
EA for Gold 50+ USD
need a Gold robot? check out this EA for Gold. It specialises in bringing in big amounts of profit and is very consistent. It's very trustworthy and it trades the SMC strategy.Enjoy
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
I develop and customize automated trading systems for MetaTrader 5 using MQL5. My experience includes developing EAs based on price action, market structure, Moving Averages, ADX, Smart Money Concepts, supply and demand zones, Break of Structure, Fair Value Gaps, trailing stops, risk management, and multi-timeframe analysis . I can also modify existing MQL5 source code, fix errors, add new trading features, and help
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
Торговый робот XAUUSD AI/ML — MT5 + Python + MQL5 Ищу опытного разработчика с глубокими знаниями в следующих областях: MQL5 / MetaTrader 5 Python Машинное обучение / Искусственный интеллект Алгоритмическая торговля Проект Я хочу разработать торговую систему на основе ИИ/машинного обучения, предназначенную исключительно для XAUUSD (золото) . Архитектура: Данные рынка XAUUSD → Модель Python/ML → ПОКУПКА / ПРОДАЖА /
The EA needs to be upgraded according to the strategie built in and first the programer must specify the problems and how can correct and provide the video on how the bot works on different assets after correction
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

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

Бюджет
30+ USD