Build a "Telegram Signal Copier" for mt4 and mt5 accounts

MQL5 Consultation Forex Python

Specification

Looking for a developer who has the ability to build a 'Telegram Trade Copier'. Please read carefully before applying.

 

The system consists of two components:

1.  Desktop Application: Manages the Telegram integration, channel selection (specific Channel), and MT4/MT5 account configuration.

2.  Expert Advisor (EA): Executes trades on MT4 and MT5 platforms based on EA configuration, signals received from the Desktop App. 

Functional Requirements:

1. Desktop Application

·  User Authentication:

o  Allow users to log in using their Telegram phone number (e.g., +143465634). Then he/she will be see her/her name only and “Copier Connected”.

·  Telegram Channel Management:

o  Enable users to specify 2-3 Telegram channels from which trading signals will be copied. Others channel will be hide from telegram app.

 

2. Expert Advisor (EA)

·  Compatibility:

o  Develop an EA compatible with both MT4 and MT5 platforms.

·  Trade Execution:

o  Automatically execute trades on MT4/MT5 accounts based on signals received from the Desktop Application.

·  Channel Selection:

o  Allow users to select channel from EA (Specific 3 Channels only).There will be dropdown options for those 2-3 channels. 

 

·  Magic Number:

o  User input a magic number for different pairs (e.g., one For Fx 6574 and one For Gold 5784).

·  Suffix and prefix:

o  Allow users to add suffix or prefix. Some Broker has suffix or prefix with symbol pair(e.g., .r)

 

·  Symbol mapping:

o  Some broker has different symbol pairs.

 

·  Lot Calculation:

o  Provide options for lot size calculation. There will be two dropdown options.

§  Fixed lot size (e.g., 0.01).

§  Dynamic lot size based on risk factor.

 

·  Trade Parameters:

o  Use default settings if specific Stop Loss (SL) and Take Profit (TP1, TP2) values are not provided in the signal:

§  Default SL: 50.0 pips

§  Default TP1: 40.0 pips

§  Default TP2: 150.0 pips

 

·  Trade Filters:

o  Include options to exclude specific symbols. Skip any FX pairs

·  Notification:

o  Send MT4/5 notifications for trade execution (Expert Tab). And Close half, close partial, trade edit and close trade. And Also send the update on telegram bot

·  Slippage

·  Breakeven pips

·  Close half and BE after X pips

 

 

·   Extra Features in Backend:

1.  Half close % = 50 % (TP 1 HIT, FX TP1 30 pips and Gold TP1 40 ). Once TP1 is reached, move the SL to the entry point automatically .

2.  Partial close % = 25 % (80 pips reached and 97 pips reached in Gold ). move the SL to the entry point automatically  when reaches (80/97)

More guidelines and requirements will be discussed later (With Image).



Responded

1
Developer 1
Rating
(14)
Projects
14
21%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(1)
Projects
0
0%
Arbitration
1
0% / 0%
Overdue
0
Free
3
Developer 3
Rating
(6)
Projects
7
0%
Arbitration
2
0% / 100%
Overdue
0
Working
4
Developer 4
Rating
(29)
Projects
49
22%
Arbitration
14
29% / 21%
Overdue
13
27%
Free
5
Developer 5
Rating
(390)
Projects
416
30%
Arbitration
73
19% / 70%
Overdue
52
13%
Loaded
6
Developer 6
Rating
(294)
Projects
469
39%
Arbitration
100
41% / 23%
Overdue
77
16%
Loaded
Published: 2 codes
7
Developer 7
Rating
(10)
Projects
13
23%
Arbitration
3
33% / 67%
Overdue
1
8%
Free
8
Developer 8
Rating
(447)
Projects
474
69%
Arbitration
6
67% / 0%
Overdue
2
0%
Working
9
Developer 9
Rating
(460)
Projects
481
75%
Arbitration
5
80% / 0%
Overdue
0
Free
10
Developer 10
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
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
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
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
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 /

Project information

Budget
130 - 200 USD