Pinchoflogic Crypto Tools
Pricing
$9.00/month + usage
Go to Apify Store

Pinchoflogic Crypto Tools
Pricing
$9.00/month + usage
Rating
0.0
(0)
Developer

HengJ
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
7 days ago
Last modified
Categories
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_toolsnpm 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 signalsexport TELEGRAM_CHANNEL_ID='-1001234567890'
3. Run the Bot
# Start the Telegram botnpm start# Or run signal generator separatelynpm run signals# Run API servernpm run api
Subscription Tiers
| Tier | Price | Features |
|---|---|---|
| Free | $0 | Basic prices, RSI |
| Basic | $5/mo | Signals, entry/exit targets |
| Premium | $9/mo | Full analysis, AI insights |
| Pro | $19/mo | Everything + custom indicators |
Bot Commands
| Command | Description |
|---|---|
/start | Welcome message & overview |
/subscribe | View plans & subscribe |
/status | Check your subscription |
/signals | Get trading signals |
/price | Current crypto prices |
/help | All commands |
System Architecture
crypto-signals.js β Signal generationsignal-bridge.js β Tier managementwealth-signal-bot.js β Telegram deliverysubscription-manager.js β Payments & usersx402-middleware.js β Crypto payments
Files
| File | Purpose |
|---|---|
crypto-signals.js | Generate trading signals |
signal-bridge.js | Route signals by tier |
wealth-signal-bot.js | Telegram bot |
subscription-manager.js | SQLite subscriptions |
x402-middleware.js | Payment verification |
custom-api-service.js | REST API |
prediction-market-bot.js | Polymarket integration |
newsletter-generator.js | Email reports |
API Endpoints
GET /api/price/:symbol - Get priceGET /api/signals - Get signals (tier-filtered)GET /api/signals/:symbol - Specific signalPOST /api/signals/refresh - Force refresh
Testing
# Run signal testsnpm test
Configuration
Telegram Setup
- Message @BotFather on Telegram
- Create new bot with
/newbot - Copy the API token
- Set webhook or use polling
x402 Payments (Optional)
- Deploy to Apify or similar platform
- Set
X402_ENABLED=true - 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.