I looking for a developer who can develop a telegram signal copier for mt4 and mt5 accounts

指定

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 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., +1946354). 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., For Fx 6574 and 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)

 

 

·  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).


応答済み

1
開発者 1
評価
(43)
プロジェクト
66
12%
仲裁
12
58% / 42%
期限切れ
1
2%
2
開発者 2
評価
(5)
プロジェクト
5
0%
仲裁
5
0% / 40%
期限切れ
0
3
開発者 3
評価
(5)
プロジェクト
7
0%
仲裁
8
13% / 75%
期限切れ
3
43%
4
開発者 4
評価
(511)
プロジェクト
549
53%
仲裁
13
69% / 15%
期限切れ
3
1%
5
開発者 5
評価
(11)
プロジェクト
16
31%
仲裁
5
40% / 40%
期限切れ
4
25%
6
開発者 6
評価
(442)
プロジェクト
570
37%
仲裁
106
39% / 33%
期限切れ
17
3%
7
開発者 7
評価
(52)
プロジェクト
58
59%
仲裁
4
0% / 25%
期限切れ
1
2%
8
開発者 8
評価
(29)
プロジェクト
49
22%
仲裁
14
29% / 21%
期限切れ
13
27%
類似した注文
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot. 30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK 30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or

プロジェクト情報

予算
150 - 200 USD
締め切り
最低 7 最高 10 日