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

Portfolio Correlation and Margin Risk Calculator - MetaTrader 5용 지표

Cristian David Castillo Arrieta
Cristian David Castillo Arrieta
재무 및 국제 비즈니스 전문가로 재무 관리를 전공했습니다. MQL5와 Python 독학 개발자로서 알고리즘 트레이딩, 멀티에셋 포트폴리오 구축, 정량적 리스크 관리에 집중하고 있습니다.
저의 작업은 개별 전략이 아닌 조율된 포트폴리오로 작동하는 Expert Advisor의 설계, 최적화 및 검증에 중점을 두고 있습니다. 상관관계 분석, 시간대 커버리지 매핑, 자산군 분산화를 적용하여 단일 상품이나 단일 접근 방식에 의존하지 않는 시스템을 구축합니다.
조회수:
409
평가:
(1)
게시됨:
업데이트됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동



Most MT5 traders size each position on its own and never see how their open (or planned) positions interact as a portfolio. Two instruments that look independent can move almost identically during the same news event, and a set of "small" positions can silently add up to a dangerous share of account equity in combined margin.

The indicator reads a comma-separated list of symbols and lot sizes and prints a full report in the Experts tab and, optionally, on the chart itself:

  • Pairwise correlation matrix — Pearson correlation between the historical bar-to-bar returns of every pair of instruments, over a configurable lookback and timeframe.
  • Average pairwise correlation — a single number summarizing how diversified (or concentrated) the set is.
  • Combined estimated margin — the total margin your broker would require to open every listed instrument at its given lot size, in account currency.
  • Deposit load — that combined margin as a percentage of current account equity, with a one-time alert when it crosses a threshold you set.

Input. Set InpSymbols (e.g. "EURUSD,GBPUSD,XAUUSD,USDJPY") and InpLots (e.g. "0.10,0.10,0.10,0.10") as comma-separated lists, same order, 2 to 10 instruments. Each symbol is auto-added to Market Watch if it is not already there.

Parameters. InpTimeframe and InpLookbackBars control the return series used for correlation; InpMarginWarnPct sets the deposit-load alert threshold; InpRefreshSec sets how often the report recalculates; InpShowPanel toggles the on-chart Comment() panel.

The tool is written in pure MQL5. It needs no external libraries, no Python, and no DLLs — everything runs natively inside MetaTrader 5.

Built by the team behind AbacuQuant, an audited multi-strategy copy-trading platform for MT5 that runs diversified portfolios across uncorrelated instruments with a 24-month verified track record.

Volume Strength Compass / BhanuCodeLab Volume Strength Compass / BhanuCodeLab

Volume Strength Compass is a volume-analysis indicator for MetaTrader 5 that evaluates market activity using Relative Volume, candle body strength, close position, and volume intensity. The indicator classifies each candle into different volume conditions such as normal volume, low volume, high volume,climax volume, bullish effort, bearish effort, and absorption. The results are displayed using colored volume columns, background highlights, signal labels, an average-volume line, and a real-time dashboard. The indicator can use tick volume, real volume, or automatically select real volume when available. It also supports alerts on either the current live candle or after candle closure.

SMMA Levels MTF / BhanuCodeLab SMMA Levels MTF / BhanuCodeLab

SMMA Levels MTF is a multi-timeframe Smoothed Moving Average indicator for MetaTrader 5. The indicator calculates SMMA values from several selectable timeframes and displays them together on the current chart.

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.

Value Area Levels / BhanuCodeLab Value Area Levels / BhanuCodeLab

Value Area Levels is a session-based Value Area indicator for MetaTrader 5. It calculates and displays Value Area High, Point of Control, and Value Area Low levels for the developing, previous, and historical profiles.