The Indicator builder creates custom technical indicators that plot on chart and can fire buy/sell condition logic. Built indicators work in the EA builder as Left/Right values or stand alone in MetaTrader.
Public indicators can be shared with all users; private ones stay on your account only.
1
2
3
1 Enter indicator name, version, and visibility
2 Strategy AI — describe indicator logic in plain English
3 Configure Buy Conditions — Left/Right indicators and expression
Set up indicator metadata
Name and version identify your indicator in MetaTrader and in the builder dropdowns. Description helps you recall purpose later.
Open /pages/indicator/input/mt4 or /pages/indicator/input/mt5.
Enter indicator name and version.
Toggle Public if you want other users to discover it under Public Indicators.
Define buy and sell conditions
Left Indicator and Right Indicator are the two values compared by your Expression (e.g. crossed above, greater than). Timeframe controls which chart period calculates those values.
On Buy Conditions tab, configure Left/Right indicators and expression.
Repeat on Sell Conditions if you need separate sell signals.
Use Add Condition for multiple rules; group with AND/OR as needed.
4
4 Sell Conditions tab — mirror or customize sell signals
Tip: Use the in-page help dialog for Left/Right indicator explanation.
Tip: Wire custom indicators into EAs by saving a .set file and referencing them in EA conditions.
Use Strategy AI
Strategy AI works on the indicator builder too—describe crossover or threshold logic and Apply to form to populate Buy/Sell condition rows.
Example: "Buy arrow when fast MA crosses above slow MA on M15."
Click Strategy AI on the indicator builder page.
Describe buy/sell signal logic in plain English.
Apply to form, then adjust Plot Style and Alerts tabs.
Alerts, plot style, and compile
Enable popup or push alerts on the Alerts tab. Plot Style sets arrow colors and Wingdings codes. After compile, place the indicator in MQL4/5 Indicators folder.
Configure Alerts tab for buy/sell signal notifications.
Set Plot Style colors and arrow codes.
Compile the indicator and download the output file.
Copy to MetaTrader Indicators directory and refresh Navigator.
Attach to chart or pick from indicator dropdown when building an EA.
5
6
5 Alerts tab — enable popup and signal alerts
6 Check Alert on buy signal and Alert on sell signal
7
8
7 Plot Style — set buy/sell arrow colors and codes
8 Compile, then Download .ex5 or Save to your library
Manage saved indicators
Open My Indicators from the MT5 menu to edit, duplicate, or delete saved configs.