How do I install the trading robot in MT5?
Step by step:
1. In MetaTrader 5, click **File → Open Data Folder**. Windows Explorer opens to the right MT5 instance. 2. Open `MQL5/Experts/`. 3. Copy your purchased `.ex5` file into that folder. If you received a `.set` preset file too, copy it into `MQL5/Presets/`. 4. Restart MetaTrader 5. 5. In the Navigator pane (Ctrl+N), expand **Expert Advisors**. Your EA appears. 6. Drag the EA onto the chart for the pair/timeframe shown on the product page. 7. In the inputs dialog, click **Load** and pick your `.set` file. Confirm. 8. Check that the AutoTrading button on the main toolbar is green. The EA smiley in the chart top-right corner should also be smiling.
If the EA smiley is sad, AutoTrading is disabled or the EA is missing permission to trade. See `/faq/troubleshooting#no-trades`.