Install the Expert Advisor in MT5. In MT5, go to File → Open Data Folder → MQL5 → Experts → paste Pinetrader EA file (MT5-connector_v1.3.1).
5
Enable Web Requests. MT5 needs permission to send data to Pinetrader.
Go to Tools → Options → Expert Advisors → select the following:
✅ Allow algorithmic trading
✅ All DLL imports (potentially dangerous, enable only for trusted applications)
✅ Allow WebRequest for listed URL: https://pinetrader.io and https://mqtt.pinetrader.io
6
Add the EA to Your Chart. There are multiple ways to add an EA to a chart. Pick any of the following:
Drag & Drop (most common). Open Navigator Panel → Expand Expert Advisors → Click and drag the EA onto an open chart.
Double-Click the EA. In Navigator → Expert Advisors → Double-click the EA → MT5 will attach it to the currently selected chart.
Right-Click the EA. In Navigator → Right-click the EA → select "Attach to Chart".
7
Enter your License ID. After attaching the EA, the settings window will appear automatically. Navigate to the Inputs tab → locate the field labeled License ID → enter your License ID listed under the Licenses tab → click OK to save.