Install your EA in 8 steps
Pick your platform below. Every strategy you build on PipCircle exports as ready-to-run code - no manual editing needed.
Download the .mq5 file
Go back to the Strategy Builder, click "6. Run your strategy" → MT5. The file will be saved to your Downloads folder.
Open MetaEditor
In MetaTrader 5, press F4 (or click Tools → MetaQuotes Language Editor).
Move the file to the Experts folder
In MetaEditor Navigator (Ctrl+D), right-click on Experts → Open Folder. Copy your .mq5 file into that folder. Path is usually: C:\Users\<you>\AppData\Roaming\MetaQuotes\Terminal\<broker id>\MQL5\Experts
%APPDATA%\MetaQuotes\Terminal\<broker>\MQL5\Experts
Compile it
Back in MetaEditor, click the file in the Navigator, then press F7 (or the Compile button). You should see "0 errors, 0 warnings" at the bottom.
Refresh MetaTrader Navigator
Back in MT5, in the Navigator panel (Ctrl+N), right-click Expert Advisors → Refresh. Your strategy will appear.
Enable AutoTrading
Click the "Algo Trading" button in the top toolbar so it turns green. Without this, EAs won't place orders.
Drag it onto a chart
Open a chart for the symbol + timeframe you designed the strategy on (e.g. EURUSD H1). Drag the EA from the Navigator onto the chart, tweak inputs if needed, click OK. A smiley face in the top-right of the chart means it's active.
Test in Strategy Tester firstFinal
Press Ctrl+R to open the Strategy Tester, pick your EA + symbol + date range, click Start. Review the report before running live.