HedgeMaster: Advanced Dual-Account Trading Bot

MQL5 专家

指定

ob Posting: Seeking Developer for Advanced Dual-Account Trading Bot "HedgeMaster"

Job Description:

I am looking for an experienced developer to build a sophisticated trading bot named "HedgeMaster." This bot will operate on MetaTrader 5 (MT5) and connect with a custom DLL for enhanced functionalities. The bot's primary purpose is to manage two trading accounts simultaneously (one with a broker and one with a prop firm) to implement a hedging strategy that ensures consistent profitability or account passing. Below is a detailed description of the bot's required features and functionalities:

Key Features and Functionalities:

  1. Dual Account Management:

    • The bot should manage two MT5 accounts: one broker account and one prop firm account.
    • Allow configuration of each account type (broker or prop firm) and corresponding details.
  2. Hedging Strategy:

    • Implement a hedging strategy where trades on one account offset trades on the other.
    • Trade the same pair in opposite directions (one long, one short).
    • Option to trade different but correlated pairs if desired.
  3. Risk Management:

    • Provide three risk levels: Low, Medium, and High.
    • Automatically adjust lot sizes based on the selected risk level to maintain the proper ratio between the accounts.
    • Monitor and manage drawdown, closing positions if necessary to prevent excessive losses.
  4. Dynamic Lot Size Calculation:

    • Calculate lot sizes dynamically based on account balances and risk levels.
    • Ensure the correct ratio is maintained to optimize the hedging strategy.
  5. Backtesting and Optimization:

    • Include options for backtesting the strategy using historical data in MT5.
    • Optimize parameters for best performance under various market conditions.
  6. User Interface:

    • Provide an easy-to-use UI within MT5 to configure settings, including account details, risk levels, and trade pairs.
    • Display real-time status updates, account balances, trade details, and risk metrics.
  7. Error Handling and Logging:

    • Implement robust error handling to manage connection issues, trade execution errors, and other potential problems.
    • Maintain comprehensive logs of all actions, errors, and state changes for troubleshooting.
  8. Alerts and Notifications:

    • Set up alerts for significant events, such as trade execution, account balance changes, and risk level breaches.
    • Notifications via email, SMS, or other channels as required.
  9. Integration with DLL:

    • Develop a custom DLL to handle complex operations that MQL5 cannot perform efficiently.
    • Functions in the DLL should include trade execution, lot size calculation, account balance retrieval, and trade status checking.
  10. Security and Compliance:

    • Ensure secure communication between the EA, DLL, and trading accounts.
    • Verify that the trading strategies comply with financial regulations and broker/prop firm requirements.

Required Skills:

  • Proficiency in MQL5 and experience with MT5 Expert Advisor development.
  • Strong C++ skills for creating and integrating the custom DLL.
  • Knowledge of trading strategies, particularly hedging.
  • Experience with financial markets, trading platforms, and automated trading systems.
  • Ability to write clean, well-documented, and efficient code.
  • Familiarity with backtesting and optimization in trading.
  • Excellent problem-solving and debugging skills.

Deliverables:

  • Fully functional MT5 Expert Advisor (EA) implementing the described features.
  • Custom DLL with all necessary functions and proper integration with the EA.
  • Comprehensive documentation for both the EA and DLL, including setup instructions, function descriptions, and usage guidelines.
  • A user guide detailing configuration options, operational procedures, and troubleshooting steps.
  • Source code for both the EA and DLL.

Application Process:

Please provide examples of previous trading bots or EAs you have developed, particularly those involving hedging strategies or dual account management. Include a brief description of your approach to this project and any relevant experience.

If you have any questions or need further details, feel free to reach out. I am looking forward to working with a skilled developer to bring "HedgeMaster" to life!

Contact Information:

[Your Name]
[Your Email Address]
[Your Phone Number]

By including all these details, the coder will have a clear understanding of the project requirements and how to implement the trading bot effectively.


反馈

1
开发者 1
等级
(3)
项目
5
20%
仲裁
3
0% / 100%
逾期
2
40%
空闲
2
开发者 2
等级
(449)
项目
476
69%
仲裁
6
67% / 0%
逾期
2
0%
工作中
3
开发者 3
等级
(295)
项目
472
40%
仲裁
102
40% / 24%
逾期
78
17%
繁忙
发布者: 2 代码
4
开发者 4
等级
项目
1
0%
仲裁
4
0% / 50%
逾期
0
工作中
相似订单
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd
I need modifications and restructuring of an existing MetaTrader 5 Expert Advisor (MQL5) . The current EA works with only one filter for trade entry. I need it redesigned to support 10 optional filters , with flexible configuration and improved Renko logic. I will provide the full .mq5 source code . The EA currently opens trades only when the selected filters agree in direction. 1) 10 Optional Filters System The EA
Seeking an experienced quantitative developer to build a custom, AI-powered Telegram signal parsing and trade execution system. The goal is to automatically copy trading signals from multiple Telegram providers to MetaTrader 5 with ultra-low latency and intelligent signal interpretation. Body: Looking for an experienced developer to build a custom signal copier system. Skills Required: - MQL5 / MetaTrader 5
I need a hft bot that works well on live market. I have tested some bot and they only perform on demo market. If you have any one that is profitable in the live market, pls send a message. I will need to test it before paying. Pls make sure the bot is profitable in LIVE MARKET
Mt4 ea 50 - 150 USD
looking for create ea for mt4 or mt5 which for gold which open buy and sell stop order on previous day high and previous day low , after enter the trade it will trail aggressively. need optimization and back test report. have selectable profiles for gold, forex and index. selection for trade based on fixed lot or equity base
I am looking to purchase a ready-made, proven Multi-Currency Expert Advisor MT5 (EA) from a developer/vendor. I do not have a custom strategy yet — I want to acquire a completed EA product that already trades multiple currency pairs (ideally with configurable risk management and trade management features). This is a purchase (not a custom build). What I Want ✅ EA Must Trade Multiple Instruments (Portfolio) Trades
I want a bot like the one uploaded in the video.Urgently and as soon as possible, I need a professional who can create something like what I uploaded in the video
I need an Expert Advisor based on AOX signals. It must have check and handling of trade operations errors. The main criteria for opening and closing a position: * moving average direction *the price is higher than the previous bar. Trade lots is an input parameter
Dear Developers, I am seeking a professional developer to build an institutional-grade automated trading system that operates exclusively using pending orders, with advanced and fully customizable trade management logic. This is not a basic Expert Advisor. The goal is to create a structured, intelligent, and long-term trading system with clean architecture and professional execution standards. Project Requirements

项目信息

预算
30+ USD