AlgoWayWS-MT5 — Setup Guide (MT5)
This page is a setup guide. It covers only what you need to get AlgoWayWS-MT5 installed and connected:
Auto Installer vs Manual install, the required MT5 setting
WebRequest allowlist for https://mt5.algoway.co, and EA activation.
https://mt5.algoway.co,
MT5 may show communication errors such as 4752 or 10014.
Contents
- 1) What gets installed
- 2) Option A — Auto Installer (recommended)
- 3) Option B — Manual install
- 4) REQUIRED: Allow WebRequest to mt5.algoway.co (prevents 4752 / 10014)
- 5) Activate the EA in MT5
- 6) Where to find full EA documentation
📺 Video Tutorial: How to Connect TradingView to MetaTrader 5
1) What gets installed
The setup installs 4 files into your MT5 Data Folder:
MQL5\Experts\AlgoWayWS-MT5.ex5MQL5\Include\asyncwinhttp.mqhMQL5\Include\asyncwebsocket.mqhMQL5\Libraries\asyncwinhttpwebsockets.dll
2) Option A — Auto Installer (recommended)
Got2.1 Close MT5 before installing
MetaTrader must be closed, otherwise files can be locked.
2.2 Portable question (most users click “No”)
If you do not intentionally use MT5 portable mode — click No. Portable mode is for advanced users running MT5 from a custom folder.
2.3 Install → Finish
Proceed with the installation and finish the setup.
3) Option B — Manual install
Use manual install only if you cannot run the installer. You will copy the same files into the MT5 Data Folder.
3.1 Open MT5 Data Folder
- MT5 → File → Open Data Folder
- Open the
MQL5directory
3.2 Copy files into correct subfolders
Copy each file into its exact folder:
- Experts →
AlgoWayWS-MT5.ex5 - Include →
asyncwinhttp.mqh,asyncwebsocket.mqh - Libraries →
asyncwinhttpwebsockets.dll
4) REQUIRED: Allow WebRequest to mt5.algoway.co (prevents 4752 / 10014)
The EA communicates via HTTPS. MT5 blocks WebRequest unless the domain is explicitly allowed.
4.1 Add domain to allowlist
- MT5 → Tools → Options → Expert Advisors
- Enable: Allow WebRequest for listed URL
- Add:
https://mt5.algoway.co - Click OK

5) Activate the EA in MT5
5.1 Attach EA to a chart
- Open any chart.
- Navigator → Expert Advisors → drag AlgoWayWS-MT5 onto the chart.
5.2 Enter your webhook UUID
In Inputs, fill Your Algoway Webhook here with your webhook UUID, then click OK.
5.3 Confirm connection
- Check the Experts tab for connection logs.
- On the chart, the EA label/status should indicate Connected.
6) Where to find full EA documentation
This setup page intentionally does not duplicate the main EA documentation. For full options (risk, trailing, mapping, sessions, etc.), use:
Important Info — Required Microsoft Visual C++ Runtime
- x64 (for 64-bit MT5): vc_redist.x64.exe
- x86 (only for 32-bit MT5): vc_redist.x86.exe