Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Volume Profile - MetaTrader 5 için gösterge

Görüntülemeler:
7284
Derecelendirme:
(13)
Yayınlandı:
2023.12.31 11:23
Güncellendi:
2024.01.01 10:20
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

What is Volume Profile?

The volume profile tool, also known as horizontal volume, illustrates transaction volume at each price within a specific time range using a horizontal histogram chart. Longer bars indicate higher transaction volume at that price, while shorter bars represent lower transaction activity. The calculations in this indicator are executed in a simple way, allowing for high-speed, lightweight execution.

How to Use

To display the volume profile within a specific time interval, place two vertical lines that appear after executing the indicator at the start and end of that interval. Adjusting these lines will change the volume profile based on the selected interval.


sample screenshot

sample screenshot

Input Settings

  • Calculation Timeframe: The assumption behind the calculations of this indicator is that volume is distributed evenly throughout the candle length (from its low to high), which may lead to less accurate results, especially when using small time ranges (see Figure 1). By changing this option in the input section, calculations can be based on lower timeframes (e.g., 1 minute), resulting in accurate results almost comparable to using tick data for calculation (see Figure 2).
  • Number of VP Bars: The number of histogram bars, where smaller numbers show the range of price where most transactions have taken place, and larger numbers show the exact prices where most transactions have occurred. When changing this input, the position of the Point of Control (POC) may shift, but it is not due to a mistake in the calculations or errors in the code, it is because you are looking for something different.
  • Applied Volume: The default applied volume is real volume. However, selecting 'tick_volume' in the input, or in the absence of real volume data on the server, the indicator will use tick volume data.

  • Maximum VP Bar Length to Chart Width Ratio: You can adjust the length of the VP bars relative to the width of your chart.


figure 1 (current timeframe)  

figure 1: calculation based on current timeframe


figure 2 (1 minute timeframe)

figure 2: calculation based on 1-minute timeframe

Caution

When using lower timeframes for calculation, the indicator requires the price data of that timeframe, which may not have been downloaded already. It may take some time to download, so please be patient and drag and drop the vertical lines until the downloading is complete!

I hope it will help you in making successful trades and make me happy by commenting the mistakes and errors in the code!

    COLLECT ALL INDICATORS DATA COLLECT ALL INDICATORS DATA

    This Script collects all MQL5 built-in indicators buffers and stores them in a CSV file for analysis purposes

    Linear Regression calculation based on pine script v4 Linear Regression calculation based on pine script v4

    This is the exact conversion of linreg function from pine script v4 as an mql5 indicator.

    Cosine distance and cosine similarity Cosine distance and cosine similarity

    Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied.

    pivots calculation based on pine script v4 pivots calculation based on pine script v4

    This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator.