Yalnızca ürünü satın alan veya kiralayan kullanıcılar yorum yazabilir
Mohammed Kaddour  
How the System Works (AI Update)

The program receives a trading message.

For example:

Buy gold now
SL 2030
TP 2055

Or in Arabic, Spanish, French, or even shortcuts:

بيع ذهب الآن
sl2030 tp2055
comprar BTC tp=64000


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:

Sell XAUUSD at market price.
Stop Loss: 2030
Take Profit: 2055

Or:

Buy BTCUSD at market price.
Stop Loss: 64000
Take Profit: 68000


✅ Summary

The system does three simple things:

  1. Reads the message in any language or format

  2. Understands the trade details

  3. Rewrites it clearly in English

It works with multiple languages, shortcuts, and even emojis, making it flexible and easy to use.

Mohammed Kaddour  


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

Mohammed Kaddour  
Update for Telegram copy trade win app

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.