
XDidi Index Metatrader 5 Indicator needles indicator with the advanced customization settings of the moving averages used in its calculations.
//+———————————————-+
//| Indicator input parameters |
//+———————————————-+
input Smooth_Method Curta_Method=MODE_SMA; // Curta Averaging method
input uint Curta=3; // Curta Depth of smoothing
input int CPhase=15; // Curta Smoothing parameter
//— for JJMA it varies within the range -100 … +100 and influences the quality of the transient period;
//— for VIDIA it is a CMO period, for AMA it is a slow average period
//—input Smooth_Method Media_Method=MODE_SMA; // Media Averaging method
input uint Media=8; // Media Depth of smoothing
input int MPhase=15; // Media Smoothing parameter
//— for JJMA it varies within the range -100 … +100 and influences the quality of the transient period;
//— for VIDIA it is a CMO period, for AMA it is a slow average period
input Smooth_Method Longa_Method=MODE_SMA; // Longa Averaging method
input uint Longa=20; // Longa Depth of smoothing
input int LPhase=15; // Longa Smoothing parameter
//— for JJMA it varies within the range -100 … +100 and influences the quality of the transient period;
//— for VIDIA it is a CMO period, for AMA it is a slow average period
input Applied_price_ IPC=PRICE_CLOSE; // Price constant
input bool Revers=false; // Chart inversion relative to the time axis
The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>MQL5Include). The use of the classes was thoroughly described in the article “Averaging Price Series for Intermediate Calculations Without Using Additional Buffers”.
XDidi Index MT5 Indicator – Download Instructions
In order to transform accumulated history data, you need to install a MetaTrader 5
XDidi Index – it is a MetaTrader 5 indicator that allows you to detect several changes and dynamics in price that many traders can’t estimate or see without an indicator, which highlights its essence and usage.
Accordingly, traders can draw conclusions and make estimates about how the prices will change based on the information they have and then they can modify their strategy for better trading.
How to install XDidi Index indicator for MetaTrader 5.mq5?
Download indicator for MetaTrader 5.mq5Copy XDidi Index to Directory / experts / indicators /
Start or restart your Metatrader 5 Client
Select Chart and Timeframe where you want to test your mt5 indicator
Search “Custom Indicators” in your Navigator mostly left in your Metatrader 5 Client
Right click on XDidi Index for MetaTrader 5.mq5
Attach to a chart
Modify settings or press ok
now indicator for MetaTrader 5.mq5 is available on your Chart
How to remove XDidi Index Indicator for MetaTrader 5.mq5 from your Metatrader 5 Chart?
Select the Chart where is the Indicator running in your Metatrader 5 ClientRight click into the Chart
“Indicators list”
Select the Indicator and delete.
Questions about this indicator? Ask our community
Related Indicator: Didi Index Sign Metatrader 5 Forex Indicator
Download XDidi Index Metatrader 5 Forex Indicator
DOWNLOAD INDICATOR