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

Техническое задание

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.


Файлы:

Откликнулись

1
Разработчик 1
Оценка
(18)
Проекты
22
9%
Арбитраж
6
33% / 50%
Просрочено
1
5%
Работает
2
Разработчик 2
Оценка
(1)
Проекты
2
0%
Арбитраж
2
0% / 50%
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(32)
Проекты
35
34%
Арбитраж
5
0% / 80%
Просрочено
0
Работает
Опубликовал: 2 примера
4
Разработчик 4
Оценка
(39)
Проекты
57
18%
Арбитраж
6
33% / 17%
Просрочено
1
2%
Свободен
Опубликовал: 2 примера
5
Разработчик 5
Оценка
(24)
Проекты
30
13%
Арбитраж
12
0% / 67%
Просрочено
8
27%
Работает
6
Разработчик 6
Оценка
(77)
Проекты
243
74%
Арбитраж
7
100% / 0%
Просрочено
1
0%
Свободен
Опубликовал: 1 статью
7
Разработчик 7
Оценка
(7)
Проекты
8
13%
Арбитраж
6
33% / 33%
Просрочено
0
Свободен
8
Разработчик 8
Оценка
(261)
Проекты
276
55%
Арбитраж
0
Просрочено
5
2%
Свободен
9
Разработчик 9
Оценка
(452)
Проекты
565
26%
Арбитраж
24
42% / 38%
Просрочено
85
15%
Свободен
Опубликовал: 6 примеров
10
Разработчик 10
Оценка
(442)
Проекты
570
37%
Арбитраж
106
39% / 33%
Просрочено
17
3%
Свободен
11
Разработчик 11
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
12
Разработчик 12
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
13
Разработчик 13
Оценка
(133)
Проекты
141
38%
Арбитраж
4
25% / 25%
Просрочено
1
1%
Загружен
14
Разработчик 14
Оценка
(171)
Проекты
195
42%
Арбитраж
13
8% / 54%
Просрочено
9
5%
Свободен
Опубликовал: 3 примера
15
Разработчик 15
Оценка
(5)
Проекты
5
40%
Арбитраж
0
Просрочено
0
Свободен
16
Разработчик 16
Оценка
(1)
Проекты
1
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
I’m hiring an experienced MQL5 developer to finish and fix an existing project (NOT building from scratch). I have: An existing MT5 EA (.mq5 + .ex5) that is based on my TradingView logic A TradingView indicator version used for signals/alerts The EA works but has logic/consistency issues and needs improvements + cleanup Goal Make the EA reliable and consistent: Ensure entries/exits match the intended logic Fix
EA FOR GANN MADE EASY AND APOLLO SUPPLY DEMAND ZONES INDICATORS (Both indicators are only available on MT4). (1) Opens trades based on the buy/sell arrows from the Gann made easy indicator ( https://www.mql5.com/en/market/product/73721?source=Site+Search ). Sometimes, it is not possible to achieve the entry price from this indicator as the market would have moved by the time you hear the alert; hence it is very
Dear Developer, I am looking to develop both a MetaTrader 5 Indicator and a MetaTrader 5 Expert Advisor (EA) based on the swing depth logic shown in the Pine Script code attached below. The indicator and EA must be built as separate files but must follow the exact same signal logic so both display and execute identically. Please carefully review the requirements below and confirm your understanding before starting
I have a High-Frequency Trading EA and I need a full conversion and optimization for MT5. The goal is to ensure stable execution and reliable performance on real accounts (IC Markets Raw and similar ECN brokers). I need an experienced and reputable MQL5 developer to: Convert the existing strategy to MT5 with full fidelity to the original trading logic (entries, SL, breakeven, trailing, pending orders). Optimize the
I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe. 1. General Requirements Platform: MetaTrader 5 Type: Fully automated EA (no manual confirmation) Timeframe: M1 only Symbols: XAUUSD, BTCUSD, USDCAD Must support running on multiple charts simultaneously Clean, optimized, and low-latency execution logic 2. Strategy Logic (Scalping Model) The EA should use: Trend +
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper 40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER

Информация о проекте

Бюджет
50+ USD