Signaling model

1. Build an alert signal bot

Purpose: To build a bot on the Telegram platform that helps alert users about fluctuations in proactive buy/sell activity and foreign investor trading.

Result when running the bot:

Preparation steps:

  • After creating the bot, save the API Token.

  • Create a Telegram group chat and invite the newly created chatbot as a member.

  • Turn on the Topics feature in the settings of the newly created group.

After creation, users will see "Create a topic." They need to create relevant topics (thread IDs); each topic will have its own unique thread ID.

Access https://web.telegram.org/arrow-up-right, log in with the user's Telegram account.

After these three steps, users will have the following information:

  • Bot's API Token

  • Topic ID

  • Thread ID

Combine this with your username and password, then fill them into the code sample below to activate the bot.

Last updated