Developer Needed for Telegram Copier EA for MT4 - From Scratch

指定

Job Description: We are seeking an experienced MQL4 developer to create an Expert Advisor (EA) from scratch that can copy trading signals from a Telegram channel to MetaTrader 4 (MT4). The EA should be capable of executing market and pending orders based on Telegram signals while adhering to a specific set of trading rules and strategies. The developer should work on building a complete solution, including server-side integration, to ensure seamless execution.

Project Overview

The EA must connect to a specified Telegram channel or group, extract trading signals in a specific format, and execute them automatically in MT4. The signals may contain instructions for market orders, pending orders, and updates like stop loss (SL), take profit (TP), and breakeven levels. The EA should have well-organized components to manage the logic for receiving, interpreting, and executing trades.

Requirements

  1. Telegram Signal Parsing and Integration:

    • Connect to the Telegram bot using the bot API token.

    • Extract trading signals from messages posted in a specific format. The signal formats can include:

      Example 1: 💵GOLD SELL @ 2761, 💵SECOND SELL LIMIT @ 2767, SL @ 2773, TP @ 2751, 🛡FOLLOW MONEY MANAGEMENT.

      Example 2: 💵GOLD BUY @ 2750, 💵SECOND BUY LIMIT @ 2744, SL @ 2738, TP @ 2760, 🛡FOLLOW MONEY MANAGEMENT.

    • Ensure the EA is capable of parsing signals with emojis or additional text instructions.

  2. Order Execution Rules:

    • Market Execution: Execute "Buy Now" or "Sell Now" signals at market price.

    • Pending Limit Orders: Place a second trade as a limit order based on instructions, such as "SECOND BUY LIMIT @ xxx".

    • Manage TP and SL: Set individual take profit (TP) and stop loss (SL) levels for both trades.

    • Manage Triggered Orders:

      • If both the first market order and the pending limit order are triggered, move the SL of the first order to breakeven.

      • If the market order moves 30-40 pips in profit, cancel the pending limit order if it has not been triggered.

  3. Update Trades Based on New Information:

    • If there is a signal update (e.g., "BOOK PARTIAL PROFIT" or "BOOK FULL PROFIT"), execute the required modification in the existing trade by closing a portion or all of it.

    • Move SL to breakeven as instructed.

  4. Money Management Features:

    • Provide an option to use fixed lot sizes or calculate lot sizes based on percentage risk.

    • Implement risk management settings to follow recommended money management strategies.

    • Avoid high-risk practices or deviating from safe trading guidelines.

  5. Communication and Server Setup:

    • Develop a reliable solution to connect MetaTrader 4 to Telegram. This could involve using a server-side script to forward signals to MT4.

    • The EA should use WebRequest() for communication or implement an efficient polling mechanism if needed.

    • Use a local or remote server to facilitate seamless and secure data flow.

  6. Error Handling and Logging:

    • Implement logging for received messages, trade execution, errors, etc., to facilitate troubleshooting.

    • Ensure robust error handling for WebRequests, order placement, or unexpected input.

  7. Testing and Debugging:

    • Developer must thoroughly test the EA with different signal formats to ensure proper operation.

    • Debug any issues related to message parsing, trading logic, or connectivity.

Additional Requirements

  • Code Quality: The code must be well-structured, commented, and easy to maintain or update.

  • Compatibility: The EA must be compatible with MetaTrader 4 (MT4).

  • Documentation: Provide clear documentation on how to set up and configure the EA, including how to link it to the Telegram bot and customize trading settings.

Skills Required

  • Strong expertise in MQL4 and MT4 EA development.

  • Experience in integrating external APIs with MQL4, particularly Telegram.

  • Ability to write clean, maintainable, and efficient code.

  • Understanding of trading and financial markets.

Deliverables

  • Fully functional EA capable of executing signals from Telegram.

  • Source code with comments explaining the functionality.

  • Setup guide and documentation.

  • Support for initial testing and debugging.


応答済み

1
開発者 1
評価
(104)
プロジェクト
169
24%
仲裁
23
9% / 78%
期限切れ
16
9%
仕事中
2
開発者 2
評価
(31)
プロジェクト
44
61%
仲裁
0
期限切れ
0
3
開発者 3
評価
(2)
プロジェクト
2
0%
仲裁
1
0% / 100%
期限切れ
0
4
開発者 4
評価
(297)
プロジェクト
476
40%
仲裁
105
40% / 24%
期限切れ
81
17%
取り込み中
パブリッシュした人: 2 codes
5
開発者 5
評価
(31)
プロジェクト
35
46%
仲裁
0
期限切れ
0
パブリッシュした人: 3 codes
類似した注文
I am currently manual testing an additional indicator but, I have a few(3) paid(licensed) indicators that I use to trade with. I use one as a primary signal and the other 2 as confluence for entries. I want to backtest them together in order to have an auto/semi-auto data backed system. Would you be able to assist with this? Im am planning on fully engaging this project in 1-2 weeks from now. My indicators are on
OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS) Project Name: "Quantum-Shield 2.0" Institutional EA Platform: MetaTrader 5 (MT5) Execution Logic: Fully Automated Instrument: GER40 (DAX) Timeframe: 10 Minutes 1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained. 2. SIGNAL
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
Okay so basically this is a repair job of a strategy I hired a guy to do that doesn't quite workas I intended it to but is very close. So should be fairly simple to fix . I have enclosed a video file. Its important to understand that the take profit and stop loss were added by the guy who coded it but arent central to the strategy. The main thing is that the system must reference the prior bar and sell when the ow is
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
Requirements 1.Robot for Entry and Exit rules as per my indicators. 2.Back testing which can work on all time frames. 3.A system which i can modify later on as well according to my studies
I have been working on an EA that is based on Ichimoku cloud and SMC internal blocks for stop loss. ENTRY BUGS: 1. I have entries issues with the chenkou and price action. It is entering trades when chenkou is poking through the kumo. This shouldn't happen. There should be a candle close with chenkou above kumo or below. 2. Another entry issue with other criteria for tenkan and price action also these entries are
Looking for experience profitable manual traders that will be willing to trade my live mt5 account for profit share. Requirements Must have at least 6 months of profitable months. Min 10 percent monthly Send me investor credentials for mt5 or mt4 account. Can be trading Any instruments. Must reply with mt5 credentials or will disregard

プロジェクト情報

予算
30+ USD