Dynamic indicator With Trend + trend indifier like on trading wiew . more indicators sum up. + Volatility Filters (ATR, Bollinger, MACD) and Adaptive Position Sizing

MQL5 Experts

Termos de Referência

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.


And than also on graph line that show volatility .let say green high. blue not. based on sth like this:

  1. ATR vs ATR(20) - 25% weight
  2. BB Width vs BB Width(20) - 25% weight
  3. Standard Deviation - 25% weight
  4. Price Range Ratio - 25% weight

3+ indicators = High volatility (75%+)
2 indicators = Medium volatility (50%)
0-1 indicators = Low volatility (25%-)

    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.BEST IF YOU ALREADY DO STH LIKE THIS


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

    Arquivos anexados:

    Respondido

    1
    Desenvolvedor 1
    Classificação
    (10)
    Projetos
    13
    15%
    Arbitragem
    0
    Expirado
    1
    8%
    Trabalhando
    2
    Desenvolvedor 2
    Classificação
    (2)
    Projetos
    2
    0%
    Arbitragem
    0
    Expirado
    0
    Livre
    3
    Desenvolvedor 3
    Classificação
    (401)
    Projetos
    587
    53%
    Arbitragem
    29
    55% / 24%
    Expirado
    7
    1%
    Trabalhando
    4
    Desenvolvedor 4
    Classificação
    (10)
    Projetos
    10
    10%
    Arbitragem
    2
    0% / 0%
    Expirado
    2
    20%
    Ocupado
    5
    Desenvolvedor 5
    Classificação
    (31)
    Projetos
    41
    15%
    Arbitragem
    2
    0% / 0%
    Expirado
    1
    2%
    Trabalhando
    Publicou: 2 códigos
    6
    Desenvolvedor 6
    Classificação
    (295)
    Projetos
    525
    35%
    Arbitragem
    63
    33% / 35%
    Expirado
    189
    36%
    Carregado
    7
    Desenvolvedor 7
    Classificação
    (451)
    Projetos
    561
    25%
    Arbitragem
    22
    41% / 36%
    Expirado
    85
    15%
    Trabalhando
    Publicou: 6 códigos
    8
    Desenvolvedor 8
    Classificação
    (77)
    Projetos
    233
    73%
    Arbitragem
    6
    100% / 0%
    Expirado
    1
    0%
    Livre
    Pedidos semelhantes
    I am looking for an EA to pass prop firm challenges and use in Funded Account . (for example NOVA FUNDING, FTMO, MFF, MYFUNDEDFX) and be able to continuously use it on live accounts. Please provide evidence of the EA working & Profitable results. The EA has to comply with the following rules: MUST HAVE STOPLOSS Follow Prop Firm rules , Please provide evidence of the EA working & Profitable results Profit 1-5% min
    Hi Programmers, I want to create an EA that will make use of the average prices to determine the direction of the market and take bids accurately towards the direction until it reaches the maximum distance for taking bids. It will also consider a profit to loss ratio which will be based on risk as a % of the account balance. As you can see from the picture and the prices showed , the prices represent the manually
    Description: I need an EA for MetaTrader 5 with the following features: On-chart panel for manual trade setup (Entry, TP, SL, Lot Size). EA automatically manages a sequence of additional grid orders once the first order is triggered. EA dynamically adjusts TP/SL levels of active trades when new grid orders are added. Must prevent duplicate order sets. Optional: “Close All Trades” button. Requirements: Proven MQL5
    (I had a few horrible experiences here dealing with time and money wasters, SO YOU MUST KNOW WHAT I'M EXACTLY ASKING FOR OR WE GET NOWHERE!!!)Looking for an EA that has been previously tested and can pass prop firm challenges. You will need to demonstrate the EA to showcase its true nature. Please only apply if you have a system ready. This can be a previous job you already did for someone, or have something in the
    We have a working price prediction engine for (BTC, ETH, SOL) at fixed 5-minute intervals and want to build a robust backtesting system that evaluates these predictions against MECX futures prices. The goal is to measure baseline directional accuracy and then explore conditional strategies that improve accuracy beyond a 60% milestone. Data Overview Predictions Table (public.price_predictions_5m) One row per asset
    Trading Rule: Entry signals will be triggered with Zigzag, BB, CCI, RSI, MA. On every tick, when one entry signal is selected, a trade will be placed when the signal's entry condition is satisfied. If more than one entry signal is selected, all entry requirements have to be satisfied for trades to be placed. However, when multiple exit signals are selected, all trades will be closed if any of the selected exit
    it have to take buy position at lower crossover & its take profit /stoploss must & should be next crossover, with that it takes sell position together while it closes the previous position in profit or loss
    hello great developer I need a NinjaTrader script where, in capture mode, the cursor snaps to candle OHLC, and each click saves the time and price into a list that can be copied to Excel
    Looking for a reliable, low-lag reversal indicator for Forex that does not repaint and does not place signals with an offset. Key features: Signals only after confirmation (uses closed bar logic), so alerts are final and do not repaint. No offset placement — arrows/markers appear on the same candle/bar that triggered (or on the close of that bar) to avoid confusion. Tunable sensitivity: adjustable lookback and
    1. Market Session Filter Trade window: 8:00 AM – 12:00 PM New York (13:00 – 17:00 London). Avoid trading before/after this window to reduce false breakouts and low liquidity conditions. 2. Trend Identification Use 15-minute timeframe for execution; confirm higher-timeframe trend on the 1-hour chart. Trend filter: Price must be above 50 EMA → bullish trend bias. Price must be below 50 EMA → bearish trend bias. 3

    Informações sobre o projeto

    Orçamento
    80+ USD
    IVA (22%): 17.6 USD
    Total: 98 USD
    Desenvolvedor
    72 USD

    Cliente

    Pedidos postados3
    Número de arbitragens0