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.
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.
This 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.