TEXTTT ME FOR MORE INFO. I need a fully automated Expert Advisor (EA) for MetaTrader 5 based on my sniper trading strategy. The EA must be precise, professional, and disciplined — capable of operating completely on its own in a real account, respecting strict risk parameters and entry rules.
The EA must detect strong Support/Resistance zones on the H4 timeframe, refined/validated on H1. It must enter trades only with clear confirmation: either a valid rejection candle on M5 or M15 (bullish/bearish engulfing or pin bar) or a clean breakout of London session Highs or Lows with body close and no rejection.
For example, a BUY setup would be when price touches a strong support zone and shows a bullish engulfing or pin bar on M15. A SELL setup would be when price breaks the London High and confirms with a bearish candle with no rejection. If the confirmation candle is too large, the EA should wait for a retracement before entering. It must also avoid trades during major news events such as NFP or FOMC.
Risk must be tightly controlled. The EA should risk exactly 1% of the account balance per day. If only one trade is taken, it should use the full 1%. If multiple trades are taken, the 1% should be divided equally between them. Lot size must be calculated dynamically based on the real SL, not using fixed lots.
SL should normally be set at the previous wick, but if the wick is too big, the EA must use smart logic to reduce excessive risk. TP must follow a Risk-to-Reward ratio between 1:2 and 1:4. The EA must include a trailing stop that moves SL to break-even at 1:2 RR and allows the trade to run to 1:3 or 1:4 if possible.
The EA must operate Monday to Friday only. It must automatically close all trades every Friday at 4:30 p.m. broker/server time. No trades should remain open over the weekend. Preferably it should trade during the New York session, but it can trade at other times if the logic is met.
The EA should understand and react to rejection behavior, even if the zone has only a single clear rejection. It should also handle breakouts using volume and RR logic. If price breaks and closes above the London High with no rejection, a continuation BUY can be valid. Similarly, if it breaks below the London Low and confirms, it can take a SELL.
Visually, the EA should mark support zones in blue and resistance zones in red. It should display on the chart: Entry, SL, TP, live RR, daily PnL, active zones, and trade status. A control panel should be included with options to modify Risk %, RR target, trailing toggle, and news filter on/off.
The EA must send push notifications or email alerts when a trade is taken.
It must be developed for MetaTrader 5 using MQL5, with clean, well-commented source code (.mq5), no DLLs, and error-free compilation.
The primary symbol is XAUUSD, though the logic may also be compatible with ND100m (NAS100) or others.
Maximum daily risk must be capped at 1%, and total drawdown must not exceed 8%. If those limits are reached, the EA should automatically stop trading for the rest of the day.
I want this EA to reflect a sniper-style, high-precision strategy that focuses on consistency and smart trade selection. The goal is to achieve consistent monthly growth (ideally +15–20%) with strict discipline. Only apply if you are confident you can deliver a professional, fully working EA.
비슷한 주문
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also