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 .
Critical: If you do not allow WebRequest for https://mt5.algoway.co,
MT5 may show communication errors such as 4752 or 10014 .
Contents
📺 Video Tutorial: How to Connect TradingView to MetaTrader 5
VIDEO
1) What gets installed
The setup installs 4 files into your MT5 Data Folder :
MQL5\Experts\AlgoWayWS-MT5.ex5
MQL5\Include\asyncwinhttp.mqh
MQL5\Include\asyncwebsocket.mqh
MQL5\Libraries\asyncwinhttpwebsockets.dll
Download the installer from here
https://algoway.trade/downloads/AlgoWayWS-MT5-Setup-v2.02.exe
2) Option A — Auto Installer (recommended)
Got
2.1 Close MT5 before installing
MetaTrader must be closed, otherwise files can be locked.
Installer will block until MT5 is closed.
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.
Finish screen confirms where files were installed/exported.
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 MQL5 directory
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
After manual copy: restart MT5 (recommended) or refresh Navigator so the EA appears.
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 and restart MT5 (recommended)
If not added, typical symptoms are communication errors such as 4752 or 10014 .
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
Required before installing AlgoWayWS-MT5:
install
Microsoft Visual C++ Redistributable (VC++ v14) .
If it is not installed, the EA/DLL can fail to load and errors will appear in the MT5
Experts log.
Note: The latest supported VC++ v14 package supports Windows 10/11 and
Windows Server 2016/2019/2022/2025 . On Windows 7 this installer may not run.