당사 팬 페이지에 가입하십시오
- 조회수:
- 1092
- 평가:
- 게시됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Overview
TelegramTradeNotify is a lightweight MT5 utility EA that sends trade execution (deal) notifications to Telegram using Telegram Bot API (sendMessage).
Key Features
-
Sends alerts on executed deals (TRADE_TRANSACTION_DEAL_ADD)
-
Optional filter: BUY/SELL only
-
UTF-8 URL encoding (supports Vietnamese & emojis)
-
Optional disable web page preview
-
Simple inputs: Bot Token, Chat ID, timeout, prefix
Setup
-
Create a Telegram bot and get the bot token.
-
Get your target chat id (user/group) or use @channelusername.
-
In MetaTrader 5: Tools → Options → Expert Advisors
Enable “Allow WebRequest for listed URL” and add: https://api.telegram.org -
Attach the EA to any chart and set:
-
InpBotToken
-
InpChatId
-
Notes / Troubleshooting
-
If WebRequest fails, check network/firewall/DNS and ensure the URL is allowed in MT5 options.
-
Some networks/VPS may block Telegram; switching network or using a relay server can help.
Inputs
-
InpBotToken: Telegram bot token
-
InpChatId: chat id or @channelusername
-
InpSendTestOnInit: send a test message when EA starts
-
InpNotifyBuySellOnly: notify only BUY/SELL deals
-
InpTimeoutMs: WebRequest timeout
-
InpMsgPrefix: message prefix

Uniformity Factor Script
The script provides a quick estimation of an exponent/power factor for transformation of variable-length price increments into uniform distibution, that makes them a "random walk". The estimated value characterizes current symbol as more profitable when using in a particular trading strategy.
Price Channel
This is a simple price channel indicator allowing user to customize period and line colours. Often used in channel break strategies.
PropGuard MT5 Daily Loss and Max Drawdown Dead-Line Visualizer (Dashboard and Line)
A chart-based risk monitor for prop-firm style rules: draws a live “Dead-Line” price level showing where your Daily Loss Limit or Overall Max Drawdown would be violated, based on equity, open exposure, and optional trailing drawdown.
Viral (1M+ views) 4 Hour Range Strategy coded and tested
This EA is intended to test a popular trading strategy. My own backtest shows that this strategy does not work as it was intended