Price/Volume Delta Analysis Indicator Project Brief

MQL5 Göstergeler Uzmanlar

İş tamamlandı

Tamamlanma süresi: 4 gün
Geliştirici tarafından geri bildirim
He described the project in detail, his response was great. Love to work for him again.
Müşteri tarafından geri bildirim
Excellent work and professional work spirit,Thank you for your supports

Şartname

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.


Dosyalar:

TXT
pattern.txt
6.4 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(45)
Projeler
46
24%
Arabuluculuk
34
9% / 85%
Süresi dolmuş
10
22%
Serbest
2
Geliştirici 2
Derecelendirme
(2)
Projeler
2
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(7)
Projeler
6
33%
Arabuluculuk
7
0% / 71%
Süresi dolmuş
0
Serbest
4
Geliştirici 4
Derecelendirme
(28)
Projeler
39
23%
Arabuluculuk
14
0% / 93%
Süresi dolmuş
4
10%
Serbest
Benzer siparişler
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Akram boushaba 30 - 500 USD
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically

Proje bilgisi

Bütçe
210+ USD
Son teslim tarihi
from 3 to 10 gün