Price/Volume Delta Analysis Indicator Project Brief

MQL5 指标 专家

工作已完成

执行时间4 天
员工反馈
He described the project in detail, his response was great. Love to work for him again.
客户反馈
Excellent work and professional work spirit,Thank you for your supports

指定

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.


附加的文件:

TXT
pattern.txt
6.4 Kb

反馈

1
开发者 1
等级
(45)
项目
46
24%
仲裁
34
9% / 85%
逾期
10
22%
空闲
2
开发者 2
等级
(2)
项目
2
0%
仲裁
1
0% / 100%
逾期
0
空闲
3
开发者 3
等级
(7)
项目
6
33%
仲裁
7
0% / 71%
逾期
0
空闲
4
开发者 4
等级
(28)
项目
39
23%
仲裁
14
0% / 93%
逾期
4
10%
空闲
相似订单
Hi In my current EA, you have to modify this robot in Instagram & Facebook. Select option 1 and 2 to create robots. My old Robot Pentang Order is designed to put only in order so you will be easy to change. 2 in 1 I have my existing EA like this in which you have to modify this robot in Instagram & Facebook 2 videos must create robots with the select option 1&2 my video link is attached rar file and is clearly
I am looking for an experienced MQL5 developer to create a fully automatic MT5 Expert Advisor (EA) for frequent small-profit trades. My current manual strategy is simple: I watch short-term price movement, enter when price starts moving strongly up or down, and close once a small profit is achieved. I want an EA that can identify these movements and automatically repeat this process throughout the day. Main
Code the indicator to MT5 EA, include all the inputs variables and values Allow live trading Allow demo trading Allow strategy tester Bar shift 0 adjustable Allow indicator to show on strategy tester Lot size adjustable Max spread in points (0=disable) Use stop loss circle true or false Stop loss circle in points adjustable Use stop loss true or false Stop loss in points (adjustable) Take profit true or false Use
Hi All, Looking for a ready to TEST and USE EA which makes $20 per day with initial deposit of $100 only with controlled drawdown and no trades during news time. Please note: Budget is fixed and no trial and hit error for testing and developing EA as I do not have time. I will select the developer only after the TEST is successful only, do not force to select and make the payment and payment will be done once I am
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
Need Grid + Martingale Type Averaging EA ( Directional Buy or Sell entry then uses grid/martingale for Recovery if need ) * Must Work Buy + Sell Both Side ( Do not Open Buy or Sell at Once Let the Previous Order Close ) * Min Lot size 0.01 * Max Lot Size 1 ( Can be Edited to maximum ) * Auto TP Shift * Auto Averaging Position also Auto Shift TP as per Averaging * After Averaging Close the Trade in Maximum Profit (
C'est un Expert Advisor (EA) MQL5 pour MetaTrader 5, conçu pour l' XAUUSD , combinant un filtre de tendance et une grille adaptative avec gestion de panier ("basket") et protections contre le drawdown. Version 1.00. Logique de trading Filtre de tendance (H4 par défaut) • EMA rapide (50) vs EMA lente (200) pour déterminer la direction (UP/DOWN) • Filtre ADX (période 14, seuil 18) pour éviter de trader en
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
Looking for an MT4/MT5 independent risk-management service or system that can monitor and automatically close trades opened and managed by another trader’s EA. The existing EA continuously removes/overrides manually added Stop Losses and may also override SLs placed by another EA. I need a solution that does not rely on modifying the existing trade or placing a Stop Loss. Instead, it should independently monitor each
I currently sell a white-label XAUUSD EA, but the existing supplier owns the source code. I now need a new, independently developed EA and licensing system that my company fully owns and controls. I am not requesting decompilation or copying of proprietary code. Existing settings, presets and trading examples will be provided as reference. The developer must first identify any missing strategy rules before

项目信息

预算
210+ USD
截止日期
 3  10 天