Discord Telegram Client functions as a comprehensive manual trading panel, enabling users to execute various order types and manage positions directly from the chart interface. The EA integrates indicator-based signal generation using RSI, CCI, and Momentum, alongside risk controls including trailing stops, fixed stop loss, and take profit parameters. It supports automated lot sizing based on account equity percentage and includes a time-of-day filter.
Integrated Telegram and Discord communication bridge
Interactive on-chart manual trading button panel
Indicator-based signals using RSI, CCI, and Momentum
Automated trailing stop and trailing step management
Configurable trading hours and risk-based lot sizing
Read from Discord_Telegram_Client.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagic
ulong
123
Magic number
InpLots
double
0.001
Lots
InpStopLoss
uint
50
StopLoss in points
InpTakeProfit
uint
50
TakeProfit in points
InpDistance
uint
50
Pending orders distance (points)
InpDistanceSL
uint
50
StopLimit orders distance (points)
InpSlippage
uint
0
Slippage in points
InpWithdrawal
double
10
Withdrawal funds (in tester)
InpButtShiftX
uint
40
Buttons X shift
InpButtShiftY
uint
10
Buttons Y shift
InpTrailingStop
uint
50
Trailing Stop (points)
InpTrailingStep
uint
20
Trailing Step (points)
Show all 32 inputs
Name
Type
Default
Description
InpTrailingStart
uint
0
Trailing Start (points)
InpStopLossModify
uint
20
StopLoss for modification (points)
InpTakeProfitModify
uint
60
TakeProfit for modification (points)
IndicatorList
string
RSI,Momentum, CCI
Telegram_Channel_Name
string
tradeexpert_infos
ChatID
long
1001659738763
IndicatorName
string
CCI
TimeFrame
ENUM_TIMEFRAMES
PERIOD_H1
bullishColor
color
Green
Bullish candlestick color
bearishColor
color
Red
Bearish candlestick color
backgroundColor
color
White
Background color
riskPercentage
double
2.0
Risk percentage per trade
startHour
int
8
Trading start hour (24-hour format)
endHour
int
16
Trading end hour (24-hour format)
Telegram_Token
string
2032573404:AAGnxJpNMJBKqLzvE5q4kGt1cCGF632bP7A
_template
string
tradeexpert
showorderid
bool
true
InpUpdateMode
ENUM_UPDATE_MODE
—
Platform
string
T
Name
string
tradeexpert
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone nguemechieu/MT4_MT5_Discord_TelegramChannelBot from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This expert advisor bridges MetaTrader 4 and MetaTrader 5 with Telegram to facilitate signal-based trading and remote account management. It can execute trades from external signals or generate its own alerts using built-in indicators such as Ichimoku, Bollinger Bands, and Momentum. The software includes the ability to
This MetaTrader 5 expert advisor acts as a bridge between Telegram channels and the trading terminal via a dedicated Python server. It uses a TCP socket connection to receive structured JSON data parsed by artificial intelligence from unstructured chat messages. The EA executes market or pending orders based on entry r
This MetaTrader 4 expert advisor functions as a local trade copier, allowing users to replicate trades from one terminal to another. It operates by sharing a data file between a master and a slave instance on the same computer or filesystem. The slave EA manages order execution, including market, limit, and stop orders
DWX Connect is an open-source bridge that links external trading strategies written in Python, C#, or Java to MetaTrader 4 and 5. It functions as a server EA that facilitates communication via file-based messaging, allowing users to execute trades and subscribe to market data without coding in MQL. The EA manages trade
Telegram API Signal Bot is a notification utility for MetaTrader 4 designed to broadcast trading activity to external communication channels. The EA monitors the terminal for order events, including executions and partial closes, and transmits the details to a Telegram group or channel using the Telegram Bot API. It of
This expert advisor provides a communication layer between MetaTrader 4 and external software applications via the ZeroMQ protocol. It operates as a server that listens for remote commands to open, modify, or delete market and pending orders. The system features a request-response mechanism and a dedicated push server