i Max3
This software component for MetaTrader 5 is built to enhance the capabilities of your trading environment. 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 i Max3
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
Indicator - iMAX3 trend detector
There are five inputs:
Step
- step size
Auto step mode
- step size auto selection (Yes/No)
Use iMAX mode
- use iMAX mode (Yes/No)
Use HP mode
- use HP mode (Yes/No)
Use HPX mode
- use HPX mode (Yes/No)
Step size is a configurable parameter that affects sensitivity when defining a trend direction. It has rather small values varying from 0.01 on a monthly chart down to 0.0001 on a minute one. If Auto step mode = Yes, programmatically preset values are used in the Step filter.
Filter modes:
iMAX
mode is the most adaptive but least responsive one out of three available modes in term of a trend change detection rate. However, this is a good choice, especially in highly volatile markets.
HP
mode is the fastest and most adaptive trend detector. However, it is less resistant to price surges compared to iMAX. It provides a good trade-off between trend detection/filtering speed.
HPX
mode is the fastest trend detector, but since it is highly sensitive, it very quickly changes trends even in weakly volatile markets.Thus, it is probably not the best choice for determining the direction of a trend on lower timeframes, but it can be used on higher ones.
Fig. 1. All three modes
Fig. 2. iMAX mode
Fig. 3. HP mode
Fig. 4. HPX mode