Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to send signals to telegram using indicators or robots? #12

Open
TradingToolCrypto opened this issue Dec 26, 2023 · 1 comment
Open
Labels
documentation Improvements or additions to documentation

Comments

@TradingToolCrypto
Copy link
Owner

TradingToolCrypto commented Dec 26, 2023

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 added a commit that referenced this issue Dec 26, 2023
@TradingToolCrypto
Copy link
Owner Author

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 TradingToolCrypto changed the title Create signals for telegram using indicators or robots How to send signals to telegram from indicators or robots with TTC? Jan 29, 2024
@TradingToolCrypto TradingToolCrypto changed the title How to send signals to telegram from indicators or robots with TTC? How to send signals to telegram using indicators or robots? Jan 29, 2024
@TradingToolCrypto TradingToolCrypto added the documentation Improvements or additions to documentation label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant