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
(296)
Projects
475
40%
Arbitration
105
40% / 24%
Overdue
80
17%
Busy
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
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
Manly 30 - 200 USD
ZigZag based on oscillators is needed The idea of ​​the indicator Create a ZigZag indicator, which is constructed based on extreme values determined using oscillators. It can use any classical normalized oscillator, which has overbought and oversold zones. The algorithm should first be executed with the WPR indicator, then similarly add the possibility to draw a zigzag using the following indicators: CCI Chaikin RSI
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
The basic idea of CRO is to simulate coral colonies that develop and compete for space on a reef, ultimately forming an optimal structure. Each coral in the reef represents a potential solution to the optimization problem under consideration. The reef is modeled as a two-dimensional N×M grid. Each grid cell can either be occupied by a coral or left empty. A coral is a coded solution to an optimization problem. For
Hi, I hope you’re doing great. I’d like to share the project details. The original EA is already working, but I need you to first review and verify that all existing features are functioning correctly. After confirming everything works properly, the next task is to add a simple user dashboard that shows the number of detected zones, buy/sell/none status, and includes an ON/OFF button. Also, please make sure that
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Set specific time to run this function(order). The time can be hard-coded or inputted by user. Time format: HH:MM:SS:ss Example: 17:58:48:59 -> This means an order will be triggered at 5 pm 58min 48sec 59 today. Set “Stop loss” and order a Sell stop. “At price” triggered automatically: current(specific time set above 1) Gold price - 2$ Stop loss: current Gold price + 2$ Volume: 0.1 (It can be hard-coded or inputted
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double

Project information

Budget
30+ USD