A professional trading strategy platform where traders discover, analyze, and deploy backtested algorithmic strategies — built for real use, not just demos.
TradexStrategies is a full-stack web platform that gives traders access to a curated library of 50+ backtested algorithmic strategies across Crypto, Forex, and Stocks. Two fresh strategies drop every day. Every single one is verified before it reaches your dashboard.
It's not a toy project. It has real auth, real subscriptions, a community, a native desktop app, and an admin panel — all wired up and production-ready.
- You get strategies that are already backtested — no guesswork, no manual research
- The platform shows you equity curves, monthly returns, win/loss breakdowns, and Sharpe ratios for every strategy
- A live market ticker keeps you in sync with real-time prices across major assets
- The community hub lets traders discuss strategies, post replies, and follow each other
- There's a native desktop app (Windows available now) that works like a professional trading terminal — live charts, one-click execution, real-time alerts
- Subscription tiers (Free Trial / Premium $50 / Elite $99) unlock deeper access
| Metric | Value |
|---|---|
| Avg Annual Return | +184% |
| Win Rate | 68% |
| Max Drawdown | -8.4% |
| Sharpe Ratio | 2.31 |
| Strategies Released | 2 per day |
| Backtested Before Release | 100% |
- Strategy library with filters (asset class, return, win rate, risk level)
- Deep strategy detail pages — equity curves, monthly return charts, algorithm breakdown
- Live market ticker across BTC, ETH, SOL, AAPL, and more
- Community hub — threaded discussions, likes, replies, category filters, follow system
- User profiles — avatar upload, bio, trading preferences
- Subscription system — Free Trial, Premium, Elite plans
- Crypto payment flow — chain selector, wallet address, QR code, tx hash submission
- Admin panel — manage users, strategies, and payment requests
- Native desktop app — Windows download available, macOS and Linux coming
- Dark UI with emerald/violet accents throughout
| Layer | Technology |
|---|---|
| Frontend | React 18, TypeScript, Vite, Tailwind CSS |
| UI Components | shadcn/ui, Recharts |
| Backend | Node.js, Express |
| Database | Supabase (PostgreSQL) |
| Auth | JWT |
| Deployment | Vercel (frontend + backend) |
/
├── frontend/ # React + Vite app
│ ├── src/
│ │ ├── pages/ # Dashboard, Strategies, Community, Profile, Subscription, Admin
│ │ ├── components/ # Header, StrategyCard, PaymentModal, MarketTicker, etc.
│ │ └── lib/ # API client, MetaMask utils
│ └── .env.example
│
└── backend/ # Express REST API
├── src/
│ ├── routes/ # auth, strategies, discussions, payments, follow
│ ├── controllers/
│ └── middleware/ # JWT auth, error handling
└── .env.example
- Node.js 18+
- A Supabase project
git clone https://github.com/your-username/tradex-strategies.git
cd tradex-strategiescd backend
cp .env.example .env
npm install
npm start # http://localhost:3001If you need the
.envfile, please contact me.
cd frontend
cp .env.example .env
npm install
npm run dev # http://localhost:5173If you need the
.envfile, please contact me.
Run backend/database-setup.sql in your Supabase SQL editor to create all required tables.
Download the native trading terminal and get live charts, one-click strategy execution, real-time alerts, and your full strategy library in one window.
| Platform | Status |
|---|---|
| Windows (.exe 64-bit) | Available |
| macOS (.dmg M1/Intel) | Coming soon |
| Linux (.AppImage) | Coming soon |
Both frontend and backend are configured for Vercel out of the box.
# Deploy backend
cd backend && vercel --prod
# Deploy frontend
cd frontend && vercel --prodSet environment variables in the Vercel dashboard for each project.
MIT

