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

MQL5 专家 外汇 股票 期货

指定

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
等级
(269)
项目
337
29%
仲裁
36
28% / 64%
逾期
10
3%
已载入
2
开发者 2
等级
(394)
项目
555
41%
仲裁
30
57% / 3%
逾期
57
10%
工作中
发布者: 11 代码
3
开发者 3
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
发布者: 5 代码
4
开发者 4
等级
(318)
项目
565
35%
仲裁
81
31% / 44%
逾期
204
36%
空闲
5
开发者 5
等级
(636)
项目
1005
47%
仲裁
33
36% / 36%
逾期
99
10%
工作中
发布者: 6 代码
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
8
开发者 8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
开发者 9
等级
(14)
项目
27
41%
仲裁
3
0% / 67%
逾期
6
22%
已载入
10
开发者 10
等级
项目
0
0%
仲裁
0
逾期
0
空闲
11
开发者 11
等级
(2337)
项目
2940
63%
仲裁
124
44% / 26%
逾期
429
15%
工作中
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
空闲
14
开发者 14
等级
(389)
项目
502
23%
仲裁
60
55% / 25%
逾期
59
12%
工作中
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(28)
项目
34
35%
仲裁
0
逾期
2
6%
空闲
17
开发者 17
等级
(6)
项目
7
43%
仲裁
1
0% / 100%
逾期
0
空闲
相似订单
automatic robo sell at bollinger band upwards breach and rsi should above 80 and buy when bollinger breach downwards and rsi is below 30, rsi shoould works only on Gold trade and none ofhe trades
Iconic Boy 300 - 400 USD
Am looking for a bot to trade .so that I can be able to trade and become very successful and make some profit so that I cannot sleep on a empty stomach
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
Platform MetaTrader 5 (MT5) MQL5 Source Code Required Compatible with Exness MT5 both standard and cent accounts/ICMarket accounts Works on EUR/USD only (initial version) ⸻ Objective Develop a fully automated AI Expert Advisor based on ICT Smart Money Concepts (SMC). The EA must only execute high-probability trades that satisfy all required conditions before opening a position. The EA must avoid overtrading and
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
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
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
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

项目信息

预算
100+ USD
截止日期
 10 天