Start with the correct file and terminal
Confirm that the product is built for MetaTrader 5 before installing it. MT4 and MT5 use different executable formats, and renaming a file does not convert one platform into the other.
If the indicator comes from the MQL5 Market, install it from the Market or Purchased area inside the same terminal and account used for the purchase. For a manually supplied file, open the terminal's Data Folder so the file goes into the active installation rather than a similarly named folder elsewhere.
- MT5 indicators normally use .ex5 source output
- Keep any supplied folders and dependencies together
- Do not enable DLL imports unless the product documentation explicitly requires them
Place, refresh and attach
For a manual install, place the indicator under MQL5/Indicators, then refresh the Navigator or restart the terminal. Find the indicator in Navigator and drag it onto the intended chart.
Read the Inputs tab before accepting defaults. A scanner may depend on Market Watch symbols, while a chart indicator may need enough historical data to calculate confirmed structure.
- Open File → Open Data Folder
- Use MQL5/Indicators for indicator files
- Refresh Navigator, then attach to a clean chart
- Save a template only after the settings are confirmed
Prepare Market Watch for scanners
A multi-symbol scanner can only inspect symbols that the broker exposes and the terminal has loaded. Open Market Watch, show the required symbols and allow their history to download before treating an empty dashboard as a software fault.
Broker symbol names may include prefixes or suffixes. A scanner designed to use Market Watch is generally more resilient than one that assumes a fixed symbol name, but the instruments still need usable history and trading sessions.
- Show the instruments you want scanned
- Open charts once if history is missing
- Check broker-specific symbol names
- Confirm the selected timeframes have data
Troubleshoot without weakening security
If the indicator does not appear, check the Experts and Journal tabs for a clear error before changing security settings. Common causes include the wrong platform version, a missing dependency, insufficient history or installation under another terminal's data folder.
AutoTrading permission is not normally required for a read-only indicator. Avoid enabling broad permissions simply to make an error disappear; use the product instructions or contact the developer with the exact journal message.
- Capture the full error text
- Record the product version and terminal build
- Include the broker symbol and timeframe
- Contact support without sharing trading passwords