
To give you the best possible experience, this website uses cookies. By continuing to use this website you are giving consent to cookies being used. For information on cookies and how to disable them visit our
Privacy Policy.
Telegram4mql.dll
void OnTick(){ // example alert if(NewSignal()){ TgSendMessage("Signal: BUY EURUSD @ " + DoubleToString(Ask,5)); } }
int OnInit(){ if(TgInit("123456:ABCDEF_token_here", "987654321") != 0){ Print("Telegram init failed"); return INIT_FAILED; } TgSendMessage("EA started"); return INIT_SUCCEEDED; } telegram4mql.dll