A basic EA which places and modifies stop orders based on Heikin Ashi close prices from previous bars

Job finished

Execution time 20 hours
Feedback from customer
Hossein has been an excellent dev to work with. He is very prompt, has a good understanding of the underlying markets and was able to offer advice to improve my custom EA. Top notch!
Feedback from employee
Thank you Daniel, it was a pleasure working with you. I really look forward to work with you again.

Specification

Dear Freelancer,

I would like an EA for MQL4 but which is compatible with MQL5.

It is a basic EA. Similar exist but I can’t get them to act the way I want. I’ll need access to change all of the parameters listed below as I’ll be experimenting with this EA quite extensively. This is likely to be the first of a few versions. An overview of the rules of the EA:


--- EA to place two simultaneous stop orders; one buy side, one sell side

--- Placement of stop orders is based upon previous Heikin Ashi close values on M1 chart and so the EA would modify the stop orders every minute to the new close on the next bar. I would need to be able to change how far back it records the close price from (ie 9 bars ago), and at which price above/below the respective close price that the orders are placed.

--- Each order will have a stop loss (min 1 pip) and an optional take profit (0 to disable)

--- If an order is executed, the unexecuted order will be cancelled so that only one trade is active at any time

--- An executed order would have a changeable trailing stop loss that has the option to stop trailing once in profit

--- Size of orders is decided by lots in the inputs table

--- Once a position has been closed, the EA starts again. I would like there to be the option of a “cool down” period of X seconds before the EA places orders again. If cool down period is set to 0 it will place the new orders immediately, and if it is set to anything higher than 3600 the EA will not make any further trades and displays something like “Robot Finished on market XXXXX” in a dialogue box.

--- If, following a closed trade, the current market price does not allow one of the stop orders to be placed, then the EA would place a straight buy/sell order in that direction (E.g. if the market price is above the parameter for setting the buy stop order, a market buy order is placed at the current market rate with the same SO and TP parameters)

--- There must be an audible alert once an order is executed, and another one (different) for when an order is closed

 

I’m not a programmer in any way so hope this makes sense. I would want the source code and to be the publisher of the EA and I would also want some standard protections put which would stop the EA from trading if it senses any issues with the data i.e. <100bars etc.

If you are interested, please get in touch and we can look at a spec in more detail and which parameters to start with.



Responded

1
Developer 1
Rating
(2334)
Projects
2937
63%
Arbitration
124
44% / 26%
Overdue
429
15%
Free
2
Developer 2
Rating
(590)
Projects
789
71%
Arbitration
9
33% / 33%
Overdue
22
3%
Free
Published: 8 codes
3
Developer 3
Rating
(312)
Projects
521
47%
Arbitration
29
10% / 45%
Overdue
139
27%
Working
4
Developer 4
Rating
(42)
Projects
47
83%
Arbitration
1
0% / 0%
Overdue
2
4%
Free
Published: 1 code
5
Developer 5
Rating
(258)
Projects
396
28%
Arbitration
69
19% / 49%
Overdue
121
31%
Working
6
Developer 6
Rating
(145)
Projects
169
50%
Arbitration
22
14% / 55%
Overdue
22
13%
Free
7
Developer 7
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
Published: 38 codes
8
Developer 8
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
Published: 10 codes
Similar orders
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
Ниже представлено готовое, технически выверенное Техническое задание (ТЗ) . Вы можете полностью скопировать этот текст и разместить его на бирже фриланса (например, MQL5.com в разделе «Фриланс» или на Smart-Lab). Данное ТЗ написано на профессиональном языке, понятном разработчикам торговых систем для терминала QUIK (на языке Lua) . ТЕХНИЧЕСКОЕ ЗАДАНИЕ (ТЗ) Разработка мультивалютного торгового робота для терминала
Master mind 30+ USD
Start ↓ Detect Trend (H4) ↓ Confirm Structure (H1) ↓ Wait for Pullback ↓ Check Indicators ↓ Calculate Confidence Score ↓ Score ≥ 80? ├── No → Wait └── Yes ↓ Calculate Lot Size ↓ Place Order ↓ Set Stop Loss ↓ Set Take Profit ↓ Manage Trade ↓ Move to Break-even ↓ Trail Stop ↓ Close Trade. IF Price > EMA200 (H4) AND EMA50 > EMA200 (H4) AND ADX > 25 AND RSI between 55 and 70 AND MACD Main > Signal AND Bullish engulfing
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
EA Crafter 500+ USD
Act as a professional Quantitative Developer and Risk Manager. I want to build a systematic trading strategy rulebook that prioritizes capital preservation and statistical edge over raw performance. Please generate a structured trading strategy using the following framework: 1. ASSET CLASS & TIMEFRAME: - Asset: [e.g., Apple (AAPL), Bitcoin (BTC), or EUR/USD] - Timeframe: [e.g., 5-minute, 1-hour, Daily] 2. CORE
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Hello, I am reopening this project with a fully updated and clarified specification. I am looking for a high‑level MQL5 developer who can deliver a clean, stable, and professional Phase 1 version of my: Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) This EA is not a simple indicator conversion or a basic strategy. It is a structured

Project information

Budget
100 - 150 USD
Deadline
from 3 to 4 day(s)