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
工作中
相似订单
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
Black dragon MT5 indicator. EA to take the buy and sell signal with selectable timeframe and lot size. Strategies could be either with or without martingale and with or without hedge. If you already have something similar EA ready to take this signal. Please take the work order for further discussion. Budget negotiable. Thanks. https://www.mql5.com/en/market/product/62749#!tab=overview 
Hello, I am looking for a Filipino MQL5 (MT5) programmer who can develop a simple automated trading EA for my personal live trading account (not for prop firm use). Strategy Details: Pair: XAUUSD (Gold) only Timeframe: 1 Hour (H1) Daily range-based pending order system Fixed Stop Loss: 20.00 price movement Step trailing system (moves every +20.00 profit) Maximum 1 trade per day No martingale No grid Features
Vell 35+ USD
Advanced trading robot built on ICT concepts and structured Price Action methodology. Designed to identify liquidity zones, market structure shifts, and high-probability entries while maintaining disciplined risk management and optimized trade execution for consistent, rule-based performance
I NEED A PROFITABLE EA 50 - 150 USD
This may be a weird request but if anyone has an EA that is actually consistently profitable I want to buy a copy of the source code from you. Ideally trades a lot, I'm sure theres a coder out there who has made a profitable EA, I want to backtest if you have, I have been trying to code a few on my own with no success as I'm not yet good at coding. In the mean time I need something profitable. bonus points if it
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

项目信息

预算
30+ USD