MA C D INSTITUTIO N A L
This professional-grade solution for MetaTrader 5 helps traders achieve greater efficiency in their daily workflow. This technical indicator acts as a specialized analysis tool designed to visualize market data. It helps traders identify emerging trends, momentum shifts, and key support or resistance levels by plotting statistical calculations directly onto price charts.
How to Setup and Use MA C D INSTITUTIO N A L
1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.
2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.
3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.
4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.
Frequently Asked Questions
Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."
Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).
Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.
Description & Settings
MACD Institutional
is an advanced indicator designed for traders looking to trade in tune with the "smart money". Unlike the standard MACD, which processes each tick or candle close without distinction, this indicator reconstructs the price structure using a dynamic volume filter before calculating its moving averages.
The Concept: Statistical Relevance Filtering
The indicator operates on the premise that not all price movements are equally valid. In illiquid markets, price can move erratically without real support.
MACD Institutional
uses an
Analysis Buffer (InpBufferSize)
that is only updated when the volume of a current tick exceeds its volume moving average (volume SMA). If the volume is below the average, the indicator ignores that data, maintaining the institutional "memory". The result is a MACD that reacts to real buying and selling pressure from major participants.
Key Features
Dynamic Volume Filtering:
Only candlesticks with above average volume (InpMAVolumePeriod) are used to calculate EMAs.
False Signal Reduction:
By removing low activity noise, signal lines and MACD tend to show cleaner trends and crossovers with higher probability of success.
Custom EMA Calculation:
Includes a proprietary implementation for calculating the Exponential Moving Average based solely on the filtered data window.
Fully Adjustable Parameters:
Full control over volume period, analysis buffer size and classic MACD periods.
Input Parameters
Volume Averaging Period:
Window to average volume and determine what is "relevant activity".
N values in the array (Buffer Size):
Size of the analysis window for the filtered price reconstruction.
MACD Fast/Slow EMA:
Traditional periods for the calculation of the spread.
MACD Signal Period:
Period of the SMA that acts as a trigger line.
Technical Details
Platform:
MetaTrader 5 (MQL5)
Type:
Separate Window Indicator