Skip to content

takeachangs/trAIder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trAIder

An advanced intraday technical trading analysis platform that combines traditional technical indicators with modern LLM integration for enhanced trading insights.

Overview

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

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/trAIder.git
cd trAIder
  1. Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

  1. Start the Flask development server:
python src/ui/app.py
  1. Access the dashboard at http://localhost:5000

Project Structure

The project follows a modular architecture with separate components for:

  • Data fetching and preprocessing
  • Technical indicators calculation
  • LLM integration
  • Visualization and charting
  • Web interface

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Modular AI-driven trading assistant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published