당사 팬 페이지에 가입하십시오
- 조회수:
- 133
- 평가:
- 게시됨:
- 업데이트됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.
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
- In Telegram, message @BotFather, send /newbot and copy the token.
- 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":
- In MetaTrader: Tools > Options > Expert Advisors > tick "Allow WebRequest for listed URL" and add https://api.telegram.org (press Enter after typing it).
- 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).
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
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.
CME Gap Tracker for Gold and Bitcoin: Open Gaps, Fill Rate and a Fade-Trade Test
Finds the weekend CME gap on gold and on 24/7 Bitcoin charts, keeps every unfilled gap on the chart until price returns to it, and shows how often gaps filled, how fast, how far price ran first, and what fading them would have made. Non-repainting, with buffers for an Expert Advisor.
MACD Signals
Indicator edition for new platform.