SkillAgentSearch skills...

Crypto Signals Tg Bot

A bot for Telegram based on a neural network that displays signals for the purchase/sale of cryptocurrency.

Install / Use

npx skills add ArtReeX/crypto-signals-tg-bot

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

crypto-signals-tg-bot

A bot for Telegram based on a neural network that displays signals for the purchase/sale of cryptocurrency.

Options

tensorflow (after changing this parameter, it is necessary to retrain the network, for this you need to delete the "model" folder and run the application again)

  • seqPast - interval for forecasting in the candlelight

  • seqFuture - number of candles for neural network predictions

  • epochs - number of training iterations

"tensorflow": {
    "seqPast": 10,
    "seqFuture": 1,
    "epochs": 50
},

telegram

  • token - token bot
  • chat - chat ID (api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/getUpdates)
"telegram": {
  "token": "1017355485:AAH2YMpsw6c-iTZhU8BEAabvduHSpQ2SvXE",
  "chat": -1001158670090
},

directions

  "directions": ["BTCUSDT", "ETHUSDT", "BCHUSDT", "BNBUSDT"],
  "intervals": ["4h"]
},

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5mo ago
Forks2

Languages

TypeScript

Security Score

87/100

Audited on Mar 9, 2026

No findings