Stock Trend Analyzer using Alpaca REST market data

A Python script that analyzes historical stock market data from Alpaca Markets to detect trends in stock prices. It can identify patterns that indicate buy or sell signals and uses a combination of signal processing and statistical analysis to generate visualizations of the data. This tool is designed to help traders identify potential trading opportunities and make informed investment decisions.

README of python script
https://github.com/JOravetz/StockTrendAnalyzer

Command to clone GitHub repository:
git clone https://github.com/JOravetz/StockTrendAnalyzer.git

Example plot output:

Disclaimer

This project is for educational purposes only and should not be used to make financial decisions. The information provided by this tool is not intended to be relied upon for investment purposes and is not intended to be a substitute for professional financial advice. Trading in the stock market involves substantial risk, and you should always consult with a qualified financial advisor before making any investment decisions. The author of this project disclaims all liability for any direct or indirect damages arising from the use of this tool.