Telegram Alerts for MT5
FREE
Publié:
19 novembre 2020
Version actuelle:
1.4
Vous ne trouvez aucun robot qui vous convient ?
Commandez le vôtre
dans la section Freelance
Aller à la section Freelance
Commandez le vôtre
dans la section Freelance
Comment acheter un robot de trading ou un indicateur
Exécutez votre EA sur
hébergement virtuel
hébergement virtuel
Test un indicateur/robot de trading avant d'acheter
Vous voulez gagner de l'argent sur Market ?
Comment présenter un produit pour qu'il se vende bien
Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire

Dear Gad, I've done everything and I can see the EA on my screen in Metatrade but in my bot I didn't receive anyting.Could you please help me?
Didn't appear the message with chat ID.
Thanks
Dear Gad, I've done everything and I can see the EA on my screen in Metatrade but in my bot I didn't receive anyting.Could you please help me?
Didn't appear the message with chat ID.
Thanks
hey
can you give option not to send welcome message because it shows chat id, name and equity to all group member.
Querido Gad, eu fiz tudo e posso ver a EA na minha tela em Metatrade mas no meu robô eu não recebi nada. Você poderia me ajudar?
Não apareceu a mensagem com a ID do chat.
Obrigado
Imagens também podem ser simplesmente arrastadas para o texto ou inseridas com Ctrl+V
Hi,
where do I have to insert that
i have a Indikator for example GoldStuff
string directory = "Telegram warnings /" + IntegerToString (AccountInfoInteger (ACCOUNT_LOGIN)) + "/ Signals";
String filename = "Test.txt";
String Signal = "EURUSD 1.20202 BUY SL = 1.201 TP = 1.203";
saveStringFile (signal, directory + "/" + file name);
bool saveStringFile (string s, string filename)
{
int handle = FileOpen (filename, FILE_WRITE | FILE_TXT);
if (handle == INVALID_HANDLE)
return (false);
FileWriteString (Handle, s);
FileClose (Handle);
return (true);
}}
Many Thanks!!
Hi. Have the same problem. After creating a chatbot, there is no other messages with chat ID.
UPD. Tried again and now it's working :)
Contact me in telegram @gadben75
Still waiting for your reply in telegram
EURUSD (6): 2 Buys / 4 Sells.
GBPUSD(5): 3 Buys / 2 Sells
.... etc.
Hi... sorry to say, but it is not working for me... it send message for opening, but not for closing.. anything I do wrong?
I have the same problem.
Hi... sorry to say, but it is not working for me... it send message for opening, but not for closing.. anything I do wrong? Beside I think the way the equity update is created is a kind of difficult to use.. better would be to link tht to TP or SL as a event to send message, if price is ranging it is shooting like crazy without any value of having this info..
Dear Petsman,
The problem is solved with a new app which replaces this one: Ofir Notify free edition for MT5
Ofir Notify is coming with brand new features such as full driven from Telegram, Reports, Screenshots (in the paid edition) and much more to come. I'm sure you will enjoy it. And it's free.
I have the same problem.
Dear Maurice,
The problem is solved with a new app which replaces this one: Ofir Notify free edition for MT5
Ofir Notify is coming with brand new features such as full driven from Telegram, Reports, Screenshots (in the paid edition) and much more to come. I'm sure you will enjoy it. And it's free.
Hey Sir. Great tool.
Possible to add function to send mt5 alerts to telegram please ?
Hey Sir. Great tool.
Possible to add function to send mt5 alerts to telegram please ?
Could you add the option to alert when the Drawdown is >= x?
Hello,
nice EA :)
But today I did not receive the notification on the trade and the message is "DEBUG OPEN".
Could you explain what this means?