Price/Volume Delta Analysis Indicator Project Brief

MQL5 Indicators Experts

Job finished

Execution time 4 days
Feedback from employee
He described the project in detail, his response was great. Love to work for him again.
Feedback from customer
Excellent work and professional work spirit,Thank you for your supports

Specification

Price/Volume Delta Analysis Indicator Project Brief

Project Background

This project involves redesigning and improving an existing MetaTrader 5 custom indicator. This indicator analyzes price and volume delta (change) values, categorizes these changes into different classes, and displays the results on a panel. The current code is not functioning properly, particularly with delta calculations being problematic and showing inconsistent behavior across different timeframes and symbol types.

Current Status and Issues

The existing code that I will share with you contains the basic functionality but fails to perform as expected due to various issues. The code tracks price and volume changes to classify them into 9 different states, but:

  1. Delta Calculation Problems:

    • Price and volume delta values are not calculated correctly
    • Patterns mostly show zero values
    • The 9-state analysis does not produce meaningful distribution
  2. Scaling Issues:

    • Large volume values in monthly charts cause errors
    • Inconsistent performance across different timeframes (minute, hourly, daily, weekly, monthly)
  3. Flexibility Issues:

    • Inconsistent performance with custom symbols and standard symbols
    • Problems with historical data analysis (both bar-based and tick-based)

Project Requirements

1. Delta Calculation Engine

  • Accurate Delta Calculation:

    • Correctly calculate price delta (closing price changes)
    • Correctly calculate volume delta (volume changes)
    • Calculate standard deviation values accurately for both
  • Scaling:

    • Normalization techniques that work across all timeframes
    • Mathematical approach to handle very large/small values
    • Compatible operation across all symbol types (forex, stocks, crypto, indices, etc.)

2. Analysis Modes

  • Historical Analysis Mode:

    • Calculate based on the last N bars (e.g., 250 bars)
    • Analyze historical data with bar-based analysis
  • Real-Time Tick Analysis Mode:

    • Analyze tick data within the last N minutes (e.g., 250 minutes)
    • Collect and process ticks within the specified time window
  • Symbol Flexibility:

    • Work with standard symbols
    • Work with custom symbols
    • Automatically detect necessary symbol properties

3. Visualization and Interface

  • Panel Appearance:

    • Readable and clear panel design
    • Display tables for both original and mean-based analysis
    • Automatically adjust table size
  • User Controls:

    • Change analysis mode (bar-based/tick-based)
    • Adjust analysis depth (how many bars/minutes)
    • Adjust standard deviation threshold coefficient

4. Performance Optimization

  • Memory Management:

    • Efficient data storage
    • Avoid unnecessary calculations
  • Processing Speed:

    • Fast update cycle
    • Low CPU usage

5. Error Management

  • Robustness:
    • Proper operation in unexpected situations
    • Prevent errors like division by zero, null references
    • Display appropriate messages when there is insufficient data

Technical Tips

Delta Calculation Improvements

  • The original code calculates delta based on a single previous value, instead:
    • For price delta: Last close - Previous close (or moving average)
    • For volume delta: Last volume - Previous volume (or average)
    • Use standard deviation or ATR methods for normalization

Working with Different Timeframes

  • Normalize volume values in monthly charts:
    • Logarithmic scaling
    • Use percentage changes

Data Collection Strategies

  • Bar-Based:

    • Use CopyClose() , CopyVolume() functions to get historical data
    • Analyze the last N bar data
  • Tick-Based:

    • Store ticks correctly in OnCalculate()
    • Process all ticks within the specified period
    • Time-based cleanup algorithm

Important MQL5 Functions

  • CopyClose() , CopyOpen() , CopyHigh() , CopyLow() , CopyVolume() - For retrieving bar data
  • SymbolInfoTick() - For retrieving tick data
  • TimeCurrent() , TimeTradeServer() - For proper time management
  • MathMean() , MathStandardDeviation() - For statistical calculations
  • StringFormat() - For panel text formatting
  • ObjectCreate() , ObjectSetString() - For creating panels and labels

Test Scenarios

Tests Across Different Symbol Types

  1. Forex Pairs:

    • EUR/USD M1 (minute) chart with tick-based test
    • GBP/JPY H1 (hourly) chart with bar-based test
    • USD/TRY D1 (daily) chart with bar-based test
    • AUD/CAD MN (monthly) chart with bar-based test
  2. Cryptocurrency Symbols:

    • BTCUSD M5 (5-minute) chart with tick-based test
    • ETHUSD H4 (4-hour) chart with bar-based test
    • LTCUSD D1 (daily) chart with bar-based test
    • XRPUSD W1 (weekly) chart with bar-based test
  3. Custom Symbols:

    • US30.cash (Dow Jones CFD) M15 chart with tick-based test
    • DE30.cash (DAX CFD) H1 chart with bar-based test
    • TR30.cash (BIST30 CFD) D1 chart with bar-based test
    • Sentimentum.MT5 (Broker-specific sentiment index symbol) H4 chart with bar-based test

Special Test Conditions

  1. Volatility-Based Tests:

    • EUR/USD M1 during high volatility period (e.g., during major economic data announcements)
    • EUR/USD M1 during low volatility period (e.g., Asian session)
    • BTCUSD chart during serious crisis/crash periods
  2. Volume Variance-Based Tests:

    • High-volume stock (e.g., AAPL)
    • Low-volume cryptocurrency (e.g., altcoin)
    • Chart with weekend or post-holiday opening gaps
  3. Multi-Timeframe Consistency Test:

    • Tests of the same symbol at different timeframes (M1, M5, H1, D1)
    • Comparison of results and consistency analysis
  4. Data Deficiency Test:

    • Test with newly listed/low-data symbols
    • Test with symbols having historical data gaps

Existing Code

I will share the existing non-working code with you. This code demonstrates the logic of the 9-state analysis but contains the issues mentioned above. The development of the new indicator should maintain the logic of the existing code while addressing the identified problems.

This project brief provides a roadmap to solve the issues with the existing indicator and create a more powerful, more flexible analysis tool. While preserving the core purpose of the indicator, it aims to provide significant improvements in terms of calculation engine and flexibility.


Files:

TXT
pattern.txt
6.4 Kb

Responded

1
Developer 1
Rating
(45)
Projects
46
24%
Arbitration
34
9% / 85%
Overdue
10
22%
Free
2
Developer 2
Rating
(2)
Projects
2
0%
Arbitration
1
0% / 100%
Overdue
0
Free
3
Developer 3
Rating
(7)
Projects
6
33%
Arbitration
7
0% / 71%
Overdue
0
Free
4
Developer 4
Rating
(28)
Projects
39
23%
Arbitration
14
0% / 93%
Overdue
4
10%
Free
Similar orders
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not

Project information

Budget
210+ USD
Deadline
from 3 to 10 day(s)