2026-01-05 11:37:02 +00:00
# ZOLO-A6-9V-NUNA- Plugin Integration
## Overview
This repository is integrated with the ZOLO-A6-9V-NUNA- plugin system, providing enhanced functionality and external integrations for the MQL5 trading system.
## Integration Points
### 1. GitHub Pages Repository
- **Repository**: https://github.com/Mouy-leng/-LengKundee-mql5.github.io.git
- **Purpose**: Hosts the web interface and documentation for the trading system
- **Integration**: Pull, push, and merge commits are synchronized with this repository
2026-01-21 17:34:04 +00:00
### 2. ZOLO Bridge Endpoint
2026-02-10 04:38:44 +00:00
- **Endpoint**: `https://your-bridge.example/api/signal`
2026-01-05 11:37:02 +00:00
- **Purpose**: Provides real-time signal notifications and integration with the ZOLO platform
- **Usage**: WebRequest calls from the Expert Advisor are sent to this endpoint
## Setup Instructions
### For Developers
2026-01-21 17:40:40 +00:00
1. **Get the required files ** :
2026-01-22 00:49:14 +00:00
- **ZOLO Bridge Files**: Download from [OneDrive ](https://1drv.ms/f/c/8F247B1B46E82304/IgBYRTEjjPv-SKHi70WnmmU8AZb3Mr5X1o3a0QNU_mKgAZg )
2026-01-21 17:40:40 +00:00
- **Web Interface**:
```bash
git clone https://github.com/Mouy-leng/-LengKundee-mql5.github.io.git
```
2026-01-05 11:37:02 +00:00
2. **Configure the integration ** :
2026-02-10 04:38:44 +00:00
- Set the EA input `WebRequestURL` to your bridge endpoint (example: `https://your-bridge.example/api/signal` )
- Enable `EnableWebRequest` in the EA settings only when needed
2026-01-05 11:37:02 +00:00
### For Traders
1. **Add the URL to MT5's allowed list ** :
2026-01-18 21:10:55 +00:00
- Open **Exness MetaTrader 5 Desktop Application ** (Web Terminal is not supported)
2026-01-05 11:37:02 +00:00
- Go to **Tools → Options → Expert Advisors **
- Check "Allow WebRequest for listed URL"
2026-02-10 04:38:44 +00:00
- Add: `https://your-bridge.example`
2026-01-05 11:37:02 +00:00
2. **Enable the integration in EA settings ** :
- Attach the EA to a chart
- Set `EnableWebRequest = true`
- The EA will now send signal notifications to the ZOLO platform
## Signal Format
When a trading signal is generated, the EA sends a JSON payload to the endpoint:
```json
{
"event": "signal",
"message": "Signal details and parameters"
}
```
## Security Considerations
- Always verify the endpoint URL before enabling web requests
- The URL must be explicitly allowed in MT5 settings for security
- Web requests have a 5-second timeout
- Failed requests are logged but do not interrupt EA operation
## Support
For issues related to the ZOLO plugin integration:
- Email: Lengkundee01.org@domain .com
- WhatsApp: [Agent community ](https://chat.whatsapp.com/DYemXrBnMD63K55bjUMKYF )