Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Trade Reporter Lite - Telegram trade notifications - sistema esperto per MetaTrader 5

Amul Ravikumar
Amul Ravikumar
  • Founder · MT5 / Full-stack Developer al  Brain Grain
  • India
  • 731
5 (1)
MT5 / MQL5 developer. I build indicators, Expert Advisors and utility panels from a written spec — every rule an input, 0 errors / 0 warnings, verified in the Strategy Tester before handover.
Visualizzazioni:
20
Pubblicato:
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Trade Reporter Lite posts your MetaTrader 5 trades to a Telegram chat as they happen. It never opens, closes or modifies a trade.

What it posts
- Open: side, symbol, entry, stop and target with their distance in pips, and lot size.
- Close: pips, R-multiple measured from the first stop, result in account currency, entry to exit, and time held.

It watches every position on the account, manual or from any EA. A restart does not re-announce positions that are already open. Failed sends retry with back-off (5 s, 15 s, 45 s, 135 s). A small box on the chart shows sent, queued and failed counts, with any error in plain words.

Inputs
- Telegram bot token: from @BotFather.
- Chat ID: @yourchannel for a public channel, or the numeric chat id.
- Line added above every message: optional, e.g. your channel name.

Setup
1. In Telegram, message @BotFather, send /newbot and copy the token.
2. Send your new bot any message, or add it to your channel as an admin. For a private chat, open api.telegram.org/bot followed by your token and /getUpdates in a browser, and copy the number after "chat":{"id":
3. In MetaTrader: Tools > Options > Expert Advisors > tick "Allow WebRequest for listed URL" and add https://api.telegram.org (press Enter after typing it).
4. Attach Trade Reporter Lite to any chart and paste the token and chat ID. If you added the address while it was already running, reload it once (F7 > OK).

Works on any symbol and timeframe, on hedging and netting accounts. In the Strategy Tester WebRequest is not available, so messages are printed to the journal as TRL[tester].

Full version
Trade Reporter Telegram and Discord on the MQL5 Market adds Discord, chart screenshots, stop and target moves (trailing stops coalesced), partial closes, pending orders, daily and weekly reports, privacy modes for signal channels (percent only or pips only), symbol and magic filters, several chats, and a panel with SEND TEST and PAUSE:
https://www.mql5.com/en/market/product/197714

ATR Trailing Stop (Pine Script Port) ATR Trailing Stop (Pine Script Port)

MQL5 port of a Pine Script ATR trailing-stop indicator: nLoss = ATR-multiple, the stop ratchets under price in an uptrend and over price in a downtrend, and flips (with a buy/sell arrow) when price closes through it. Includes a Python reference port and a parity test that checks both agree with a literal, bar-by-bar transcription of the Pine semantics (na/nz/series history).

EMA Cross Demo EA with ATR Stops EMA Cross Demo EA with ATR Stops

A small demo Expert Advisor: EMA fast/slow cross entries (evaluated on closed bars only, no repainting), ATR-based stop-loss and take-profit, spread filter, and position handling that works on both hedging and netting accounts. Includes a Python reference implementation for parity testing. This is a deliverable example, not a trading recommendation - the attached equity curve is from synthetic data and shows the method, not an edge.

Accelerator Oscillator (AC) Accelerator Oscillator (AC)

The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.

MACD Signals MACD Signals

Indicator edition for new platform.