Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Quantitative Investment Analysis in Excel (Template Incl.)
Rating: 3.9 out of 5(46 ratings)
296 students

Quantitative Investment Analysis in Excel (Template Incl.)

Use Excel to Model Investing Strategies; Learn to Back Test and Optimize Your Strategies (Template Included)
Created byDaniel Davis
Last updated 6/2018
English

What you'll learn

  • How to extract historic stock market data
  • How to calculate technical indicators in Excel
  • How to construct an investment model In Excel, built around technical indicators
  • At the end of the course, you will have built your own quantitative model
  • BONUS: You will Receive the Instructor's version of the Excel Model

Course content

1 section17 lectures1h 26m total length
  • Introduction0:41

    Welcome to the course! Follow through this course to build your own quantitative investment model! Thank you for joining!

  • Welcome to the Course!3:44

    In this video we briefly discuss:

    • Quantitative finance 
    • Introduce the Inflection Point Model, the trading model we will build through this course.  You are welcome to keep and improve it.
    • Discuss what you will be able to do at the end of the course (aside from having an actionable trading model).
      • Be able to extract stock market data from the web
      • Be able to calculate Relative Strength values for any stock
      • Be able to build models around entry and exit points in a stock
      • Determine profitability/ define risks of a trading strategy
      • Use this information to make informed trades
  • Intro to Essential Technical Indicators7:56

    Before we can build the Inflection Point Model, we must first get familiar with how it works and what information we will need in order to build it.  

  • Overview of Course Project7:21

    See attached for Instructor's version of Inflection Point Model for your reference as you build your own version.  

    We will be building a trading model called the Inflection Point Model.  This video introduces how the model looks in Excel, it's functionalities, and the optimization function. This is a peak into what your model will look like when it is complete. 

  • Data Extraction and Calculating Relative Strength Index7:31

    To build The Inflection Point Model we first need to extract historic stock data from the internet.  In this video, we will pull several years of GLD data and then perform some calculations in order to get the technical indicators needed to build the Inflection Point Model.  

  • Coding Entry and Exit Triggers5:08

    We've just completed calculating the RSI. From here, we need to get Excel to take that data and clean it so that it can recognize when an entry or exit parameter is met. In this video, we will introduce how to do this. 

  • Introducing Profit/Loss Calculators4:02

    We're about to write the heftiest code in the whole model.  Don't worry! It's not as hard as it looks.  In this video, we will introduce the profit and loss calculators and how they work on a conceptual level.  

  • Coding Profit/Loss Calculators5:15

    Excel can calculate the profit and loss of any position that would be placed.  This video explains how to automatically determine the price changes from when you enter to when you exit a position.  

  • Coding Profit/Loss Calculators Part 24:45

    Sometimes you will have to put multiple positions on at once (the RSI is below your entry trigger for multiple days).  In this video, we build the function that will identify when a second, third, fourth, etc. position must be placed.  Once Excel recognizes when a subsequent purchase must be placed, it will run a new set of profit/loss calculations. 

  • Profit/Loss Calculators Part 34:54

    Excel's formula bar only permits 64 levels of nesting.  In this video, we figure out a way to get around that limitation by adding a new column of profit/loss calculations that pick up where the previous column leaves off. 

  • Profit/Loss Calculators Part 45:11

    This video shows the final steps of the calculations needed to determine the profit/ loss of the strategy you define.  Specifically, this video shows how to calculate the P/L for the subsequent purchases. 

  • Identifying Errant Trades/Quality Assurance6:08

    Errant Trades are trades which are triggered by our entry parameter, however, the trade lasts long enough that Excel fails to recognize the exit parameter.  These are infrequent, however, to ensure the quality of our results, we have to build a function that will identify this situation if it happens.  This video reveals the code and steps necessary to build this function. 

  • Compiling Performance Data3:26

    In this video we build out the calculations needed to build the summary data table (the table that shows how many trades we make, how many were successful, shows our total profit, errant trades and average profitability per trade). 

  • Determining Probability of Success & Total Profit5:44

    In this video we:

    • Calculate probability of success 
    • Find profitability of each trade, given the entry points we define
    • Determine average profitability per trade (Remember! That's profitability per single share traded)
  • Building Optimization Function4:11

    Create a table that outputs your performance given every combination of entry and exit points.  From there, you can select the entry parameters that fit your personal risk tolerance.  On the second table, you will also see how you would have performed if you had stuck to your strategy for all of the years of GLD's data. 

  • Using Optimization Function6:15

    We will explore the functionality of the optimization function and discuss how to use the model to live trade. 

  • Highlights of the Completed Model4:00

    Some important qualities you need to remember when building your own models:

    • Ensure your formulas extend to cover all of your data. If you insert a new stock with more data than the model is currently designed to handle, you will need to pull the formulas down further. 
    • Stock picking: Ideal candidates for this strategy have volatile RSIs.  ETFs make excellent candidates for this strategy along with Blue Chips.  Not every stock will be a good candidate for this trading style. 
    • You will want to do this analysis on 15 different stocks and find the ones that are the most successful.  Add those to your watch list and monitor them until they pass through their buy triggers. 

    Thank you!

Requirements

  • This Course is Designed for Beginners
  • Excel Skills will be Taught Along the Way
  • *You Do Not Need Extensive Math or Excel Skills to Succeed in this Course

Description

Have you ever heard of Quantitative Investing? Do you want to sharpen your skills within Microsoft Excel?  This course will take you through the process of building a quantitative investment model in Excel.  We will build a trading model based off of the technical indicators and model various buy and sell parameters to find optimal trades.   You can use the information you glean from this model to make informed trades with high probabilities of success.  

****Investment Modeling Template Included****

The model we will build in this course will simulate and back test a trading strategy, outputting your performance, probability of success and average profitability per trade. 

The model will be built around an analysis of technical indicators, namely the Relative Strength Index, which we will use to determine high probability trades for any stock you wish to analyze. 

Quantitative finance is all about making investing more of a science and less of an art.  If you are interesting in learning how to make trades with 80%-90% success rates, this course is for you.

Who this course is for:

  • Anyone who Wants to Know how to Test Investment Strategies in Excel