beatwad/sigbot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a cryptocurrency signal bot that watches thousands of crypto trading pairs across major exchanges like Binance, OKX, Bybit, and MEXC, then posts useful buy and sell alerts into Telegram topics.

I want it to look for indicator combinations like RSI with Stochastic, patterns with trend, MACD crosses, pump or dump moves, and high volume moves. Each signal should include the coin, trade side, exchange availability, TradingView links, a simple chart or visual, and stats showing how similar recent signals performed over the last day or few days.

Please include setup through an env file for exchange keys, Telegram keys, TradingView access, and bot mode. It should have a normal running mode, a debug mode, a test mode, and an optimization mode. Make it runnable with Docker and include clear instructions so I can start it without digging through the code.

Also include the trading module idea where a specific RSI plus Stochastic signal on Bybit can collect market data and use a model to decide whether confidence is high enough to open a trade.

Want more depth? Deep Reverse