Skip to content

Tom-Laurent-TL/trading_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trading Analysis

Welcome to the Trading Analysis project! This repository contains tools and resources for analyzing financial market data and building trading strategies.

Features

  • Data collection
  • Preprocessing
  • Technical indicators
  • Charting
  • Backtesting trading strategies
  • Performance evaluation and reporting

Getting Started

  1. Clone the repository:

    git clone https://github.com/Tom-Laurent-TL/trading_analysis.git
    cd trading_analysis
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies using the .yml file:

    conda env create -f environment.yml
    conda activate trading_analysis
  4. Run the application:

    python main.py

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For questions or feedback, please contact your-email@example.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages