MT5-TradingToolCrypto icon indicating copy to clipboard operation
MT5-TradingToolCrypto copied to clipboard

How to send signals to telegram using indicators or robots?

Open TradingToolCrypto opened this issue 1 year ago • 1 comments

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

  • Signal must 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)

TradingToolCrypto avatar Dec 26 '23 00:12 TradingToolCrypto

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

TradingToolCrypto avatar Jan 26 '24 12:01 TradingToolCrypto