Most issues are resolved by checking license tier (must be ELITE) and matching indicator names exactly.
A two-part system: **Indicator** = logic + visuals + alerts + outputs • Analyzes market conditions and writes signals via indicator buffers and (optionally) GlobalVariables **EA** = execution + management • Reads the indicator outputs (buffers/GlobalVariables) and opens/manages trades based on your rules
**ELITE** The EA will not open new trades unless the license is valid and ELITE. The indicator will clear/disable automation outputs unless the tier is ELITE.
**Indicator** .mq5/.ex5 → MQL5\Indicators\ **EA** .mq5/.ex5 → MQL5\Experts\