Pinchoflogic Crypto Tools avatar

Pinchoflogic Crypto Tools

Pricing

$9.00/month + usage

Go to Apify Store
Pinchoflogic Crypto Tools

Pinchoflogic Crypto Tools

Pricing

$9.00/month + usage

Rating

0.0

(0)

Developer

HengJ

HengJ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

7 days ago

Last modified

Share

Wealth Signal - AI Trading Signal System

πŸ€– AI-powered trading signal subscription service with Telegram bot delivery

Features

  • πŸ“ˆ AI Trading Signals - RSI, MACD, Bollinger Bands analysis
  • πŸ’° Subscription Tiers - Free, Basic ($5), Premium ($9), Pro ($19)
  • πŸ€– Telegram Bot - Instant signal delivery
  • πŸ’³ x402 Payments - Crypto micropayments support
  • πŸ“Š Portfolio Tracking - Monitor your trades
  • πŸ”” Price Alerts - Customizable notifications

Quick Start

1. Install Dependencies

cd ~/workspace/investment_tools
npm install

2. Configure Environment

# Telegram Bot Token (get from @BotFather)
export TELEGRAM_BOT_TOKEN='your-bot-token'
# Payment Address (for x402 payments)
export PAYMENT_ADDRESS='0xyour-eth-address'
# Optional: Channel ID for public signals
export TELEGRAM_CHANNEL_ID='-1001234567890'

3. Run the Bot

# Start the Telegram bot
npm start
# Or run signal generator separately
npm run signals
# Run API server
npm run api

Subscription Tiers

TierPriceFeatures
Free$0Basic prices, RSI
Basic$5/moSignals, entry/exit targets
Premium$9/moFull analysis, AI insights
Pro$19/moEverything + custom indicators

Bot Commands

CommandDescription
/startWelcome message & overview
/subscribeView plans & subscribe
/statusCheck your subscription
/signalsGet trading signals
/priceCurrent crypto prices
/helpAll commands

System Architecture

crypto-signals.js β†’ Signal generation
signal-bridge.js β†’ Tier management
wealth-signal-bot.js β†’ Telegram delivery
subscription-manager.js β†’ Payments & users
x402-middleware.js β†’ Crypto payments

Files

FilePurpose
crypto-signals.jsGenerate trading signals
signal-bridge.jsRoute signals by tier
wealth-signal-bot.jsTelegram bot
subscription-manager.jsSQLite subscriptions
x402-middleware.jsPayment verification
custom-api-service.jsREST API
prediction-market-bot.jsPolymarket integration
newsletter-generator.jsEmail reports

API Endpoints

GET /api/price/:symbol - Get price
GET /api/signals - Get signals (tier-filtered)
GET /api/signals/:symbol - Specific signal
POST /api/signals/refresh - Force refresh

Testing

# Run signal tests
npm test

Configuration

Telegram Setup

  1. Message @BotFather on Telegram
  2. Create new bot with /newbot
  3. Copy the API token
  4. Set webhook or use polling

x402 Payments (Optional)

  1. Deploy to Apify or similar platform
  2. Set X402_ENABLED=true
  3. Configure payment address

Requirements

  • Node.js 18+
  • Telegram account
  • npm or yarn
  • (Optional) SQLite for subscriptions

License

MIT License

Support

  • Telegram: @your-support-channel
  • Issues: GitHub Issues

Disclaimer: Trading signals are for educational purposes only. Not financial advice. Always do your own research.