Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradexStrategies

A professional trading strategy platform where traders discover, analyze, and deploy backtested algorithmic strategies — built for real use, not just demos.

Dashboard

Platform Preview


What is TradexStrategies?

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.


Why use it?

  • 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

Key Numbers

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%

Features

  • 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

Tech Stack

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)

Project Structure

/
├── 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

Getting Started

Prerequisites

1. Clone the repo

git clone https://github.com/your-username/tradex-strategies.git
cd tradex-strategies

2. Backend setup

cd backend
cp .env.example .env
npm install
npm start        # http://localhost:3001

If you need the .env file, please contact me.

3. Frontend setup

cd frontend
cp .env.example .env
npm install
npm run dev        # http://localhost:5173

If you need the .env file, please contact me.

4. Database setup

Run backend/database-setup.sql in your Supabase SQL editor to create all required tables.


Desktop App

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

Deployment

Both frontend and backend are configured for Vercel out of the box.

# Deploy backend
cd backend && vercel --prod

# Deploy frontend
cd frontend && vercel --prod

Set environment variables in the Vercel dashboard for each project.


License

MIT

About

730 + strategies per year , crypto payment gateway , backtested trading strategies

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages