Paden Roder's repositories
StockScreenerUI
A stock screener web application is created using FastAPI. The screener pulls data from yahoo finance from ticker symbols that the user inputs. The data can then be filtered down using a select set of metrics to screen for stocks of interest.
BacktraderPlayground
In this project, I've provided some examples of what I learned about the Backtrader python package by following along with Part Time Larry's "Algorithmic Trading with Python and Backtrader" videos on youtube. The current project has two datasets (Oracle stock and S&P 500) and two trading strategies (Golden Cross and Buy & Hold for 5 days).
AlpacaPuzzle
This is my workbook of the Alpaca API Crypto Coding Challenge.
GetStockData
An adaptation from Part Time Larry's "Candlestick Charts in Python" videos on retrieving historical stock prices programmatically with yahoo finance python package and the IEX Cloud platform. Plotly is then used to chart the data.