- Step1: Clone the repository and install dependencies with pip.
- Step2: Configure your finance API keys in a .env file or environment variables.
- Step3: Specify target stock symbols and analysis parameters in the config file.
- Step4: Run the main analysis script to fetch data and compute indicators.
- Step5: Generate reports via the report module to produce charts and summaries.
- Step6: Customize strategies or extend indicators in code as needed.