Forex Trading AI
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.
Install / Use
npx skills add anicade/Forex-Trading-AIInstalls into whichever agent you are using.
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 OPENROUTER_API_KEY = "your-openrouter-api-key-here";
(Alternatively, you can set it via an environment variable VITE_OPENROUTER_API_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.
Related Skills
imsg
385.5kUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
Writing Hookify Rules
140.6kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Agent Development
140.6kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or…
agent-tui
106.4kMain Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications programmatically for testing, automation, and inspection
