Telegram Indicator Connector monitors specific indicator buffers to identify trade entries and transmits alerts to a designated chat via the Telegram API. The tool is specifically configured for binary options workflows, supporting fixed expiration times and result tracking through two martingale levels. It includes features for time-based scheduling, customizable message templates for win and loss events, and live statistical monitoring of indicator performance directly within the messaging interface.
Read from conector_telegram.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
__
string
--== Indi Conf ==--
_
IndiName
string
Nome do Indicador
UpVal
int
0
Up-buffer
DnVal
int
1
Dn-buffer
_
string
--== Signal Conf ==--
_
tempo_expiracao
int
5
Expiração em Minutos
Entrada
tipo
NA_PROXIMA_VELA
ativar_win_gale
bool
true
Ativar Win Gale
ativar_win_gale2
bool
true
Ativar Win Gale 2
______
string
--== Filtro de Horário ==--
_
filtro_horario_telegram
bool
false
Filtro de Horário
telegram_start_time
string
9:00
Horário de Inicio
Show all 37 inputs
Name
Type
Default
Description
telegram_stop_time
string
14:00
Horário de Parada
telegram_start_time_2
string
9:00
Horário de Inicio
telegram_stop_time_2
string
14:00
Horário de Parada
____
string
--== Resultado Parcial ==--
_
resultados_parciais_ao_vivo
bool
false
Exibir Resultados Parciais
msg_personalizada_ao_vivo
string
Msg Personalizada
tempo_minutos_ao_vivo
int
Enviar Msg a Cada (Minutos):
_____________
string
--== Estatísticas ==--
_
assertividade_global
bool
false
Exibir Assertividade Global
assertividade_restrita
bool
false
Exibir Assertividade Restrita
arquivo_estatisticas
string
results.txt
Filename
___
string
--== Telegram Conf ==--
_
nome_sala
string
🤖Omega Sinais🤖
Nome da Sala
apikey
string
5116742982:AAGSx8rzBQ_oI10UPeXWVZfh0rAk5Zp_qKg
API Key
chatid
string
1057247483
Chat ID
_____
string
--== Mensagem Win/Loss ==--
_
message_win
string
WIN SEM GALE
Mensagem de Win
message_win_gale
string
WIN GALE 1
Mensagem de Win Gale
message_win_gale2
string
WIN GALE 2
Mensagem de Win Gale2
message_loss
string
LOSS
Mensagem de Loss
message_empate
string
DOJI
Mensagem de Empate
file_win
string
EXAMPLE_PHOTO
Imagem de Win
file_win_gale
string
EXAMPLE_PHOTO
Imagem de Win Gale
file_win_gale2
string
EXAMPLE_PHOTO
Imagem de Win Gale 2
file_loss
string
EXAMPLE_PHOTO
Imagem de Loss
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Suares5k/mql4-source-codes 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.
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 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
This expert advisor facilitates trade replication between MetaTrader 4 and MetaTrader 5 platforms using TCP communication. It functions as either a sender or a receiver, allowing cross-platform signal transfer. The tool includes a lot size multiplier to scale positions on the receiving side and requires IP and port con
This MetaTrader 4 expert advisor functions as a trade copier, specifically acting as the slave component to receive and replicate orders from a source file. It features flexible lot sizing options, allowing users to apply a scaling coefficient, force a fixed lot size, or calculate volume based on the account balance. T
This trade copier for MetaTrader 4 synchronizes orders from a master account to a slave instance using file-based communication. It provides flexible volume management, allowing users to copy original lot sizes, apply multipliers, or use fixed lot values. The tool includes account-level risk controls that can trigger b
This MetaTrader 4 expert advisor functions as the receiving component of a trade copying system. It monitors a shared CSV file in the common terminal folder to replicate positions from a source account onto the local account. The EA provides multiple risk management options including lot size multipliers, fixed lot ove
This expert advisor acts as a server bridge for MetaTrader 5, facilitating communication with external applications via ZeroMQ sockets and JSON messaging. It enables remote control from languages like Python to request account details, trade history, and current positions. The system supports the execution of market an