The noiseless CCI indicator. An option to change the sensitivity was added to this CCI indicator analog by implementing an additional input parameter:
input uint Sens=1; // Sensitivity threshold
The indicator includes a color indication in bright tones when level breakouts occur:
input int HighLevel=+100; input int MiddleLevel=0; input int LowLevel=-100;
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”.
Originally this indicator has been written in MQL4 and was first published in the Code Base on 25.04.2011.
MT5 Indicator – Download Instructions
iCCI NR Metatrader 5 Indicator is a Metatrader 5 (MT5) indicator and the essence of the forex indicator is to transform the accumulated history data.
iCCI NR 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 iCCI NR Metatrader 5 Indicator.mq5?
- Download iCCI NR Metatrader 5 Indicator.mq5
- Copy iCCI NR 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 iCCI NR Metatrader 5 Indicator.mq5
- Attach to a chart
- Modify settings or press ok
- Indicator iCCI NR Metatrader 5 Indicator.mq5 is available on your Chart
How to remove iCCI NR 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:
iCCI NR Metatrader 5 Indicator