I need to create from scratch a MT5 Expert Advisor for Manual Hedge Trading

MQL5 专家 外汇 股票 期货

工作已完成

执行时间7 天
员工反馈
Great client! Clear requirements, excellent communication, and thorough testing. Highly recommended to any developer. Looking forward to working together again!
客户反馈
Excellent EA anD well designed, and performs as expected. Great communication and professional service.I can use the all the colored lines for different task.Highly recommended!

指定

Project Overview

I need an MT5 Expert Advisor that assists with manual trading. The EA should monitor horizontal lines that I place on the chart and execute trades when price reaches those lines.

Requirements

  • The EA should monitor all horizontal lines (OBJ_HLINE) on the current chart.
  • When the market price touches a horizontal line, the EA should execute an action based on the line color.
  • The lot size should be read from the line description (for example: 0.10 ).
  • Each line should trigger only once.
  • After execution, the EA should either:
    • Change the line color, or
    • Delete the line (configurable). 
    • I would prefer deleting the horizontal line 

Line Color Actions

Line Color Action
Red Open a Buy and Sell (hedge) with the specified lot size
Blue Open Buy
Green Open Sell
Yellow Close all EA positions

Trade Rules

  • Use a configurable Magic Number.
  • Execute trades only once per line.
  • Allow configurable slippage.
  • Work only on the chart symbol.
  • Support hedging accounts (MT5 hedge mode).

Future Expansion

The code should be modular so the following features can be added later:

  • Break-even
  • Trailing stop
  • Basket take profit
  • Basket stop loss
  • Partial close
  • Multiple hedge levels
  • Trade panel
  • Notifications (popup, email, push)

Goal

The EA should act as a manual trading assistant, where I control trading simply by placing colored horizontal lines on the chart. No automatic market analysis or indicators are required—the EA only reacts to the horizontal lines I draw.


反馈

1
开发者 1
等级
(283)
项目
354
29%
仲裁
37
27% / 65%
逾期
10
3%
已载入
2
开发者 2
等级
(395)
项目
556
41%
仲裁
30
57% / 3%
逾期
57
10%
空闲
发布者: 11 代码
3
开发者 3
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
发布者: 5 代码
4
开发者 4
等级
(319)
项目
571
35%
仲裁
83
31% / 45%
逾期
206
36%
空闲
5
开发者 5
等级
(636)
项目
1007
47%
仲裁
33
36% / 36%
逾期
99
10%
工作中
发布者: 6 代码
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
(2)
项目
2
0%
仲裁
1
0% / 100%
逾期
0
空闲
9
开发者 9
等级
(16)
项目
30
40%
仲裁
3
33% / 67%
逾期
7
23%
工作中
10
开发者 10
等级
(1)
项目
3
0%
仲裁
0
逾期
0
空闲
11
开发者 11
等级
(2346)
项目
2952
63%
仲裁
125
44% / 26%
逾期
429
15%
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
空闲
14
开发者 14
等级
(398)
项目
515
23%
仲裁
60
57% / 25%
逾期
60
12%
工作中
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(28)
项目
34
35%
仲裁
0
逾期
2
6%
工作中
17
开发者 17
等级
(6)
项目
8
38%
仲裁
1
0% / 100%
逾期
0
空闲
相似订单
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
An expert trading bot 250 - 350 USD
I have a working MetaTrader 5 Expert Advisor already coded and running -- this is not a "build from scratch" job. The EA trades a smart-money-concepts style model (structure breaks, liquidity sweeps, order blocks, fair value gaps, optimal trade entry retracement). Exact parameters and the rest of the underlying logic are proprietary and will only be shared once we're under a working agreement. To check you actually
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— 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 () {
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
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

项目信息

预算
100+ USD
截止日期
 10 天