거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Value Area Levels / BhanuCodeLab - MetaTrader 5용 지표

Bhanu Chandra Raju Indukuri
Bhanu Chandra Raju Indukuri
  • MQL4 / MQL5 Trading Automation Developer 에  BhanuCodeLab
  • 인도
  • 550
5 (1)
저는 10년 이상의 프로그래밍 경험과 7년 이상의 금융시장 및 알고리즘 트레이딩 개발 경험을 보유하고 있으며, 퀀트 트레이딩 및 자동화 솔루션 구축을 전문으로 합니다.
MQL4, MQL5, TradingView Pine Script, NinjaTrader/NinjaScript, TradeStation EasyLanguage, Python을 활용하여 개발합니다. Expert Advisor(EA), 사용자 정의 지표, 대시보드, 알림, 거래 관리 도구, 플랫폼 간 변환, 브로커 API 연동 및 완전한 트레이딩 전략 자동화를 개발합니다.
조회수:
407
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Dashboard with value Area values

Value Area Levels calculates a price-volume distribution from lower-timeframe candle data and displays the following important market profile levels:

  • VAH — Value Area High
  • POC — Point of Control
  • VAL — Value Area Low
  • DVAH, DPOC and DVAL — Developing profile levels
  • PDVAH, PDPOC and PDVAL — Previous completed profile levels

The indicator can calculate daily, weekly, monthly, or other timeframe-based profiles while using a separate source timeframe for profile construction.

For example, the indicator can calculate daily Value Area levels using M15 candle data.

The current profile is updated periodically, while completed historical profiles remain fixed until a full chart refresh or the beginning of a new profile period.

Main Features

Developing Value Area

Displays the Value Area High, Point of Control, and Value Area Low of the currently active profile.

The developing levels are identified as:

  • DVAH
  • DPOC
  • DVAL

These levels update as new market data becomes available.

Previous Profile Levels

Displays the completed Value Area levels of the previous session across the current session.

The previous profile levels are identified as:

  • PDVAH
  • PDPOC
  • PDVAL

    These levels may be useful as potential support, resistance, acceptance, rejection, or breakout reference areas.

    Historical Value Areas

    The indicator can display the completed VAH, POC, and VAL levels for multiple historical sessions.

    It can also project each previous session’s Value Area levels into the following historical session.

    For example, Monday’s completed Value Area levels can be displayed as previous-day levels across Tuesday’s chart area.

    Configurable Profile Timeframe

    The profile calculation period can be selected independently from the chart timeframe.

    Supported examples include:

    • Daily profiles
    • Weekly profiles
    • Monthly profiles
    • H4 profiles
    • H1 profiles

    Configurable Source Timeframe

    A separate lower timeframe can be selected as the data source for profile construction.

    For example:

    • Profile timeframe: D1
    • Source timeframe: M15

    Using a lower source timeframe generally creates a more detailed profile but requires more processing.

    Tick or Real Volume

    The indicator supports:

    • Tick volume
    • Real volume

    When real volume is selected but unavailable or equal to zero, the indicator automatically falls back to tick volume.

    Custom Value Area Percentage

    The Value Area percentage is configurable.

    The default value is 70%, which is commonly used in market profile and volume profile analysis.

    Session Separation

    Optional vertical lines can be displayed at the beginning of each profile period to visually separate sessions.

    The vertical line color, width, and style can be customized.

    Interactive Supply and Demand Zone Trading Prototype Interactive Supply and Demand Zone Trading Prototype

    This release introduces a lightweight automated trading prototype built on top of the Interactive Supply and Demand Zone Manager framework. The framework allows traders to draw and manage their own supply and demand zones, while each zone maintains its own lifecycle, interaction history, and evolving state as market conditions change. The hybrid approach combines user-defined zones with automated monitoring, validation, and trade management. The strategy evaluates qualified zones through a structured decision process before generating trade actions. Detailed logging provides visibility into zone behaviour, allowing traders to study interactions and build their own approaches using the collected information.

    Portfolio Correlation and Margin Risk Calculator Portfolio Correlation and Margin Risk Calculator

    Computes the historical Pearson correlation between any set of instruments and the combined margin your account would need to hold all of them at once, as a percentage of your equity. Runs natively in MetaTrader 5 with no external libraries, no Python, and no AI — set your symbol list and lot sizes as inputs and it reports the full matrix in the Experts tab and on the chart, refreshing on a timer.

    Footprint XRay (Order Flow Volume Delta) Footprint XRay (Order Flow Volume Delta)

    An institutional-grade order flow and footprint chart indicator ported from Pine Script to MQL5. It dynamically deconstructs major timeframe bars using lower timeframe (LTF) historical tick/real volume to compute buy/sell volume delta at each price level. The indicator features automatic timeframe selection, Point of Control (POC) highlighting, Stacked Imbalances, extreme Absorption detection, Unfinished Business (UB) tracking with live mitigation, and real-time alert triggers.

    EA Money Management EA Money Management

    A simple indicator based on trend criteria