指定
We are seeking a proficient MQL5 developer to create an Expert Advisor (EA) for the MetaTrader 5 (MT5) platform. The EA will integrate advanced technical analysis, a grid trading strategy, and robust risk management to trade the BTCUSD currency pair on the M15 timeframe.
Core Features and Specifications:
1. Chart and Candlestick Pattern Recognition
- Pattern Identification:
- The EA must accurately identify chart patterns such as:
- Head and Shoulders
- Inverted Head and Shoulders
- Integrate a robust candlestick pattern recognition module to enhance entry signal accuracy.
- The EA must accurately identify chart patterns such as:
- Timeframe and Asset:
- Analysis should be performed exclusively on the M15 timeframe for BTCUSD.
- Customization:
- Allow adjustable parameters for pattern sensitivity and confirmation thresholds.
2. Grid Trading System
- Execution:
- Implement a grid trading system that opens 4 positions simultaneously upon receiving an entry signal.
- Positions should have:
- Equal lot size (configurable).
- Identical stop-loss levels (configurable).
- Take-Profit Levels:
- Assign incremental take-profit levels for the first three positions:
- Position 1: Closest take-profit level.
- Position 2: Intermediate take-profit level.
- Position 3: Distant take-profit level.
- Position 4: No take-profit to capture extended market movements.
- Assign incremental take-profit levels for the first three positions:
- Parameter Adjustability:
- Users should be able to adjust lot sizes, grid spacing, take-profit levels, and stop-loss values.
3. Trailing Stop-Loss
- Dynamic Adjustment:
- When one or two take-profit levels are reached:
- Automatically adjust stop-loss for remaining open positions to the breakeven point.
- Trailing stop-loss should be configurable, allowing users to define the trailing distance.
- When one or two take-profit levels are reached:
4. Bi-Directional Trading
- Trade Direction:
- The EA should identify potential buy and sell entry points simultaneously based on market conditions.
- Customization:
- Enable users to enable/disable specific trade directions (e.g., only buy or sell trades).
5. Automated Trade Management
- Trade Setup:
- Automatically calculate and set:
- Take-profit levels
- Stop-loss levels
- Breakeven points
- Automatically calculate and set:
- Error Handling:
- Ensure the EA manages invalid order entries or rejections with error notifications and retry mechanisms.
- Risk Management:
- Implement maximum allowable drawdown and daily loss limits (user-defined).
Additional Features and Enhancements
- 1. Alerts and Notifications:
- Real-time notifications (via email, push notifications, or terminal alerts) for:
- New trade entries.
- Take-profit or stop-loss activations.
- Pattern identification.
- Real-time notifications (via email, push notifications, or terminal alerts) for:
- 2. Backtesting and Optimization:
- Provide robust backtesting capabilities with historical data.
- Include optimization features for refining parameters like lot size, grid spacing, and trailing stop-loss.
- 3. User Interface:
- Develop a user-friendly interface for easy parameter adjustment within the MT5 platform.
- 4. Compatibility:
- Ensure compatibility with multiple brokers supporting MT5.
Key Technical Requirements
- MQL5 Proficiency:
- Strong expertise in MQL5 programming to develop, debug, and optimize the EA.
- Trading Strategies Knowledge:
- In-depth understanding of grid trading systems, chart patterns, candlestick analysis, and risk management techniques.
- Robustness and Reliability:
- Develop a stable EA capable of operating in live market conditions without errors or crashes.
- Performance Optimization:
- Ensure minimal latency and high execution speed for rapid order placement and management.
- Security:
- Protect the EA with licensing or an authentication system to prevent unauthorized use.
Deliverables
- Fully functional and compiled EA file (.ex5) for MT5.
- Source code (.mq5) with detailed comments and documentation.
- User guide explaining:
- Installation and setup.
- Parameter configuration.
- Strategy details.
- Support for initial installation and troubleshooting.
Project: https://docs.google.com/document/d/1YDqyBSX4devO9jX6XGdaNcLC0HvDaWqVNRAy0c7E9Qw/edit?tab=t.0
反馈
1
等级
项目
298
28%
仲裁
33
24%
/
61%
逾期
9
3%
工作中
2
等级
项目
9
56%
仲裁
0
逾期
0
空闲
3
等级
项目
1
0%
仲裁
4
0%
/
50%
逾期
0
工作中
相似订单
Ninjatrader indicator
30+ USD
I have an issue with my ninja script and i would like you to help me straighten things I wanted to create an indicator and i have the source code already but i am getting compiling errors on my NinjaTrader And i tried fixing the error it still same I sent 3 images here for you to understand the errors and i would like to ask if you can help me fix it so i can go ahead and compile my source code. Thanks
Nijatrader indicator
30+ USD
Good day, I would like to build an automated trading system for Ninjatrader using 2 MACD, a Supertrend, and a moving average indicator. I want the option to adjust the indicator settings, the ability to trade at three different times, and the option to receive alerts. I want to get an idea of what that will cost me. It will enter trades on all blue take one contract out at a fixed point, move the stop to break even
"Hello! I am an experienced programmer specializing in automated trading software for MetaTrader 4 (MQL4) and MetaTrader 5 (MQL5). My goal is to help traders turn their manual strategies into fully automated robots (Expert Advisors) and custom indicators. My services include: Developing Expert Advisors (EA) from scratch based on your strategy. Creating Custom Indicators and Scripts. Modifying existing EAs (adding
I have a simple strategy that need coding on tradingview Strategy using high low at seleted time and when breakout to entry buy sell. Everything will be explained on private
Enhance current EA
200+ USD
I am looking for an experienced MQL5 developer to modify and enhance my existing Expert Advisor, "Gold Levels Trader". The current version has a low win rate (~30%) and issues with ATR-based Stop Loss execution. I want to replace the current "pips drop/rise" logic with Fibonacci Retracement levels for entry signals, implement a Daily Drawdown Limit , and add Pending Orders functionality
I want developer who know how to create bot which immediately transfer specific crypto coin deposit to one crypto address to another specific address in just a second,, if you know about this then only comment on this post
So the things we need in algorithm of mql5 language EA in mt5 1. Depending on timeframe it can recognise the previous swing high and low 2. Timeframe is 5m,15m,1h,4h 3. It can recognise the basic Market bias that is market is bullish or bearish we can identify using (ema,rsi,basic smc bias,ict bias structure mapping) or use anything to find bias structure 4. EA should have option to change timeframe and change risk
require the development of a high-speed, fully automated trading Expert Advisor (EA) for MetaTrader 5 , optimized for live trading on both Deriv and Exness . The EA must be designed for fast execution, low latency, and reliability on real-money accounts , with full compatibility across broker-specific contract specifications, tick sizes, tick values, pricing formats, and volume rules. It should automatically detect
# Copyright 2025, MetaQuotes Ltd. # https://www.mql5.com import importlib . util mt5_spec = importlib . util . find_spec ( "MetaTrader5" ) if mt5_spec is None : mt5 = None else : import MetaTrader5 as mt5 # pyright: ignore[reportMissingImports] def main (): if mt5 is None : print ( "MetaTrader5 module not available" ) return print ( 'Python executable:' , __import__ ( 'sys' ).executable) ok = mt5
Expert Advisor – Automated Forex Trading System (MT5)
500 - 3000 USD
Scope of Work Develop 15 individual Expert Advisors (MT4 and/or MT5) Each EA will have: Unique trade logic and execution rules Configurable inputs (risk %, lot size, TP/SL, filters, sessions, etc.) Clean, modular, well-commented code Error-free compilation Backtest-ready functionality Core Features (Across EAs) Market & pending order execution Risk-based position sizing Time/session filters Trade limits (per day /
项目信息
预算
30 - 50 USD
截止日期
从 2 到 7 天