Open-source AI trading tool for generating high-probability Forex and Crypto signals. Built with React, TypeScript, and OpenRouter LLMs, featuring a modern glassmorphism UI and real-time market data analysis.
Last updated Jul 26, 2026
10
Stars
6
Forks
0
Issues
0
Stars/day
Attention Score
41
Topics
Language breakdown
TypeScript 63.5%
CSS 32.6%
JavaScript 2.4%
HTML 1.4%
▸ Files
click to expand
README
📈 NeuroTrade AI - Professional Trading Signals
NeuroTrade AI is a modern, high-performance web application that provides institutional-grade trading signals using advanced Artificial Intelligence models. Built with React and TypeScript, it integrates real-time charts and highly accurate AI predictions.
✨ Features
- Real-Time Market Charts: Integrated TradingView Advanced Charts.
- AI Signal Generation: Utilizes powerful LLMs for technical analysis and probability scoring.
- Premium UI/UX: Professional glassmorphism design with responsive market indicators.
- Crypto & Forex Support: Live data analysis with accurate market-hours logic for Forex pairs.
🚀 Quick Start & Setup
To make this your own fully-functional AI trading platform, follow these steps:
1. Get an OpenRouter API Key
This app uses OpenRouter to access state-of-the-art AI models for generating trading signals.- Create an account at OpenRouter.ai.
- Navigate to your Account settings and go to the Keys section.
- Click Create Key and copy it securely.
2. Add Your API Key
In the source code, you need to provide your API key to authenticate requests.Go to the file: src/services/ai.ts
Replace the placeholder API key with your own on Line 1:
// Replace this with your actual OpenRouter key export const OPENROUTERAPIKEY = "your-openrouter-api-key-here"; (Alternatively, you can set it via an environment variable VITEOPENROUTERAPI_KEY for better security).
3. Install & Run Locally
Install the required dependencies:
npm install
Start the development server:
npm run dev
4. Deploy to Vercel (1-Click Deploy)
This project is configured and ready to be deployed on Vercel.- Push your code to a GitHub repository.
- Go to Vercel and create a "New Project".
- Import your GitHub repository. Vercel will automatically detect
Vitesettings and thevercel.jsonrouting configuration. - Click Deploy. Your professional AI trading platform is now live!
Disclaimer: Trading involves significant risk. This tool is for educational purposes and provides AI-generated analysis based on historical patterns, not guaranteed financial advice.
🔗 More in this category