A user-written technical indicator in MQL4/MQL5 for analysis. Unlike built-in indicators, a custom indicator cannot place trades automatically and serves only analytical functions. For example, a developer might code a custom indicator that plots a proprietary momentum oscillator on the chart; the EA can then read its values (e.g., via iCustom
) to make trading decisions.