TimRivoli/Stock-Price-Trade-Analyzer
This is a Python 3 project for analyzing stock prices and methods of stock trading. It uses native Python tools and Google TensorFlow machine learning.
This project helps individual investors, traders, and quantitative analysts evaluate stock trading strategies. It takes historical stock prices as input and outputs performance metrics, trade-by-trade analysis, and visual charts to help you understand how a strategy would have performed. You can also use it to experiment with deep learning models to predict future stock price movements.
Use this if you want to backtest various stock trading strategies, compare their historical performance, or explore machine learning for price prediction.
Not ideal if you need a real-time trading system or a comprehensive portfolio management platform with live execution capabilities.
Stars
76
Forks
30
Language
Python
License
GPL-3.0
Category
Last pushed
Mar 19, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/TimRivoli/Stock-Price-Trade-Analyzer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
rafa-rod/pytrendseries
Detect trend in time series, drawdown, drawdown within a constant look-back window , maximum...
LeonardoBerti00/TLOB
This is the official repository for the paper TLOB: A Novel Transformer Model with Dual...
JordiCorbilla/stock-prediction-deep-neural-learning
Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for...
jcamiloangarita/stocker
Stock Price Prediction
stabgan/Recurrent-Neural-Networks-to-predict-Google-Stock-Price
I tried to predict google stock price using LSTMs