forked from LengKundee/MQL5-Google-Onedrive
This change adds the ability for the Expert Advisor to send a web request to a user-defined URL when a trading signal is generated. This allows for integration with external services and websites. The following changes were made: - Added `EnableWebRequest` and `WebRequestURL` input parameters to the "Notifications" section of the EA. - Created a new `SendWebRequest` function that sends a POST request with a JSON payload to the specified URL. - Modified the `Notify` function to call `SendWebRequest` when a notification is triggered. - Added a comment to the code to remind the user to add the URL to the MetaTrader 5 terminal's list of allowed URLs. |
||
|---|---|---|
| .. | ||
| MQL5 | ||