MT5-TradingToolCrypto
MT5-TradingToolCrypto copied to clipboard
How to send signals to telegram using indicators or robots?
build an indicator, or robot that creates a globalVariable in a specified format.
- Signal_Symbol_M5_Buy_ID
- Signal_BTCUSD_M5_Sell_ID
The Telegram-Signals-Alert robot will scan the global variables within metatrader5 platform and send these details to telegram channels or group chats via the standard telegram_bots api.
The above signal is only an example and the only requirements are
Signalmust be the first word and is not case-sensitive_all tags must be separated with a lower dash- only 4 slots available
Robots
A list of robots or indicators include Telegram-Signal-Alerts functionality
MarketSlayer
- version "1.12" : signals are created on Market-Slayer and Limit-Layer trend line touches (first touch only)
idea: check daily % gain/loss and alert at a few % values 5, 10 20 50 100 % ,
- reset values every 24 hours to create a daily cycle of alerts for breakouts and dip buying
- Signal_BTCUSD_M5_Sell_ID
- Signal_BTCUSD_M5_Sell_5PercentGain