📊 What is an Indicator?
An indicator is a technical analysis tool that overlays on your chart or appears in a separate window. It helps you identify trends, entry/exit points, and market conditions. Indicators do NOT trade automatically — they only display visual signals.
Step-by-Step Installation
Download the file
Download the .ex4 file from your dashboard or the product page. The file will be saved to your Downloads folder.
Open MetaTrader 4 Data Folder
In your MetaTrader 4 terminal:
This will open a Windows Explorer window with the terminal's data directory.
Copy the file to the correct folder
Navigate to the following folder and paste your file there:
Refresh or restart the terminal
In the Navigator panel (Ctrl+N), right-click on the "Indicators" section and select "Refresh". Or simply restart the terminal.
Attach to a chart
Double-click the indicator name in the Navigator panel, or drag and drop it onto your chart. A settings window will appear — configure the parameters and click OK.
Enable DLL Imports (Required!)
This step is required! Our indicators use DLL imports for license validation and internet access. Without this setting enabled, the indicator will not work.
Also, when attaching the indicator to a chart, in the popup window go to the "Common" tab and make sure these are checked:
File Types Reference
Folder Structure
📁 MQL4/ ├── 📁 Indicators/ ← place .ex4 indicator files here ├── 📁 Experts/ ← place .ex4 EA files here ├── 📁 Scripts/ ← place .ex4 script files here ├── 📁 Include/ ← shared code libraries (.mqh) ├── 📁 Libraries/ ← DLL and library files └── 📁 Files/ ← data files used by EAs/indicators
🔧 Troubleshooting
Need Help?
If you have any issues with installation, contact us through the support chat in your dashboard.