Welcome to the Trading Analysis project! This repository contains tools and resources for analyzing financial market data and building trading strategies.
- Data collection
- Preprocessing
- Technical indicators
- Charting
- Backtesting trading strategies
- Performance evaluation and reporting
-
Clone the repository:
git clone https://github.com/Tom-Laurent-TL/trading_analysis.git cd trading_analysis -
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies using the
.ymlfile:conda env create -f environment.yml conda activate trading_analysis
-
Run the application:
python main.py
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
For questions or feedback, please contact your-email@example.com.