Tâche terminée
Temps d'exécution 24 jours
Commentaires du client
Your commitment to work is honestly commendable. Result focused, solution driven, prompt response, you outperformed expectations. I'm so grateful, Thank you Thonin
Spécifications
Development of Broker-Agnostic MT5 Expert Advisor with Custom Pip-Step Entry Logic
*Description:*
I am seeking an experienced *MQL5 developer* to build a *MetaTrader 5 Expert Advisor (EA) / Automated Trading System (ATS)** with the following specifications. This is a precise, high-performance system, and *all rules must be implemented exactly as described*.
*Project Requirements*
*1. Broker Independence*
* The EA must be broker-agnostic. I want to switch brokers anytime and run the same ATS without code changes.
* Handle symbol naming differences (e.g., EURUSD, EURUSD.a) and pip/point normalization.
* Automatically detect broker-specific limits: min/max lot, lot step, margin, leverage, hedging vs netting.
*2. Duplicate Entry Logic*
* Every time price moves by a configurable *PIP_STEP* (default 20 pips) from the last executed trade price, a new trade must open in the same direction.
* This must happen even if the market retraces to a previously traded price.
* Maintain the *same lot size, stop loss, and take profit* for all positions.
* Direction (buy/sell) follows the initial manual entry; opposite manual trades start a new session (configurable).
*3. Trade Execution*
* Use market orders (or Immediate-Or-Cancel if required by broker).
* Record both requested and executed price for each order.
* Retry failed trades automatically up to *MAX_RETRIES*, then alert.
*4. Risk Management*
* Configurable *MAX_OPEN_POSITIONS*.
* Default TP = 100 pips, SL = 20 pips (configurable).
*5. Monitoring and Alerts*
* Provide health metrics: uptime, orders/sec, average latency, last retry count, last executed price.
* Alerts via push/desktop/Telegram/email for order failures, disconnects, parameter changes, manual stop/resume events.
*6. Stability*
* EA must run continuously during high-volatility or news events.
* Instantly handle multi-step price jumps and ensure all trades per pip step are opened.
*7. Manual Parameter Adjustment*
* Ability to adjust TP, SL, lot size, PIP_STEP, and max positions while running.
* Changes should apply to new trades only unless specified otherwise.
*8. Persistence*
* Store last executed trade price and session direction so EA can recover after restart.
*9. Platform*
* EA will run on MT5 terminal on VPS or PC.
* I will monitor/control it from mobile (MT5 app).
*Deliverables*
1. Fully functional *.ex5* file ready for MT5.
2. Source code
.mq5 file.
3. Documentation of installation, configuration, and usage.
4. Optional: demo testing instructions for validating the pip-step logic.
*Additional Notes:*
* Only experienced MQL5 developers with a proven track record should apply.
* The system must be *deterministic, reliable, and high-performance*.
* Please provide examples of previous EAs or ATS projects you’ve developed.
*Budget:* Negotiable
*Timeline:* Flexible, but can not be more than 30days.
Répondu
1
Évaluation
Projets
22
9%
Arbitrage
6
33%
/
50%
En retard
1
5%
Chargé
2
Évaluation
Projets
35
23%
Arbitrage
4
0%
/
50%
En retard
2
6%
Travail
3
Évaluation
Projets
20
10%
Arbitrage
8
38%
/
38%
En retard
3
15%
Travail
4
Évaluation
Projets
262
30%
Arbitrage
0
En retard
3
1%
Gratuit
Publié : 2 codes
5
Évaluation
Projets
47
28%
Arbitrage
14
21%
/
64%
En retard
1
2%
Occupé
6
Évaluation
Projets
977
74%
Arbitrage
27
19%
/
67%
En retard
101
10%
Gratuit
Publié : 1 article, 6 codes
7
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
8
Évaluation
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
9
Évaluation
Projets
19
42%
Arbitrage
6
0%
/
50%
En retard
3
16%
Travail
10
Évaluation
Projets
19
11%
Arbitrage
1
0%
/
100%
En retard
5
26%
Gratuit
11
Évaluation
Projets
243
74%
Arbitrage
7
100%
/
0%
En retard
1
0%
Gratuit
Publié : 1 article
12
Évaluation
Projets
475
40%
Arbitrage
105
40%
/
24%
En retard
80
17%
Occupé
Publié : 2 codes
13
Évaluation
Projets
945
47%
Arbitrage
309
58%
/
27%
En retard
125
13%
Gratuit
14
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
15
Évaluation
Projets
144
46%
Arbitrage
19
42%
/
16%
En retard
32
22%
Gratuit
Commandes similaires
1. Project Overview Asset: XAUUSD (Gold) Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). 2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
Highly profitable robot needed
30+ USD
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
Informations sur le projet
Budget
100+ USD
Délais
de 10 à 30 jour(s)