Unisciti alla nostra fan page
- Visualizzazioni:
- 260
- Valutazioni:
- Pubblicato:
- Aggiornato:
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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 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 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
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 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.
