Custom Indicator Job: Historical & MTF "Technical Ratings" just like the one from trading wiew

Spezifikation

Hello MQL5 Developers,

I would like to hire a developer to create a high-quality custom indicator for MT5. The goal is to perfectly replicate the logic of the TradingView "Technical Ratings" summary, but with the crucial feature of displaying its historical values as lines on the chart.

I will attach an image to this post that shows the exact logic and structure I need.

Core Logic (as shown in the attached image):

The calculation is a straightforward average of signals from two main groups: Oscillators and Moving Averages.

  1. Each of the ~26 underlying indicators provides a rating: +1 for "Buy", 0 for "Neutral", or -1 for "Sell".
  2. The final "Summary" score is the simple mathematical average of all these individual ratings.
  3. Example from the image: The summary shows 10 Buy, 8 Neutral, and 8 Sell signals. The calculation is:
    (10 * +1) + (8 * 0) + (8 * -1) = +2 .
    This total is then divided by the number of indicators (26): +2 / 26 ≈ +0.077 .
  4. This final score of +0.077 falls within the Neutral range (-0.1 to +0.1), which is exactly what the summary gauge shows. This is the precise logic that needs to be implemented.

Key Features Required:

  • Historical & Non-Repainting: The indicator must calculate and display the rating for every past candle, not just the current one. on the chart with different color lines. It must be 100% non-repainting.
  • Multi-Timeframe (MTF) Lines: It must show multiple, separate lines in an indicator sub-window. The user must be able to define the timeframes in the settings (e.g., M1, M5, M15, H1, H4, D1).
  • Color-Coded Lines: Each line must change color based on the final score to provide an instant visual analysis. The ranges are:
    • Strong Buy: +0.5 to +1.0 (e.g., Green color)
    • Buy: +0.1 to +0.5
    • Neutral: -0.1 to +0.1 (e.g., Blue or Grey color)
    • Sell: -0.5 to -0.1
    • Strong Sell: -1.0 to -0.5 (e.g., Red color)
  • EA Compatibility: The indicator's values for each timeframe line must be easily accessible from an EA via iCustom() buffers, as it will be used to drive a grid trading bot.

Please review the requirements and the attached image. I am looking for a developer to build this as a robust and reliable tool for automated trading.

Let me know your price quote and estimated delivery time.

Thank you.


i do not care which language is used as long as work could be translated later.


Dateien:

Bewerbungen

1
Entwickler 1
Bewertung
(19)
Projekte
23
9%
Schlichtung
6
33% / 50%
Frist nicht eingehalten
1
4%
Beschäftigt
2
Entwickler 2
Bewertung
(1)
Projekte
2
0%
Schlichtung
2
0% / 50%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(32)
Projekte
35
34%
Schlichtung
5
0% / 80%
Frist nicht eingehalten
0
Arbeitet
Veröffentlicht: 2 Beispiele
4
Entwickler 4
Bewertung
(39)
Projekte
57
18%
Schlichtung
6
33% / 17%
Frist nicht eingehalten
1
2%
Frei
Veröffentlicht: 2 Beispiele
5
Entwickler 5
Bewertung
(24)
Projekte
30
13%
Schlichtung
12
0% / 75%
Frist nicht eingehalten
8
27%
Frei
6
Entwickler 6
Bewertung
(77)
Projekte
243
74%
Schlichtung
7
100% / 0%
Frist nicht eingehalten
1
0%
Frei
Veröffentlicht: 1 Artikel
7
Entwickler 7
Bewertung
(7)
Projekte
8
13%
Schlichtung
6
33% / 33%
Frist nicht eingehalten
0
Frei
8
Entwickler 8
Bewertung
(265)
Projekte
280
55%
Schlichtung
0
Frist nicht eingehalten
5
2%
Frei
9
Entwickler 9
Bewertung
(452)
Projekte
565
26%
Schlichtung
24
42% / 38%
Frist nicht eingehalten
85
15%
Arbeitet
Veröffentlicht: 6 Beispiele
10
Entwickler 10
Bewertung
(442)
Projekte
570
37%
Schlichtung
106
39% / 33%
Frist nicht eingehalten
17
3%
Frei
11
Entwickler 11
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
13
Entwickler 13
Bewertung
(143)
Projekte
152
41%
Schlichtung
3
33% / 33%
Frist nicht eingehalten
1
1%
Arbeitet
14
Entwickler 14
Bewertung
(171)
Projekte
195
42%
Schlichtung
13
8% / 54%
Frist nicht eingehalten
9
5%
Frei
Veröffentlicht: 3 Beispiele
15
Entwickler 15
Bewertung
(5)
Projekte
5
40%
Schlichtung
0
Frist nicht eingehalten
0
Frei
16
Entwickler 16
Bewertung
(1)
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
I am looking for an experienced MQL5 developer to continue optimization work on an existing Expert Advisor (MQ5 source file available, 2.5MB). Important: This is NOT a project to build a new EA. The task is strictly to refine and improve the current system while keeping the core strategy intact. The EA is already functional and stable. A full code audit and baseline backtesting have already been done, and key
Hello, and please read everything !!! I am looking for a developer who can recreate a strategy similar to an EA I already have. The EA works well on demo, especially during specific volatility windows (for example DE40 between 09:00 and 10:00 Frankfurt time), but on real accounts it produces constant losses even with IC Markets Raw and VPS close to the broker. 🎯 Objective The goal is to recreate and adapt this
Darwish 50 - 100 USD
I want a bot that runs on any timeframe, but for now, I’ll set it on 1 minute. It should watch for buy and sell signals. Each time it opens a trade, as soon as it makes a small profit like 1, 2, or 3 dollars it closes, then checks for the next signal. If it sees a buy, it buys; if it sees a sell, it sells—just repeating the cycle, over and over, until I stop it
📢 Project Title:MT5 Expert Advisor (EA) – Advanced Renko Strategy (Full Automation) 📄 Project Description:I want to develop a fully automated MT5 Expert Advisor (EA) based on my existing TradingView Renko strategy.I already have a working Pine Script that generates Buy/Sell alerts with ATR and other logic. Now I need the same strategy to be fully converted into MT5 EA with built-in Renko logic (no external
Need trading robot 30 - 100 USD
I need a trading robot specifically for gold (XAUUSD) that follows a high-probability scalping and intraday strategy based on 15-minute candle confirmations. The bot should identify key support and resistance zones, detect breakouts, fake breakouts, and pullbacks before entering trades. It must include entry conditions based on candle patterns such as engulfing and rejection wicks, and optionally fair value gaps
I need a very accurate MT5 boom and crash indicator which shows when to buy and when to sell with no repaint. The indicator should show with an arrow where to buy for boom just before the spike and sell for crash just before the spike
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
I need an Expert Advisor (EA) for XAUUSD using a Grid + Martingale + Hedging strategy. Main features: • Open Buy & Sell at start (hedging) • Grid system with adjustable step (price-based levels) • Lot multiplier (martingale-style) • Fixed TP per trade + basket TP (close all in profit) • Continuous re-entry after TP • Risk management (max trades, max lot, equity stop) Additional requirements: • EA must include access
1. Trade Execution Timing The EA must execute trades exactly at 7:00 PM IST (Indian Standard Time) every trading day. Time conversion must be handled internally if the broker server time differs from IST. Execution should trigger only once per day (no duplicate trades). 2. Trade Type At 7:00 PM IST, the EA must: Open 1 Buy/Sell (Long/Short) position (configurable) 3. Order Execution Method Orders must be placed
I need for an EA for XAUUSD using a grid + Martingle + hedging strategy developer Main features: • Open Buy & Sell at start (hedging) • Grid system with adjustable step (price-based levels) • Lot multiplier (martingale-style) • Fixed TP per trade + basket TP (close all in profit) • Continuous re-entry after TP • Risk management (max trades, max lot, equity stop) EA should be stable, error-free, and work with

Projektdetails

Budget
50+ USD