Bryan Larson Bryan Larson

Introduction to investing with data

Everyone should be investing. Whether you have $1or $1,000,000. Efforts to invest regularly add up over time and small investments today become huge sums of money in the future if consistently compounded at high rates of interest. Think of investing as a magic pot you put your money into today…

Read More
Bryan Larson Bryan Larson

Building a Trading Model

We will explain how an algorithmic trading strategy is built, step-by-step. Steps to build Algorithmic Trading Strategies

Read More
Bryan Larson Bryan Larson

Inter-Exchange Arbitrage with Atreyu Brokerage:Derek Melchin

Take a look at utilizing this new functionality to capture inter-exchange arbitrage opportunities that occur when the asking price on one exchange is lower than the bid price on another exchange. In this situation, traders can buy on the underpriced exchange and sell on the overpriced exchange for a relatively low-risk profit.

Read More
Bryan Larson Bryan Larson

Machine Learning: Hugh Donnelly

This article aims to introduce users to basic ML concepts and lay the foundation for future learning and exploration of ML. We will discuss common ML terminology and then cover three Python packages that are used in ML. The article concludes with additional resources for self-study.

Read More
Bryan Larson Bryan Larson

R programming Tutorial: Great Learning

R - Widely used among statisticians and data miners for developing statistical software and data analysis. It is an easy to use interface, because of that it has grown in popularity in recent years.

Read More
Bryan Larson Bryan Larson

Data Science Tutorial for Beginners

Data Science has become the most demanding job of the 21st century. Every organization is looking for candidates with knowledge of data science. In this tutorial, we are giving an introduction to data science, with data science Job roles, tools for data science, components of data science, application, etc.

Read More
Bryan Larson Bryan Larson

Peak and Trough Chart

Charting peaks and troughs can really help you understand outliers and when a good time to buy or sell might be. As taught in other lessons if you paired web scraping or live stock prices with this you learn live when stocks hit bottoms and tops.

Read More
Bryan Larson Bryan Larson

Running Your First Algo

Running your first algorithm after weeks or months of learning and preparation in an IDE or notebook might be a very daunting process. It may be confusing and you may not know how or where to deploy.

Read More
Bryan Larson Bryan Larson

Real-Time Price and Change

Learning Web Scrapping may be one of the first steps for you to learn how to analyze stock data in real-time. To make decisions now you need to be in the now. In this script, I show you how to get the real-time price of stocks from Yahoo Finance.

Read More
Bryan Larson Bryan Larson

Ticker Interval Analysis

It is important to understand what a stock is doing between open and closes. Is the change significant or is it small? You can use this to dig deeper and determine when a good time might be to buy or sell. You can also set it to send you a signal when it falls in or out of a percent that you deem significant.

Read More
Bryan Larson Bryan Larson

All About Data and Statistics

Data types allow statisticians to store particular characteristics of populations in convenient structures for computation and also provides an overview of the information available for modeling.

Read More
Bryan Larson Bryan Larson

Role of Variables in Finance

The random variable that most people living in modern times encounter is the stock price. If you listen to business news, read a newspaper or watch CNBC, you will probably hear frequently about how a company's stock price has gone up or down.

Read More
Bryan Larson Bryan Larson

Advantages of Algorithmic Trading

The advantages of algo trading are related to speed, accuracy, and reduced costs. Since algorithms are written beforehand and are executed automatically, the main advantage is speed.

Read More