MA Crossover System · MetaTrader 4 Built-in Example
The Moving Average EA is the standard example Expert Advisor shipped with MetaTrader 4 by MetaQuotes Software. It implements a simple moving average crossover strategy — entering long when price crosses above the MA and short when below. This is MetaTrader's most widely recognised example EA and serves as a starting point for custom EA development in MQL4.
This is a demonstration template. A single MA crossover system without filters produces many false signals and is not suitable for live trading as-is.