MT5 Copytrader EA- An experienced resource is required to develop two EAs one for Master and other for Slave Traders

Tarea técnica

Developing multi platform based copytrading solution 

Need a develper who can enahance funtionality of our existing MVP EAs for master and slave traders

EAs are connected with REST API and Socket Server 
Master EA can broadcast trading signals from MT5 terminal as he performs actual trades on the platform. those trade could be using any bot or alogorithem or manula that is not in scope but realtime broadcast to server is the requirement

Slave EA: will be connected to Socket server and will  be able to subscribe for a symbol+Master Trader signals , can mustomize the strategy, then copytrading is done in the MT5/MT4 terminal



Both EA are are using JWT token to authenticate, this is already done but need to strenthen the security and subscription features like valid dates of subscription and links to visit the main portal to buy more months or signals

Han respondido

1
Desarrollador 1
Evaluación
(384)
Proyectos
531
40%
Arbitraje
30
57% / 3%
Caducado
56
11%
Libre
Ha publicado: 11 ejemplos
2
Desarrollador 2
Evaluación
(233)
Proyectos
292
27%
Arbitraje
14
50% / 36%
Caducado
9
3%
Trabajando
3
Desarrollador 3
Evaluación
(13)
Proyectos
17
18%
Arbitraje
3
67% / 0%
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(2)
Proyectos
3
33%
Arbitraje
0
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(48)
Proyectos
60
22%
Arbitraje
8
38% / 38%
Caducado
5
8%
Libre
6
Desarrollador 6
Evaluación
(5)
Proyectos
5
0%
Arbitraje
3
0% / 0%
Caducado
0
Libre
7
Desarrollador 7
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
8
Desarrollador 8
Evaluación
(1)
Proyectos
0
0%
Arbitraje
2
0% / 0%
Caducado
0
Trabaja
9
Desarrollador 9
Evaluación
(11)
Proyectos
13
23%
Arbitraje
3
0% / 100%
Caducado
3
23%
Libre
10
Desarrollador 10
Evaluación
(8)
Proyectos
12
0%
Arbitraje
22
0% / 77%
Caducado
4
33%
Libre
11
Desarrollador 11
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Trabaja
12
Desarrollador 12
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
13
Desarrollador 13
Evaluación
(12)
Proyectos
17
35%
Arbitraje
0
Caducado
1
6%
Libre
14
Desarrollador 14
Evaluación
(9)
Proyectos
18
39%
Arbitraje
1
0% / 100%
Caducado
3
17%
Trabaja
15
Desarrollador 15
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
16
Desarrollador 16
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
17
Desarrollador 17
Evaluación
(506)
Proyectos
542
53%
Arbitraje
13
69% / 15%
Caducado
3
1%
Libre
Solicitudes similares
Ethereum Trading EA 30 - 35 USD
I am looking for an Expert Advisor (EA) that performs well on Ethereum. Ideally, it should be an HFT-style EA; a swing trading EA is also acceptable. I require the full MQL5 source code — the EA must be written entirely in MQL5 (no external languages such as Python). Performance target: Minimum 70% win rate with a 1:1 risk:reward. Input variables required: Stop Levels: Stop Loss (SL) and Take Profit (TP) Trailing
Here's a detailed description of an Expert Advisor (EA) based on a candlestick-dependent strategy: Strategy Overview The EA will implement a trading strategy based on candlestick patterns, opening trades when a bullish candle is detected and avoiding trades when a bearish candle is detected. Key Features 1. *Candlestick Pattern Identification*: The EA will identify bullish and bearish candles based on their open and
there is spesific indicator in trading view , i wanna to have this indivator in my mql5 so all we need to do is to converting this code to mql5 indicator thats it code script is available and indicator name is liquidity ditection from Tflb //@version=5 indicator("Liquidity Finder Alerts (Wrapper)", overlay=true) // ایمپورت کتابخونه اصلی TFlab import TFlab/LiquidityFinderLibrary/1 as Liq // ورودی‌ها (مثل اندیکاتور
How can we create an EA including a LLM like deepseek or chatgpt API? My main idea is the LLM makes the market analysis, a threshold on its confidence defines the risk per % it will use and also a dynamic valuation of the prediction/analysis should close trades earlier or later than the TP. Did you already build EAs based on LLMs
I need an EA based on breakouts strategy. I want a situation whereby if there is a rejection or consolidation in the chart, then the EA would wait till there's a breakout, then if the nearest rejected area got breakout with a "good candle stick" then the EA will then buy or sell depending on whether it's breakout to the upside or downside respectively. The good candle sticks that are considered for a breakout are
I need a robot that combines several custom indicators I designed, used on two higher timeframes for market analysis, with entries on the 1-minute timeframe. It requires intelligent Martingale and Hedge money management. I need someone with sufficient expertise in hedging and Martingale. This strategy is very detailed, but I firmly believe it will definitely be profitable
Hello Developer I need a custom breakout + retest scoring system in TrendSpider . Breakout: valid if candle closes ≥ 0.4 × ATR20 above the line (lookback 8 bars, daily/weekly). Retest: valid within 20 bars if price low is within ±0.2 × ATR20 of the line → must trigger an alert. Scoring: add points for RVOL ≥ 1.3, SMA50 strong close, RSI 54–71, channel breakout, retest & hold, ATR expansion, undervaluation, SMA50
Hello! I'm looking to hire a developer to create a custom trading bot for MetaTrader 5 (MT5) that automates hedged trading across two separate MT5 accounts (e.g., one for a prop firm and one for a broker). The bot should open opposite positions simultaneously on both accounts, with customizable parameters for lot sizes, stop-loss (SL), and take-profit (TP). It needs to support both market orders and pending orders
I need an indicator in Mt5 or trading view The indicator detects Double Top / Double Bottom patterns. Pattern is only valid if it forms during a clear impulsive leg (up for DT, down for DB) and divergence (( RSI)) . If the pattern appears inside a corrective move, it is ignored. But if it appears in the next impulsive leg after correction, it is accepted. (Impulse vs corrective is filtered using ATR/ADX/slope rules
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters

Información sobre el proyecto

Presupuesto
200 - 500 USD
Plazo límite de ejecución
de 5 a 10 día(s)

Cliente

Encargos realizados1
Número de arbitrajes0