The Didi 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”.
MT5 Indicator – Download Instructions
XDidi Index Metatrader 5 Indicator is a Metatrader 5 (MT5) indicator and the essence of the forex indicator is to transform the accumulated history data.
XDidi Index Metatrader 5 Indicator provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.
Based on this information, traders can assume further price movement and adjust their strategy accordingly.
How to install XDidi Index Metatrader 5 Indicator.mq5?
- Download XDidi Index Metatrader 5 Indicator.mq5
- Copy XDidi Index Metatrader 5 Indicator.mq5 to your Metatrader Directory / experts / indicators /
- Start or restart your Metatrader 5 Client
- Select Chart and Timeframe where you want to test your indicator
- Search “Custom Indicators” in your Navigator mostly left in your Metatrader 5 Client
- Right click on XDidi Index Metatrader 5 Indicator.mq5
- Attach to a chart
- Modify settings or press ok
- Indicator XDidi Index Metatrader 5 Indicator.mq5 is available on your Chart
How to remove XDidi Index Metatrader 5 Indicator.mq5 from your Metatrader 5 Chart?
- Select the Chart where is the Indicator running in your Metatrader Client
- Right click into the Chart
- “Indicators list”
- Select the Indicator and delete
Click here below to download MT5 Indicator:
XDidi Index Metatrader 5 Indicator