Step to setup telegram in TELEGRAM TO MT4/MT5 EA :-
1. Go to :- Telegram and search channel name - “@BotFather”
BotFather,
I can help you create and manage Telegram bots. If you're new to the Bot API, please see the manual
([Link]
You can control me by sending these commands:
/newbot - create a new bot
/mybots - edit your bots [beta]
Edit Bots
/setname - change a bot's name
/setdescription - change bot description
/setabouttext - change bot about info
/setuserpic - change bot profile photo
/setcommands - change the list of commands
/deletebot - delete a bot
Bot Settings
/token - generate authorization token
/revoke - revoke bot access token
/setinline - toggle inline mode ([Link]
/setinlinegeo - toggle inline location requests ([Link]
/setinlinefeedback - change inline feedback ([Link] settings
/setjoingroups - can your bot be added to groups?
/setprivacy - toggle privacy mode ([Link] in groups
Games
/mygames - edit your games ([Link] [beta]
/newgame - create a new game ([Link]
/listgames - get a list of your games
/editgame - edit a game
/deletegame - delete an existing game
2. Open channel , Type “/newbot”
3. Type Bot name example (make bot name end with bot ), “somethingtesterperformbot”
4. After creating Bot , we get “Access Token” - Like ,
“2086919174:AAE3u3koJA_rqovFHzIjKYluIkcXi3T2MWU”
5. Paste Access Token on EA
After Getting “Access Token” of Telegram , you should add that bot “username” to telegram
channel as “Admin” User
Format For Trading
To Close All Trade Pass this command on telegram channel , As Given below :
tradeclose@CAT
To close All trade Specified Symbol/Pair
tradeclose@Symbolname
example
tradeclose@eurusd
To Execute trade on current Price on specified Symbol/Pair
symbol@EURUSD
price@current
type@buy
tp@0
sl@0
[email protected]
To Execute Pending Order on specified Symbol/Pair - BUY LIMIT
symbol@EURUSD
[email protected]type@buylimit
tp@0
sl@0
[email protected]To Execute Pending Order on specified Symbol/Pair - SELL LIMIT
symbol@EURUSD
[email protected]type@selllimit
tp@0
sl@0
[email protected]To Execute Pending Order on specified Symbol/Pair - BUY STOP
symbol@EURUSD
[email protected]type@buystop
tp@0
sl@0
[email protected]To Execute Pending Order on specified Symbol/Pair - SELL STOP
symbol@EURUSD
[email protected]type@sellstop
tp@0
sl@0
[email protected]To Modify Specified Trade ( By Ticket Number )
modify@ticketnumber
tp@0
sl@0