Regarding how the Expert Advisor works: after downloading the program from the Telegram channel (which is required), you need to configure it by entering the keywords that precede the parameters you want to use.
For example, if the setting in the message appears as “Lot:”, you must enter it exactly as written into its corresponding field inside the Expert Advisor.
An AI-powered version will be integrated into the program in the future.
Trade signals from external sources are received through the endpoint: /webhook
When sending a message from TradingView or any other platform, make sure the text matches exactly what is defined in the Expert Advisor settings.
For example, if you set the parameter name as lot in the volume field inside the Expert settings, then the webhook message must use the same keyword (lot) exactly as written.
Added the ability to analyze images and extract trades from them. Added buttons to enable and disable automatic detection and AI-based detection features. And to extract trades from images.
Hello,
Regarding how the Expert Advisor works: after downloading the program from the Telegram channel (which is required), you need to configure it by entering the keywords that precede the parameters you want to use.
For example, if the setting in the message appears as “Lot:”, you must enter it exactly as written into its corresponding field inside the Expert Advisor.
An AI-powered version will be integrated into the program in the future.
1. Notification Types
2. Delivery Channels
🖥️ Alert Popup A blocking pop-up dialog appears directly on the MT5 terminal screen.
📱 Push Notification A push notification is sent to the MetaTrader 5 mobile app on your phone.
📧 Email An email is sent using MT5's built-in SendMail() function. Requires SMTP configured in MT5 Options.
🔊 Sound A different sound plays for each event type:
📱 Telegram A formatted message is sent to a Telegram bot chat using the Telegram Bot API. Free, fast, and no daily limit.
💬 WhatsApp A message is sent via the free CallMeBot gateway. Has a daily message limit on the free tier.
3. SendTelegramMessage()
Sends a message to Telegram using the Bot API. It:
4. BuildTelegramMessage()
Formats the Telegram message with a clean layout:
✅ ORDER OPEN ━━━━━━━━━━━━━━━━ EURUSD | BUY | Lot: 0.10 | Entry: 1.08520 | SL: 1.08200 | TP: 1.09100 ━━━━━━━━━━━━━━━━ 🕐 2024.01.15 14:32
5. SendWhatsAppMessage()
Sends a message via CallMeBot. It:
6. All New Input Parameters
Event Switches:
Channel Switches:
7. Setup Instructions
Telegram (5 minutes):
WhatsApp (10 minutes):
8. Example Notification Messages
9. Recommended Settings
The program receives a trading message.
For example:
Or in Arabic, Spanish, French, or even shortcuts:
Step 1: Reading the Trade
The program reads the message exactly as it is written.
It can handle different languages: Arabic, English, Spanish, French, German, Turkish, Russian, Italian, Portuguese, etc.
It can understand shortcuts and emojis like b , s , sl2030 , tp1 , 🟢 .
Step 2: Understanding the Trade
The AI looks at the message and automatically understands:
Which asset is being traded (Gold, BTC, EURUSD…)
Direction: Buy or Sell
Stop Loss (SL)
Take Profit (TP)
No matter the language, format, or order of the text, the AI recognizes the meaning.
Step 3: Rewriting the Trade Clearly
The AI then rewrites the trade in clean and professional English, ready for the platform or reporting.
Example results:
Or:
✅ Summary
The system does three simple things:
Reads the message in any language or format
Understands the trade details
Rewrites it clearly in English
It works with multiple languages, shortcuts, and even emojis, making it flexible and easy to use.
his version of the program receives trades from external sources via webhook and automatically opens them on MT5/MT4.
It works for both platforms using MQL5.
You can connect the program using Cloudflare Tunnel and forward the link to:
http://127.0.0.1:80
Trade signals from external sources are received through the endpoint: /webhook
When sending a message from TradingView or any other platform, make sure the text matches exactly what is defined in the Expert Advisor settings.
For example, if you set the parameter name as lot in the volume field inside the Expert settings, then the webhook message must use the same keyword (lot) exactly as written.
download url https://t.me/copy_trader_softwer/18
Added the ability to analyze images and extract trades from them.
Added buttons to enable and disable automatic detection and AI-based detection features.
And to extract trades from images.