Multi-indicator technical analysis engine that delivers high-confidence CALL/PUT signals straight to Telegram.
| 🪙 100+ Trading Pairs | Crypto, Forex, Stocks (OTC), Commodities |
| 🧠 Multi-Indicator Engine | RSI, MACD, Bollinger, Stochastic, EMA/SMA, ATR, S/R, candlestick patterns |
| ⏱ Multi-Timeframe Analysis | 1m → 1h for comprehensive market context |
| 📊 Confidence Scoring | High / Medium / Low with weighted indicator consensus |
| 🔄 Divergence Detection | Bullish & bearish divergences identified automatically |
| 🎛 Inline UI | Browse pairs by category, paginated (12/page), with expiry selection |
| 📬 Auto-Subscriptions | Subscribe to pairs for periodic signal updates |
| 🧹 Zero TA Dependencies | Pure NumPy/Pandas — no TA-Lib or alpha vantage needed |
| Category | Count | Examples |
|---|---|---|
| 🪙 Crypto | 25 | BTC, ETH, SOL, XRP, DOGE, ADA, PEPE … |
| 💱 Forex | 20 | EUR/USD, GBP/USD, USD/JPY, USD/CAD … |
| 📈 Stocks (OTC) | 30+ | AAPL, TSLA, NVDA, GOOGL, META, PLTR … |
| 🛢️ Commodities | 20 | XAU/USD, USOIL, NATGAS, COPPER, WHEAT … |
| Command | Description |
|---|---|
/start |
Welcome + pair browser |
/signal <pair> |
Instant signal for any pair |
/subscribe <pair> |
Auto-receive signals periodically |
/unsubscribe |
Stop auto-signals |
/pairs |
Browse all pairs inline |
/help |
Show usage guide |
Every signal is generated by a weighted consensus of:
| Indicator | Role |
|---|---|
| RSI(14) | Oversold/Overbought zones + divergence |
| MACD(12,26,9) | Line cross, histogram momentum |
| Bollinger Bands(20,2) | Squeeze detection, trend direction |
| Stochastic(14,3,3) | %K/%J crossovers |
| EMA/SMA | 7/25/99 crossovers, trend alignment |
| ATR(14) | Volatility-adjusted stop levels |
| Support/Resistance | Pivot point clustering |
| Candlestick Patterns | Doji, engulfing, hammer, shooting star |
git clone https://github.com/ixiflower/trademind-bot
cd trademind-bot
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
# Edit .env → set your BOT_TOKEN
python bot.pyDouble-click run.bat or run from CMD:
run.batThe script auto-creates a virtual environment, installs deps, and starts the bot.
[Unit]
Description=TradeMind Signal Bot
After=network.target
[Service]
Type=simple
User=ixi_flower
WorkingDirectory=/path/to/trademind-bot
ExecStart=/path/to/trademind-bot/.venv/bin/python bot.py
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.targettrading-bot binary-options pocket-option trading-signals technical-analysis rsi macd bollinger-bands crypto-trading forex-trading stock-trading commodities-trading telegram-bot python binance yahoo-finance indicators trading-strategy
MIT — built with ❤️ by ixi_flower