Categories
Blog

Project Blog – 2

As I progressed through my capstone project, I have been working on “Cloud Based Algorithmic Trading Strategies for Individual Investors.” Which has allowed me to learn more about investing strategies and software development. This project aims to bring algorithmic trading to individual investors through a modular cloud-based platform.

Investing Concepts

Algorithmic trading has provided an introduction to investing and trading strategies. Our platform empowers individual investors with tools usually resevered for professionals. For example, understanding concepts like “drawdown” has been crucial. A drawdown represents a portfolio’s peak-to-trough decline during a specific period and helps measure the risk level associated with a particular strategy. The goal of minimizing drawdown has guided a lot of our design, especially in areas like trade signal generation and backtesting.

In addition to learning about risk, I’ve gained insight into strategies like the barbell method, which divides investments between low-risk and high-risk assets. The barbell strategy influences our platform’s functionality, as it helps investors balance their portfolios. Learning these concepts will help in the future as I progress in developing my own investing strategies.

Building an Algorithmic Trader

Developing the algorithmic trader required integrating various financial APIs, each serving specific data requirements. There are numerous options, many ranging in prices, with some going for thousands of dollars per month. Our design for this project utilizes free options that are reliably accurate for most of the required metrics.

Options that had to be considered were how frequent data would be collected, either via a Websocket API or a simple REST API, both coming with advantages. For high frequency trading, a Websocket API is required. However, our platform is more focused on day trading with less frequent data requests. We also utilize several APIs to ensure our data is accurate and reliable for what it is being used for.

This modular design simplifies data management and improves performance, as each component can operate independently. For example, during the backtesting phase, we can simulate trades on historical data to analyze algorithm performance without impacting real-time trading. This setup also enables the optimization of trading strategies based on past data, helping us refine algorithms before deployment. Each API has its limitations and constraints, so managing these efficiently has been crucial for ensuring data accuracy and staying within API rate limits.

Designing System Architecture

The project has also allowed me to develop my skills in system architecture and requirements gathering. From the beginning, we divided the platform into six core modules: Data Acquisition, Data Transformation, Trade Signal Generation, Order Execution, Post Processing & Reporting, and User Interface & Interaction. Each module is responsible for specific aspects of the trading workflow, from pulling in real-time market data to executing orders and generating performance reports for users​.

Creating a design document for the project was a significant step. It serves as a roadmap for development, detailing each module’s purpose, the technologies used, and the data flow between components. This documentation is essential not only for our current team, but also for any future developers working on this project. I’ve learned how valuable it is to clearly define requirements upfront, as this has allowed us to anticipate challenges and design a system that is flexible and scalable.

Leading the Team

Working on this project has given me the opportunity to take on a leadership role, and I’ve found that delegating tasks effectively is just as important as contributing directly to development. Some of my team have yet to contribute to the project, whilst others require guidance to complete work. As the team member responsible for data acquisition and transformation, I’ve coordinated with others working on areas like trading signal generation, backtesting, and user interface design.

My experience leading this project has improved my communication skills and my ability to make decisions that benefit the project as a whole. I’ve managed to strike a balance between guiding the team and handling core development work myself. This experience has been invaluable, especially for a project of this complexity, where a clear direction and efficient collaboration are crucial for success.

Conclusion

Working on “Cloud-Based Algorithmic Trading Strategies for Individual Investors” has been a transformative experience. I’ve gained hands-on experience with investment strategies, learned the intricacies of designing an algorithmic trading platform, and developed leadership skills that I’ll carry forward into future projects. I am excited to continue working on this project and developing my software development skills further.

Categories
Uncategorized

Project Blog – 1

This blog will showcase my journey throughout my senior project at OSU. I hope to develop a project that can display all my new found knowledge I have acquired at OSU.

About Me

I live in Oregon but visit Las Vegas constantly because I grew up there. Currently, I am a tutor but hope to change that soon with an internship. Which is why I believe this project is extremely important to me.

Initially, I started college with absolutely no idea as to what degree I wished to complete. Over time, as I progressed through college I found myself enjoying computer science and physics courses the most and wish to complete my computer science major first. Later on, I hope I can get a bachelors or masters in physics, as I would enjoy working on quantum computing development.

However, my goals and plans are not set in stone, and are constantly changing so I hope this project and my future experiences can help me fully decide as to what career path I wish to follow.

Projects

I find it difficult to find the top projects I am interested in, but the ones listed below stuck out to me.

Improving Healthcare Cost Transparency Using AI: This project utilizes a technology that I wish to learn about, AI. Additionally, this project idea focuses in on providing assistance to everyone through educating them on health related information.

Engineering Simulation: I enjoy physics, graphics, data analytics, cloud development, and web development which are all apart of this project.

Creating Portland’s Open Data Digital Commons: I wish to better my skills working with ‘big’ data. I believe this project closely align with many software engineering internships and jobs descriptions, so this project would be beneficial for my resume.