Here is a brief requirement document for developing an MT5 Expert Advisor (EA) based on the provided UT Bot Alerts Pine Script : 📌 EA Requirement: UT Bot Alerts Strategy (MT5) 🔍 Strategy Overview This Expert Advisor will replicate the logic of the UT Bot Alerts TradingView indicator using ATR-based trailing stop logic and Heikin Ashi (optional) input for trade signals. It generates buy/sell signals based on price
This project is a self-optimizing, fully backtested algorithmic trading bot for XAUUSD (Gold) on the MetaTrader 5 platform. The bot utilizes a combination of technical and quantitative models to generate consistent monthly profits across different market sessions (Asian, London, US). Key features include: Market regime detection using Hidden Markov Models Multi-timeframe analysis for gold-specific patterns
I have my ea I lost ultimate set file I have old and I must adjust this for more stability and profitable I have ea and old set file profitable but no more stable
-Must check leverage XXXXXXX (0 means any leverage requirement) of the current instrument, (where i open chart) , or a instrument XXXXXX I specified for example if i put 0.05 which mean the leverage is 5% based on the instrument specification , it will check if it stay 0.05 or change. Example :If leverage requirements on the specification page change above 0.05 , the position will not open. -Check spread XXXXX(0 mean
Need a script or any program method to scan the Expert Advisor's log periodically and send email/sms alerts after a configured number of consecutive failures occurred. The error types and scan frequency should be configurable
I’ve developed a session-based Expert Advisor,Now, I’m looking for a professional MQL5 developer to refine, optimize, and potentially 1. **Code audit** for reliability, trade safety. 2. Optimize SL/TP placement to prevent errors with stop level restrictions. 3. Improve logic separation, speed, and memory handling. Fully working `.mq5` file (open source, no DLLs),Clean, commented code with good practices MQL5 Expert
I've developed a Ninjatrader strategy, and it works very well. However, it deactivates every time I exit. The strategy works semi-automatically, so I execute the trade in the chart trader. I would like to program a simple entry logic to backtest the strategy, but then it shouldn't deactivate after every trade. The strategy takes over trade management and opens a hedge position in another instrument. Do you think you