Precision Market Intelligence meets Anti-Gravity Design. An AI-powered trading terminal featuring RAG-enhanced technical analysis, real-time multi-asset tracking, and automated signal intelligence.
Recently upgraded with enterprise-grade features for a professional trading workflow:
- ⚡ High Confluence Scanner: New backend engine that scans multiple assets across Crypto, Forex, and Commodities for setups with 78%+ confidence scores.
- 🏛️ Institutional AI Analyst: Re-engineered prompt system enforcing strict risk-to-reward ratios and professional market structure analysis.
- 🎯 Increased Signal Frequency: Tuned AI logic to minimize "no_setup" states while maintaining high quality through sophisticated pattern identification.
- 📊 Unified Scanner HUD: Real-time progress tracking for background scans with instant high-probability trade delivery.
- 🔐 Secure Google Auth: Seamless sign-in and session restoration via Supabase Auth.
- 📡 Automated 4H Scanner: High-precision market scanner optimized for 4-hour cycles capture institutional trends.
- 📧 Email Signal Alerts: Instant trade notifications delivered to your inbox via Resend integration.
- RAG-Enhanced Insights: AI cites specific chapters from uploaded trading books.
- Tailored Trade Setups: Precise Entry, SL, and TP for any account size.
- Pattern Recognition: Scans 170+ candlestick patterns instantly on 4H timeframes.
- Sentiment Fusion: Combines technical price action with real-time news sentiment.
- Omni-Asset Support: Real-time tracking for Crypto, Forex, and Commodities.
- Background Scanning: Automated monitoring every 4 hours with 0ms local footprint.
- Impact Prediction: Predicts how news headlines will move specific assets.
- Anti-Gravity UI: A sleek, cosmic-themed interface with glassmorphism and smooth animations.
- Notification Prefs: Full control over which assets trigger alerts (Crypto vs Forex).
- Performance First: Built with Vite for instant loading.
| Category | Technology |
|---|---|
| Frontend | React 18, Vite, Tailwind CSS, Framer Motion |
| Backend | Node.js, Express, Socket.io, Node-Cron |
| Auth/DB | Supabase (PostgreSQL + RLS), Auth |
| Resend API | |
| AI/ML | Google Gemini 3 Flash, Vector Embeddings |
| Vector DB | Pinecone Cloud |
| Data APIs | CoinGecko, NewsData.io, Twelve Data |
-
Clone & Install
git clone https://github.com/Muheez001/TRADERS-HUB.git cd TRADERS-HUB # Install server & client deps cd server && npm install cd ../client && npm install
-
Environment Setup Create a
.envfile in theserverfolder:- Gemini AI: Get API Key
- Supabase: Get Project URL/Key
- Resend: Get API Key
- Pinecone: Get API Key
- NewsData: Get API Key
# AI & Search GEMINI_API_KEY=your_key PINECONE_API_KEY=your_key NEWSDATA_API_KEY=your_key # Supabase (Database & Auth) SUPABASE_URL=your_project_url SUPABASE_ANON_KEY=your_anon_key # Email Alerts RESEND_API_KEY=your_resend_key
-
Database Migration Run the SQL scripts in your Supabase SQL Editor:
server/supabase-schema.sql(Core tables)server/user-preferences-schema.sql(Preferences)server/add-pair-preferences.sql(Asset selection)
-
Ignition
# Terminal 1 (Server) npm run dev # Terminal 2 (Client) npm run dev
Muheez Muftau
- GitHub: @Muheez001
- Email: muftaumuheez6@gmail.com
Barnabas Oboh (Aka Banny)
- Email: bannyzinnovate@gmail.com
⚠️ Disclaimer: TRADERS-HUB is an AI-powered tool for educational purposes. Trading involves significant risk. Always DYOR.
⭐ If this platform helped you defy market gravity, consider giving it a star!