Skip to content

Anthony Morast

Software Engineer, Mathematician, Computer Scientist, Parent, and Life-long Amateur

  • Home
    • Blog Home
    • Resume Home
  • Topic
    • Finance
    • Mathematics
    • Science
    • Industrial/Professional
    • Artificial Intelligence
  • Language
    • C++
    • Python
    • R
    • Java
    • JavaScript
  • Consulting

Category: Topic

Time Series Forecasting: The Most Basic Models

Posted in Finance, Mathematics, R By amorast

What is Time Series Forecasting? A time series is a collection of observations made sequentially through time, e.g. the value of a company’s stock. Time series forecasting is the practice of making predictions based on…

Read more of Time Series Forecasting: The Most Basic Models →

Updated on July 15, 2020July 16, 2020

A MACD Implementation in Python From Scratch

Posted in Finance, Industrial/Professional, Python By amorast

Disclaimer: This post is for entertainment/educational purposes only. The content of this post is not meant to provide investment advice or to help with investment decision making. QUICK-NAV:– MACD– Implementation– Full Code Moving Average Convergence…

Read more of A MACD Implementation in Python From Scratch →

Updated on July 6, 2020

Simulating Stock Prices: A Naive Approach

Posted in Finance, Industrial/Professional, Mathematics, Python, Science By amorast

Disclaimer: This project/post is for fun/education please don’t use the results of this project to make investment decisions. If you chose to ignore this disclaimer and do just that I am not responsible for the…

Read more of Simulating Stock Prices: A Naive Approach →

Updated on July 1, 2020July 5, 2020

Retrieving Historical Stock Data in Python via Yahoo Finance

Posted in Finance, Industrial/Professional, Python By amorast

Retrieving historical stock data for analysis can be somewhat of a task. Many APIs that provide this information require some type of membership, account, or even fee before you have access to the data. Fortunately,…

Read more of Retrieving Historical Stock Data in Python via Yahoo Finance →

Updated on June 28, 2020July 5, 2020

Screen Capturing and Streaming With Python

Posted in Artificial Intelligence, Industrial/Professional, Python By amorast

Recently I’ve been considering developing an artificial intelligence to play some of the games in my steam library. Most games, unlike StarCraft 2, lack an API for developers to hook into the game to observe…

Read more of Screen Capturing and Streaming With Python →

Updated on May 17, 2020May 28, 2020

Creating a Discord Stock Data Bot With the AllyInvest.py Library

Posted in Industrial/Professional, Python By amorast

In a previous blog post, I detailed the steps I took to create an API wrapper around the Ally Invest API. This API has a lot of functionality to handle account data but also provides…

Read more of Creating a Discord Stock Data Bot With the AllyInvest.py Library →

Updated on March 28, 2020

A Client and Server Chat Application in Python

Posted in Industrial/Professional, Python By amorast

In this post, I will discuss my implementation of a Python client and server chat application. The server is written in Python and uses the socket library and the client, also written in Python, uses…

Read more of A Client and Server Chat Application in Python →

Updated on March 21, 2020

The Navier-Stokes Equations

Posted in Mathematics, Science By amorast

Fluid Dynamics Fluid dynamics is a field in science and engineering that describes the flow of fluids, i.e. liquids and gases, with many subfields such as aerodynamics and hydrodynamics. To solve problems in fluid dynamics,…

Read more of The Navier-Stokes Equations →

Updated on March 20, 2020

Creating a LendingClub Secondary Market Bot

Posted in Finance, Industrial/Professional, Python By amorast

In this post, I will outline how to create a bot for trading notes on FolioFn which is a platform that provides a secondary market for Lending Club notes. My goal is to document the…

Read more of Creating a LendingClub Secondary Market Bot →

Updated on February 5, 2020July 5, 2020

Using GPGPU Computing to Generate Normalized Latin Squares

Posted in C++, Mathematics, Science By amorast

Navigation Algorithm Implementation Details Full Code Introduction Many problems in combinatorics pertaining to mutually orthogonal Latin squares (MOLS) require the efficient generation of (at least) a subset of all normalized Latin squares (NLS). This is…

Read more of Using GPGPU Computing to Generate Normalized Latin Squares →

Updated on January 13, 2020

Posts navigation

←Previous page Page 1 Page 2 Page 3 Next page→
  • Industrial/Professional
  • Science
  • Mathematics
  • Artificial Intelligence
© Copyright Anthony Morast. All rights reserved.