Custom MT5 Indicator High winrate

MQL5 Indicators Experts

Specification

I am looking for an experienced MQL5 developer to create a custom indicator (not an EA, no auto-trading) for MetaTrader 5 with the following exact requirements:

1. Analysis & Signal Generation

  • Use Moving Average crossover (configurable fast/slow MA, e.g., EMA 9/21 or 50/200) as the main signal trigger.
  • Add RSI filter (period 14, configurable levels, e.g., Buy when RSI > 50 or < 30 for oversold confirmation, Sell opposite).
  • Generate signal only when both MA crossover and RSI condition are aligned.
  • Optional multi-timeframe confirmation (e.g., M15 signal must match H1 trend).
  • Works on any symbol, optimized for XAUUSD.

2. On-Chart Visualization

  • Draw Buy/Sell arrows when a signal triggers.
  • Draw horizontal lines for SL and TP1/TP2/TP3:
    • SL in pips (input SL_pips, e.g. default 50 pips).
    • TP1/TP2/TP3 in pips (inputs TP1_pips, TP2_pips, TP3_pips, e.g. 100/200/350) or optional ATR(14) multiplier converted to pips.
  • Show labels on lines: price level, pips distance, RR ratio, suggested partial close (e.g. close 40% at TP1, 30% at TP2).

3. Telegram Integration

  • Send real-time alert when a new signal appears (only once per signal).
  • Support emojis, new lines (\n), and parse_mode=MarkdownV2 (or HTML) for formatting (bold/italic if needed).
  • Use separate emojis for Buy/Sell: 🟢 for Buy, 🔴 for Sell.
  • Exact message format (with historical signal winrate right after the signal title):
text

**🚨 BUY SIGNAL XAUUSD M15 Winrate 80%**

🟢 Entry: 2850.50 SL: 2845.50 (-50 pips | Risk 1%)

TP1: 2860.50 (+100 pips | RR 1:2)

TP2: 2870.50 (+200 pips | RR 1:4)

TP3: 2885.00 (+350 pips | RR 1:7)

Time: 2026-03-02 03:00

  • If not enough historical matches (e.g. less than 10), show “Winrate: Calculating...” or “Winrate: N/A”.
  • Optional advanced feature (preferred if developer has experience): Send chart snapshot as photo via sendPhoto API (using ChartScreenShot function), with the above format as caption.
  • Inputs: Bot Token, Chat ID, enable/disable winrate in message, parse_mode selection (MarkdownV2/HTML/None).

4. Historical Signal Winrate Calculation

  • When a new signal is generated, save its timestamp, type (Buy/Sell), suggested entry price, and symbol (using simple CSV file or internal storage).
  • Scan closed trades from history (using HistorySelect and HistoryDealGetTicket) and match to previous signals:
    • Match if open time is close to signal time (± a few minutes), same symbol, same direction.
  • Win/Loss rule:
    • WIN if the matched closed trade has profit > 0 (i.e. hit at least TP1 or any profit, including partial closes or trailing).
    • LOSS if profit ≤ 0 (hit SL or loss).
  • Winrate = (number of WIN matches / total matches) × 100%.
  • This winrate is displayed in the Telegram message and on the chart dashboard.

5. On-Chart Dashboard

  • Display a movable panel showing:
    • Daily/Weekly/Monthly summary: total pips profit/loss, number of trades, winrate %, profit factor.
    • Signal winrate: “Signal Winrate: XX% (based on Y historical matches – win if TP1+ hit)”.
  • Update in real-time when new trades close or on timer.
  • Inputs: enable/disable dashboard, position on chart, symbol filter (XAUUSD only or all).

6. Profitability Requirement

  • Logic must be conservative and non-repainting.
  • Developer must optimize in MT5 Strategy Tester (genetic algorithm preferred) using 3–5 years of high-quality tick data.
  • Target metrics: Profit Factor > 1.5, Max Drawdown < 20–25%, Win Rate > 55%, steadily rising equity curve.
  • Provide full backtest report (.htm or screenshots) and optimized parameter set.

General Requirements

  • Full source code (.mq5) – no compiled files only.
  • All key settings available as inputs (SL/TP pips, MA/RSI periods, Telegram, dashboard, min matches for winrate, etc.).
  • Add MT5 popup/sound alerts as fallback.
  • Compatible with latest MT5 builds.

Budget & Milestones

  • Milestones:
    1. Core signal logic + SL/TP in pips + chart display (demo version).
    2. Telegram integration with formatted message (including winrate, emojis, bold, optional photo).
    3. Dashboard with summaries + historical signal winrate calculation + optimization + final polish.

Please share your portfolio with similar indicators (especially those that calculate winrate from historical trade matches, include it in Telegram alerts, and support formatted messages with emojis/bold).


Responded

1
Developer 1
Rating
(103)
Projects
165
24%
Arbitration
23
9% / 78%
Overdue
16
10%
Working
2
Developer 2
Rating
(51)
Projects
69
35%
Arbitration
4
25% / 75%
Overdue
0
Free
3
Developer 3
Rating
(137)
Projects
145
39%
Arbitration
3
33% / 33%
Overdue
1
1%
Loaded
4
Developer 4
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Working
6
Developer 6
Rating
(1)
Projects
3
0%
Arbitration
0
Overdue
2
67%
Working
7
Developer 7
Rating
(32)
Projects
35
34%
Arbitration
5
0% / 80%
Overdue
0
Working
Published: 2 codes
8
Developer 8
Rating
(180)
Projects
233
20%
Arbitration
21
43% / 19%
Overdue
0
Loaded
9
Developer 9
Rating
(17)
Projects
23
39%
Arbitration
6
33% / 50%
Overdue
0
Free
10
Developer 10
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I am looking for a developer to build a robust MetaTrader 5 Expert Advisor for Gold (XAUUSD) scalping on the M5 timeframe. The EA must be optimized for small accounts ($200 - $1,000). Technical Requirements: Primary Strategy: Mean Reversion using Bollinger Bands (20, 2.0) and RSI (14). Buy: Price closes below lower band + RSI < 30 + Trend Filter. Sell: Price closes above upper band + RSI > 70 + Trend Filter. Trend
Olá amigos possuo um indicador que não tem o código fonte mas tenho a licença para usar esse indicador que está me trazendo bons resultados no meu operacional desejo automatizar as suas entradas através de um robô funciona mais ou menos da seguinte forma o indicador gera um sinal de compra ou venda e também gera um nível de take profit stop loss.O robô deve fazer a leitura dos sinais e definir TP e SL nos mesmos
An additional indicator signal will be added to the existing EA. The existing mechanical system will NEVER be changed. I will send you the necessary documents and codes. I will send you the necessary documents and codes. thank you
Need MT5 Expert Advisor base on my strategy XAUUSD Fast scalping, Grid , Martingale, TP, SL trailing buy sell both also add magic number fully atumated advance strategy Pro version 24 hours running trades close in profit directly open new trade
Freeallfree 400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
Hi Developers, I am looking for a EA based on EURUSD where EA is taking multiple trades in a day with small profits in each trade. Looking for some EA based on HFT trading, scalping
My EA has serious problems and needs full improvement and optimization. Problems: No Stop Loss and Take Profit No risk management system High drawdown and losses Opens multiple trades at same entry (overtrading) No maximum trades per day limit No maximum open trades per symbol No trailing stop Poor entry logic and weak signals Trades open very late (after many days) No equity protection system No daily loss limit No
i need a trading bot that can make 100% profit in 1 day. with capital less than $200 i know this is risky but am willing to take the risk. ea has to be backtestable and also i will test for just 5 random days to make sure it works. and make a purchase if am satisfied with the 5days results. send back test results for me to consider and reply
EA MUSYOKA 35+ USD
//+------------------------------------------------------------------+ //| TrendPullbackEA.mq5 | //| Copyright 2024, EA DENIS MUSYOKA Trading Robot | //+------------------------------------------------------------------+ #property strict #property copyright "Copyright 2024" #property version "1.00" // 1. Include the Trade Library (Fixes OrderSend errors) #include

Project information

Budget
30+ USD

Customer

(35)
Placed orders38
Arbitrage count0