An advanced intraday technical trading analysis platform that combines traditional technical indicators with modern LLM integration for enhanced trading insights.
trAIder is a modular trading analysis platform that features:
- Real-time technical indicator calculations
- LLM-powered market analysis
- Interactive visualization dashboard
- Backtesting capabilities
- Modular indicator system for easy expansion
- Clone the repository:
git clone https://github.com/yourusername/trAIder.git
cd trAIder
- Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Start the Flask development server:
python src/ui/app.py
- Access the dashboard at
http://localhost:5000
The project follows a modular architecture with separate components for:
- Data fetching and preprocessing
- Technical indicators calculation
- LLM integration
- Visualization and charting
- Web interface
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.