Projects
-
Market_Database
A database and API designed for storing candlestick data (high, low, open, close, and volume). Extremely basic PostgreSQL structure, with a table for each ticker and timeframe, as well as a meta table to keep track of what's in there. Using python and psycopg2 for the database controllers, setting up automated get and post requests becomes a very simple task.
-
Trading Orchestrator
This project is a backtester for trading strategies. It uses Pandas Dataframes to build the basic environment structure and simulate the trading environment. It uses Numpy and basic statistics to create indicators that can be applied to historical data.
-
IBM TDD-BDD Final Project
A course project from IBM's DevOps engineering course. The project centers on test driven development (TDD) and behavior driven development (BDD), and required the learner to use nosetests, unittest, factories, and behave to test a web app.