I want to find someone to help me write 2 EA

Specification

I want to find someone to help me write 2 EA

 

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:                      Buy, Buy, Sell, Buy

Lot Steps:                               0.01, 0.01, 0.04, 0.06

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

Average Take Profit:      100

 

Pending Order1:             false/true

Pending Order1:            1.1200

Magic number1:                1

 

Pending Order2:             false/true

Pending Order2:            1.1200, 1.1230, 1.1260

Magic number2:                1,2,3

 

EA 2:

 

I want to trade GBPUSD, EURUSD, AUDUSD at the same time. When I open EA, 3 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 entry price of GBPUSD is 1.238, it is Start Trading Price

 

Input interface:

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

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

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

Average Take Profit:              100

Trading symbol:             GBPUSD, EURUSD,AUDUSD

Magic number:                  1

 

Detailed description:

 

EA1

 

1. unlimit step

 

2. When TP after, trading again.

 

3. Capital and lot percentage

If I have $1000, the transaction step will be x1. If I have $2000, the transaction step will be x2. If I have $3000, the transaction step will be x3, ... or

If I have $2000, the transaction step will be x1. If I have $4000, the transaction step will be x2. If I have $6000, the transaction step will be x3, ... or

If I have $5000, the transaction step will be x1. If I have $6000, the transaction step will be x1.2. If I have $10000, the transaction step will be x2, ... and so on.

lot multiplier must be rounded off

 

4. Pending Order1 can only enter a number, such as 1.1200.

  Magic number1 can only enter a number, such as 1.

 

5. Pending Order2 can enter multiple numbers, such as 1.1200 1.1230 1.1260.

  Magic number2 can enter multiple numbers, such as 1 2 3.

 

6. Magic number2,for example, 1 2 3, Average Take Profit will separate each 100 calculations.

  Magic number2 for example, 1 1 1, Average Take Profit is the total plus 100 calculation

 

 

EA2

 

1. unlimit step

 

2. When TP after, trading again.

 

3. Capital and lot percentage

If I have $1000, the transaction step will be x1. If I have $2000, the transaction step will be x2. If I have $3000, the transaction step will be x3, ... or

If I have $2000, the transaction step will be x1. If I have $4000, the transaction step will be x2. If I have $6000, the transaction step will be x3, ... or

If I have $5000, the transaction step will be x1. If I have $6000, the transaction step will be x1.2. If I have $10000, the transaction step will be x2, ... and so on.

lot multiplier must be rounded off

 


Responded

1
Developer 1
Rating
(137)
Projects
167
35%
Arbitration
11
91% / 0%
Overdue
0
Free
2
Developer 2
Rating
(5)
Projects
3
0%
Arbitration
19
0% / 100%
Overdue
0
Free
3
Developer 3
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
4
Developer 4
Rating
(8)
Projects
16
0%
Arbitration
9
0% / 89%
Overdue
8
50%
Free
5
Developer 5
Rating
(26)
Projects
29
3%
Arbitration
11
9% / 73%
Overdue
3
10%
Free
Published: 1 code
Similar orders
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
//———————————————————————————————————————————————————————————————————— 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 () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hi i need help to connect my chat gtp with ninja trader I have all tools. Just need supervision and seeking a professional who can do that for me. This the bridge extension https://crosstrade.io/blog/chatgpt-to-ninjatrader-mcp-walkthrough
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +
العنوان: برمجة اكسبيرت MT4 (روبوت تداول) مخصص للذهب يعتمد على RSI والزيجزاج بدون مضاعفات الوصف: السلام عليكم ورحمة الله وبركاته، مطلوب مبرمج محترف بلغة MQL4 لتطوير اكسبيرت (روبوت تداول آلي) مخصص لمنصة ميتاتريدر 4 بناءً على الشروط والمواصفات الفنية الصارمة التالية، لتداول معدن الذهب (XAUUSD) على إطار الخمس دقائق (M5): 1. المتغيرات الخارجية (External Inputs - قابلة للتعديل يدوياً من الإعدادات): إدارة المخاطر (إدارة

Project information

Budget
30+ USD