A Sample Portfolio Optimization Program in Excel PRELIMINARY USER INSTRUCTIONS

Size: px
Start display at page:

Download "A Sample Portfolio Optimization Program in Excel PRELIMINARY USER INSTRUCTIONS"

Transcription

1 A Sample Portfolio Optimization Program in Excel PRELIMINARY USER INSTRUCTIONS Copyright 2006 By Robert C. Smithson, Anava Capital Management LLC And Anava Corporation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA USA. The author can be contacted at: Anava Capital Management LLC

2 WARNING This is a preliminary and very incomplete set of instructions for the use of the accompanying spreadsheet. It is intended only to give users the basic instructions for the use of the spreadsheet and the accompanying macros. At this time there is very little explanation of the reasons the calculations are done as they are, and extreme caution should be used in using any results from the spreadsheet. A more complete version of this manual will be made available at the class taught by the author on November 15, Those users who are able to understand and write Microsoft VBA for Excel will find the source code is unprotected, and for the most part commented. This is not commercial quality code, and problems may be found. The code and spreadsheet are being posted at this time to provide students with the opportunity to gain some familiarity with the code before the class. IT IS STRONGLY SUGGESTED THAT YOU SAVE A COPY OF THE ORIGINAL SPREADSHEET BEFORE YOU TRY USING OR MODIFYING IT. IT IS NOT PROTECTED TO COMMERCIAL STANDARDS.

3 Instructions The Input worksheet: Normally, the only unprotected parts of this sheet are the gray cells. The most important values are the Ticker and Sector columns. The Sector columns are not necessary to run an optimization by ticker, but are used to create a data table that can allow optimization by sector. If the sectors are used, the input values must be sorted by sector. The program takes a maximum of 99 securities. It takes about ten minutes on a 2.5 GHz Pentium 4 to analyze 25 securities, and the time increases rapidly above that. I've run a maximum of about 80, which took about an hour. The security symbols can be typed in, or generated directly from SI Pro. Just use the SI Pro View Editor to create a view that shows nothing but the ticker in the first column and the sector in the second, run your screen, sort the results by sector (very important for sector analysis), and export the view to a spreadsheet. Copy the results to the ticker and sector fields above. Remember that the data comes from Yahoo finance, and that the Yahoo symbols are not always the same as those in SI Pro. The program will ignore and flag bad symbols when downloads are run. It will also ignore and flag symbols for which data is not available for the entire time period requested. You have to enter the current annualized treasury rate most closely corresponding to your expected holding period, the start and end dates (both should be market days at present) of the sample data, and the sampling period (daily, weekly, or monthly). You can also specify a minimum and maximum percentage of the portfolio that any one security can have. This cannot be set security-by-security at present. The values

4 apply to all the securities in the input column. It's probably best to start with these set at a minimum of 0% and a maximum of 100%. Once you're used to the program you can play with other settings. Remember that if you specify other values, you must be sure that a solution is possible. You can't build a portfolio of ten stocks with a minimum of 50% of the portfolio in each stock, but you can with two stocks. The last parameter specifies how many random guesses the program checks as possible starting points for the gradient ascent optimization process. The larger the value, the longer the process takes, but the better the chance that the absolute optimum will be found. Empirically, 1000 works well for 100 or fewer input securities. A zero value will cause the program to compute a number, but the computed value generally takes longer to run, and doesn't seem to improve accuracy, so I usually just leave it at There are three buttons that run the various routines. "Download" downloads the data requested from Yahoo finance. You can use the default "Data" worksheet, but if you are planning on doing a lot of analysis, don't fall into the habit of just using the Data sheet and re-downloading the data every time you need it. This is unfair to other Yahoo users and could conceivably get you blocked from the website. Instead just add a new worksheet for each dataset of interest. (The example has four added for this purpose - TestData, 3MnData and 3YrData.) Then download to those spreadsheets so each dataset is downloaded only once and can be saved and re-used. "Compute Sector Values" produces an equal-dollar-weighted portfolio for each sector represented in the input stocks. At present, this only works if the tickers are SORTED BY SECTOR. The default output sheet is "Sectors." This doesn't download anything, so you can do it as often as you want. "Optimize Portfolio" runs the optimization for a selected definition of optimize. The Sharpe ratio is one of the most commonly used, but not necessarily the best, measure of portfolio performance. It maximizes (mean portfolio return - risk free return for the same period) / (portfolio standard deviation). Other possible selections are minimum standard deviation, minimum down standard deviation, best performance for a given standard deviation, and lowest standard deviation for a given performance. The output is on the "Results" sheet:

5 There's only one gray square on this sheet. You can enter the total amount to be invested in the optimized portfolio. The results are: Top left: The mean return over the sample period (in the case above 1 day), standard deviation, and Sharpe ratio of the optimized portfolio for the input data. Bottom left: The green dots on the chart represent each of the random portfolios, the best of which is used as the starting point for the gradient ascent optimization. They are plotted with the mean return on the vertical axis, and the standard deviation (risk) on the horizontal axis. Points high and to the left are good. Those low and to the right are bad. The magenta point represents the optimized portfolio. It is usually found a little outside the area covered by the random guesses. That s because of the additional optimization produced by the gradient ascent technique. Top right: This is what you really want. It gives the dollar percentage in each stock in the optimized portfolio. It also gives the actual dollar value in each stock, given the available funds for investment in the gray block. Notice that in the example case, the optimum portfolio has only six stocks instead of the original twelve. This is usually the case in optimizations using data with unpredictable variations in time. Some securities just adds noise. In investing that means risk. THE EXAMPLE DATA AND RESULTS: The example used here ran a modified O Shaughnessy Value screen on the SI Pro data dated 6/30/2006. It was assumed that the investor had holdings consisting of the results

6 of the same screen run three months earlier, on 3/31/2006. A trial new portfolio was constructed that consists of the previous holdings plus any new companies that appeared in the screen done on 6/30/2006. The assumption is that the investor will add any new companies to his existing holdings and re-optimize. Existing holdings are bought or sold only as required to meet the weights produced by the new optimization. All of this analysis could have been done on June 30 of this year. The combined portfolio was optimized using daily data from 3/30/2006 to 6/30/2006, and also using monthly data from 6/2003 through 6/2006. The performance of the optimized portfolios was then tested for short-term performance (over four months 6/30/2006 to 10/31/2006). Several portfolios were constructed from the results of the optimization screen and backtested as just described. The first two are shown below. They are an equal-dollarweighted portfolio containing the candidate stocks on June 30, 2006, and the same portfolio optimized based on the previous 3 months performance only: Notice that in the above case, the portfolio optimized for best performance over the previous three months actually under-performed the equal dollar performance over the next four months. This is a good example of the adage, What goes up must come down. In seems that the best performing portfolio over a given 3-month period can be a poor performer immediately afterwards. The next two portfolios use the 3-year optimization alone, and the both the 3-year and 3- month optimizations equally weighted:

7 As can be seen, the three-year optimization substantially outperformed the equal-dollar weighting. Evidently long-term past performance is more valid when extrapolated into the future than is short-term performance, at least for this screen. Equally weighting the short-term and long-term screens produced intermediate results, as might be expected. Now we might be tempted on seeing these results to say that if the recent performance of the stocks is such a poor predictor of future short-term performance, maybe it s anticorrelated. Maybe bad performance in the last three months is a good predictor of good performance in the next four. Let s try it with a portfolio that uses the product of the weights based on previous three-year performance and one minus the weights based on previous three-month performance: This is the best result yet % over four months isn t half bad. Can we trust it? Not really. This example shows one of the subtle biases in back testing. The tests of the long-term and short-term weights alone, and of the combined weights were reasonably unbiased, because when I did this test I didn t know what the results would be. Even so, we ve only looked at one time period, and just because the long-term weights were better over that period doesn t mean they will be better over all such periods. Maybe the combined would work better on average over many such periods.

8 The negative use of the short-term weights, however, is biased by the fact that I did it only AFTER I saw the results of the other tests. In short, I tuned the technique to work well over the period on which I tested it. It s always possible to find a method that does a good job of predicting future performance when you know what the future will be. But such good performance has to be strongly discounted until it has been proven by testing over periods when the future performance is not known. Even then, market conditions, laws, and psychology can and will change, and screens and optimization methods that once worked well will stop working. Welcome back to the Investing 101 class.

Spreadsheet Analysis for Portfolio Optimization

Spreadsheet Analysis for Portfolio Optimization Spreadsheet Analysis for Portfolio Optimization Bob Smithson Anava Capital Management LLC 408-918-9333 Please Note: Individual companies shown or discussed in this presentation have been used as examples

More information

Drawing a histogram using Excel

Drawing a histogram using Excel Drawing a histogram using Excel STEP 1: Examine the data to decide how many class intervals you need and what the class boundaries should be. (In an assignment you may be told what class boundaries to

More information

Updates to Graphing with Excel

Updates to Graphing with Excel Updates to Graphing with Excel NCC has recently upgraded to a new version of the Microsoft Office suite of programs. As such, many of the directions in the Biology Student Handbook for how to graph with

More information

Tutorial Customer Lifetime Value

Tutorial Customer Lifetime Value MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION 150211 Tutorial Customer Lifetime Value Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel and only

More information

Linear Programming Notes VII Sensitivity Analysis

Linear Programming Notes VII Sensitivity Analysis Linear Programming Notes VII Sensitivity Analysis 1 Introduction When you use a mathematical model to describe reality you must make approximations. The world is more complicated than the kinds of optimization

More information

CHAPTER 1: SPREADSHEET BASICS. AMZN Stock Prices Date Price 2003 54.43 2004 34.13 2005 39.86 2006 38.09 2007 89.15 2008 69.58

CHAPTER 1: SPREADSHEET BASICS. AMZN Stock Prices Date Price 2003 54.43 2004 34.13 2005 39.86 2006 38.09 2007 89.15 2008 69.58 1. Suppose that at the beginning of October 2003 you purchased shares in Amazon.com (NASDAQ: AMZN). It is now five years later and you decide to evaluate your holdings to see if you have done well with

More information

OA3-10 Patterns in Addition Tables

OA3-10 Patterns in Addition Tables OA3-10 Patterns in Addition Tables Pages 60 63 Standards: 3.OA.D.9 Goals: Students will identify and describe various patterns in addition tables. Prior Knowledge Required: Can add two numbers within 20

More information

Advanced Excel Charts : Tables : Pivots : Macros

Advanced Excel Charts : Tables : Pivots : Macros Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types

More information

Excel Formatting: Best Practices in Financial Models

Excel Formatting: Best Practices in Financial Models Excel Formatting: Best Practices in Financial Models Properly formatting your Excel models is important because it makes it easier for others to read and understand your analysis and for you to read and

More information

Relative and Absolute Change Percentages

Relative and Absolute Change Percentages Relative and Absolute Change Percentages Ethan D. Bolker Maura M. Mast September 6, 2007 Plan Use the credit card solicitation data to address the question of measuring change. Subtraction comes naturally.

More information

Implementing Point and Figure RS Signals

Implementing Point and Figure RS Signals Dorsey Wright Money Management 790 E. Colorado Blvd, Suite 808 Pasadena, CA 91101 626-535-0630 John Lewis, CMT August, 2014 Implementing Point and Figure RS Signals Relative Strength, also known as Momentum,

More information

Options Probability Calculator Trading Guide

Options Probability Calculator Trading Guide Options Probability Calculator Trading Guide Precision and Profits via Probability First Edition By Craig Severson Options Probability Calculator Trading Guide Precision and Profits via Probability By

More information

Dealing with Data in Excel 2010

Dealing with Data in Excel 2010 Dealing with Data in Excel 2010 Excel provides the ability to do computations and graphing of data. Here we provide the basics and some advanced capabilities available in Excel that are useful for dealing

More information

Call Centre Helper - Forecasting Excel Template

Call Centre Helper - Forecasting Excel Template Call Centre Helper - Forecasting Excel Template This is a monthly forecaster, and to use it you need to have at least 24 months of data available to you. Using the Forecaster Open the spreadsheet and enable

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

Portfolio Rotation Simulator User s Guide

Portfolio Rotation Simulator User s Guide Portfolio Rotation Simulator User s Guide By Jackie Ann Patterson, author of Truth About ETF Rotation, the first book in the Beat the Crash series Contents Overview... 1 Key Limitations... 2 Enabling Macros

More information

SMG... 2 3 4 SMG WORLDWIDE

SMG... 2 3 4 SMG WORLDWIDE U S E R S G U I D E Table of Contents SMGWW Homepage........... Enter The SMG............... Portfolio Menu Page........... 4 Changing Your Password....... 5 Steps for Making a Trade....... 5 Investor

More information

Managerial Economics Prof. Trupti Mishra S.J.M. School of Management Indian Institute of Technology, Bombay. Lecture - 13 Consumer Behaviour (Contd )

Managerial Economics Prof. Trupti Mishra S.J.M. School of Management Indian Institute of Technology, Bombay. Lecture - 13 Consumer Behaviour (Contd ) (Refer Slide Time: 00:28) Managerial Economics Prof. Trupti Mishra S.J.M. School of Management Indian Institute of Technology, Bombay Lecture - 13 Consumer Behaviour (Contd ) We will continue our discussion

More information

Version: 4.5.0. Company: Jabsoft (http://www.jabsoft.com) Sales and Offers: Model Advisor (htp://www.modeladvisor.com)

Version: 4.5.0. Company: Jabsoft (http://www.jabsoft.com) Sales and Offers: Model Advisor (htp://www.modeladvisor.com) Version: 4.5.0 Company: Jabsoft (http://www.jabsoft.com) Sales and Offers: Model Advisor (htp://www.modeladvisor.com) Copyright 2010 Stock Quotes is a registered trademark of JABS. All rights reserved.

More information

The Taxman Game. Robert K. Moniot September 5, 2003

The Taxman Game. Robert K. Moniot September 5, 2003 The Taxman Game Robert K. Moniot September 5, 2003 1 Introduction Want to know how to beat the taxman? Legally, that is? Read on, and we will explore this cute little mathematical game. The taxman game

More information

Measurement with Ratios

Measurement with Ratios Grade 6 Mathematics, Quarter 2, Unit 2.1 Measurement with Ratios Overview Number of instructional days: 15 (1 day = 45 minutes) Content to be learned Use ratio reasoning to solve real-world and mathematical

More information

Chapter 9 Creating Reports in Excel

Chapter 9 Creating Reports in Excel Chapter 9 Creating Reports in Excel One of the most powerful features of Standard & Poor s Research Insight is its ability to communicate with Microsoft Excel through Active-X Technology. Excel requests

More information

quick start guide A Quick Start Guide inflow Support GET STARTED WITH INFLOW

quick start guide A Quick Start Guide inflow Support GET STARTED WITH INFLOW GET STARTED WITH INFLOW quick start guide Welcome to the inflow Community! This quick-start guide includes all the important stuff to get you tracking your inventory before you know it! Just follow along

More information

CHAPTER 8 INTEREST RATES AND BOND VALUATION

CHAPTER 8 INTEREST RATES AND BOND VALUATION CHAPTER 8 INTEREST RATES AND BOND VALUATION Solutions to Questions and Problems 1. The price of a pure discount (zero coupon) bond is the present value of the par value. Remember, even though there are

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Introduction to Microsoft Excel 2007/2010

Introduction to Microsoft Excel 2007/2010 to Microsoft Excel 2007/2010 Abstract: Microsoft Excel is one of the most powerful and widely used spreadsheet applications available today. Excel's functionality and popularity have made it an essential

More information

Types of Stock. Common Stock most common form of stock. Preferred Stock. Companies may customize other classes of stock.

Types of Stock. Common Stock most common form of stock. Preferred Stock. Companies may customize other classes of stock. Stock Market Basics What are Stocks? Stock is ownership in a publicly traded company. Stock is a claim on the company s assets and earnings. The more stock you have, the greater your claim as an owner.

More information

By Tim Berry President, Palo Alto Software Copyright September, 2004. The Business Plan Pro Financial Model

By Tim Berry President, Palo Alto Software Copyright September, 2004. The Business Plan Pro Financial Model By Tim Berry President, Palo Alto Software Copyright September, 2004 The Business Plan Pro Financial Model Table Of Contents Table Of Contents Introduction... 2 Accounting Principals... 3 Simplifying Assumptions...

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

WEB APPENDIX. Calculating Beta Coefficients. b Beta Rise Run Y 7.1 1 8.92 X 10.0 0.0 16.0 10.0 1.6

WEB APPENDIX. Calculating Beta Coefficients. b Beta Rise Run Y 7.1 1 8.92 X 10.0 0.0 16.0 10.0 1.6 WEB APPENDIX 8A Calculating Beta Coefficients The CAPM is an ex ante model, which means that all of the variables represent before-thefact, expected values. In particular, the beta coefficient used in

More information

Capital budgeting & risk

Capital budgeting & risk Capital budgeting & risk A reading prepared by Pamela Peterson Drake O U T L I N E 1. Introduction 2. Measurement of project risk 3. Incorporating risk in the capital budgeting decision 4. Assessment of

More information

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver

FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver FTS Real Time System Project: Portfolio Diversification Note: this project requires use of Excel s Solver Question: How do you create a diversified stock portfolio? Advice given by most financial advisors

More information

EXCEL FINANCIAL USES

EXCEL FINANCIAL USES EXCEL FINANCIAL USES Table of Contents Page LESSON 1: FINANCIAL DOCUMENTS...1 Worksheet Design...1 Selecting a Template...2 Adding Data to a Template...3 Modifying Templates...3 Saving a New Workbook as

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r),

Chapter 10. Key Ideas Correlation, Correlation Coefficient (r), Chapter 0 Key Ideas Correlation, Correlation Coefficient (r), Section 0-: Overview We have already explored the basics of describing single variable data sets. However, when two quantitative variables

More information

Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University

Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University Estimating a market model: Step-by-step Prepared by Pamela Peterson Drake Florida Atlantic University The purpose of this document is to guide you through the process of estimating a market model for the

More information

USC Marshall School of Business Marshall Information Services

USC Marshall School of Business Marshall Information Services USC Marshall School of Business Marshall Information Services Excel Dashboards and Reports The goal of this workshop is to create a dynamic "dashboard" or "Report". A partial image of what we will be creating

More information

Pristine s Day Trading Journal...with Strategy Tester and Curve Generator

Pristine s Day Trading Journal...with Strategy Tester and Curve Generator Pristine s Day Trading Journal...with Strategy Tester and Curve Generator User Guide Important Note: Pristine s Day Trading Journal uses macros in an excel file. Macros are an embedded computer code within

More information

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6

Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6 Everything you wanted to know about using Hexadecimal and Octal Numbers in Visual Basic 6 Number Systems No course on programming would be complete without a discussion of the Hexadecimal (Hex) number

More information

PIONEER INVESTMENT MANAGEMENT USA, INC. Moderator: Christine Seaver July 24, 2014 3:15 pm CT

PIONEER INVESTMENT MANAGEMENT USA, INC. Moderator: Christine Seaver July 24, 2014 3:15 pm CT Page 1 Following is an edited transcript from the July 24, 2014 conference call on Pioneer High Income Trust (ticker: PHT). Investment terms are defined at the end of the transcript. PIONEER INVESTMENT

More information

Robert and Mary Sample

Robert and Mary Sample Comprehensive Financial Plan Sample Plan Robert and Mary Sample Prepared by : John Poels, ChFC, AAMS Senior Financial Advisor February 11, 2009 Table Of Contents IMPORTANT DISCLOSURE INFORMATION 1-7 Presentation

More information

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1

Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1 Microsoft Excel 2013 Step-by-Step Exercises: PivotTables and PivotCharts: Exercise 1 In this exercise you will learn how to: Create a new PivotTable Add fields to a PivotTable Format and rename PivotTable

More information

You and your friends head out to a favorite restaurant

You and your friends head out to a favorite restaurant 19 Cost-Volume-Profit Analysis Learning Objectives 1 Identify how changes in volume affect costs 2 Use CVP analysis to compute breakeven points 3 Use CVP analysis for profit planning, and graph the CVP

More information

Prepare your result file for input into SPSS

Prepare your result file for input into SPSS Prepare your result file for input into SPSS Isabelle Darcy When you use DMDX for your experiment, you get an.azk file, which is a simple text file that collects all the reaction times and accuracy of

More information

SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold)

SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold) SAP Business Intelligence ( BI ) Financial and Budget Reporting 7.0 Edition (Best Seller At Least 43 copies Sold) November 2011 Table of Contents Log In... 3 Initial Variable Screen... 5 Multiple / Single

More information

Predicting Defaults of Loans using Lending Club s Loan Data

Predicting Defaults of Loans using Lending Club s Loan Data Predicting Defaults of Loans using Lending Club s Loan Data Oleh Dubno Fall 2014 General Assembly Data Science Link to my Developer Notebook (ipynb) - http://nbviewer.ipython.org/gist/odubno/0b767a47f75adb382246

More information

Quantitative vs. Categorical Data: A Difference Worth Knowing Stephen Few April 2005

Quantitative vs. Categorical Data: A Difference Worth Knowing Stephen Few April 2005 Quantitative vs. Categorical Data: A Difference Worth Knowing Stephen Few April 2005 When you create a graph, you step through a series of choices, including which type of graph you should use and several

More information

Scientific Graphing in Excel 2010

Scientific Graphing in Excel 2010 Scientific Graphing in Excel 2010 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

(This Page Intentionally Left Blank)

(This Page Intentionally Left Blank) PAIRS TRADING algorithmic and program trading MANUAL V.15.7.5 Pairs Trading or Statistical Arbitrage is a market neutral strategy that attempts to capture the spread between opposite positions in two highly

More information

Trading Diary Manual

Trading Diary Manual Plum Square Software Ltd. Trading Diary Manual Contents Introduction!1 WWW www.plumsquare.com EMAIL support@plumsquare.com Getting started!2 Planning a new trade!4 Managing open trades!8 Reviewing closed

More information

Easy Casino Profits. Congratulations!!

Easy Casino Profits. Congratulations!! Easy Casino Profits The Easy Way To Beat The Online Casinos Everytime! www.easycasinoprofits.com Disclaimer The authors of this ebook do not promote illegal, underage gambling or gambling to those living

More information

1 P a g e Questions or comments? Contact us at TSLabs@TradeStation.com

1 P a g e Questions or comments? Contact us at TSLabs@TradeStation.com The Fundamental Score Indicator is an analysis technique created to analyze stocks strictly based on certain financial ratios of the company. The score ranges between 0 and 100, with a higher score signifying

More information

Summary of important mathematical operations and formulas (from first tutorial):

Summary of important mathematical operations and formulas (from first tutorial): EXCEL Intermediate Tutorial Summary of important mathematical operations and formulas (from first tutorial): Operation Key Addition + Subtraction - Multiplication * Division / Exponential ^ To enter a

More information

The Purchase Price in M&A Deals

The Purchase Price in M&A Deals The Purchase Price in M&A Deals Question that came in the other day In an M&A deal, does the buyer pay the Equity Value or the Enterprise Value to acquire the seller? What does it mean in press releases

More information

chapter >> Consumer and Producer Surplus Section 3: Consumer Surplus, Producer Surplus, and the Gains from Trade

chapter >> Consumer and Producer Surplus Section 3: Consumer Surplus, Producer Surplus, and the Gains from Trade chapter 6 >> Consumer and Producer Surplus Section 3: Consumer Surplus, Producer Surplus, and the Gains from Trade One of the nine core principles of economics we introduced in Chapter 1 is that markets

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Factual statements in this course are made as of the date the course was created and are subject to change without notice.

Factual statements in this course are made as of the date the course was created and are subject to change without notice. 1 HOW TO AVOID CHOPPY MARKETS Dr. Barry Burns Copyright 2007 Top Dog Trading IMPORTANT-READ CAREFULLY: Reproduction, translation, or distribution in any form or by any means, or storage in a data base

More information

Easy Calculations in Excel

Easy Calculations in Excel Easy Calculations in Excel (2007 and newer) Any time you have a list of numbers that require some sort of calculation like percent change from one year to the next, percent of total, average or just a

More information

Getting the most from Contracts Finder

Getting the most from Contracts Finder Getting the most from Contracts Finder A guide for businesses and the public May 2012 What s in this guide What s this guide for?...2 What s on Contracts Finder...2 Searching for notices the basics...2

More information

Three Secrets For Profitable Straddle Trading

Three Secrets For Profitable Straddle Trading Three Secrets For Profitable Straddle Trading Introduction Welcome to our free report, "The Three Secrets To Profitable Straddle Trading". It's no secret that options have exploded in popularity over the

More information

Understanding Options: Calls and Puts

Understanding Options: Calls and Puts 2 Understanding Options: Calls and Puts Important: in their simplest forms, options trades sound like, and are, very high risk investments. If reading about options makes you think they are too risky for

More information

Stock Investment Guide Software Manual. By Churr Software. The Stock Investment Guide (manual version 0.8) ------ 1

Stock Investment Guide Software Manual. By Churr Software. The Stock Investment Guide (manual version 0.8) ------ 1 Stock Investment Guide Software Manual By Churr Software The Stock Investment Guide (manual version 0.8) ------ 1 This manual may not be duplicated either in whole or in part by any means without the expressed

More information

Excel & Visual Basic for Applications (VBA)

Excel & Visual Basic for Applications (VBA) Excel & Visual Basic for Applications (VBA) The VBA Programming Environment Recording Macros Working with the Visual Basic Editor (VBE) 1 Why get involved with this programming business? If you can't program,

More information

Gestation Period as a function of Lifespan

Gestation Period as a function of Lifespan This document will show a number of tricks that can be done in Minitab to make attractive graphs. We work first with the file X:\SOR\24\M\ANIMALS.MTP. This first picture was obtained through Graph Plot.

More information

ELFRING FONTS UPC BAR CODES

ELFRING FONTS UPC BAR CODES ELFRING FONTS UPC BAR CODES This package includes five UPC-A and five UPC-E bar code fonts in both TrueType and PostScript formats, a Windows utility, BarUPC, which helps you make bar codes, and Visual

More information

THE WINNING ROULETTE SYSTEM.

THE WINNING ROULETTE SYSTEM. THE WINNING ROULETTE SYSTEM. Please note that all information is provided as is and no guarantees are given whatsoever as to the amount of profit you will make if you use this system. Neither the seller

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015

How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015 How to Create a Spreadsheet With Updating Stock Prices Version 3, February 2015 by Fred Brack In December 2014, Microsoft made changes to their online portfolio management services, changes widely derided

More information

How to Screen for Winning Stocks

How to Screen for Winning Stocks How to Screen for Winning Stocks A Brief Guide to 9 Backtested Strategies By Kurtis Hemmerling Published by Kurtis Hemmerling at Smashwords Copyright 2011 Kurtis Hemmerling Table of Contents Message to

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Intermediate PowerPoint

Intermediate PowerPoint Intermediate PowerPoint Charts and Templates By: Jim Waddell Last modified: January 2002 Topics to be covered: Creating Charts 2 Creating the chart. 2 Line Charts and Scatter Plots 4 Making a Line Chart.

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

More information

IMPORTANT RISK DISCLOSURE

IMPORTANT RISK DISCLOSURE IMPORTANT RISK DISCLOSURE Futures and forex trading is complex and carries the risk of substantial losses. It is not suitable for all investors. The ability to withstand losses and to adhere to a particular

More information

Excel Tutorial. Bio 150B Excel Tutorial 1

Excel Tutorial. Bio 150B Excel Tutorial 1 Bio 15B Excel Tutorial 1 Excel Tutorial As part of your laboratory write-ups and reports during this semester you will be required to collect and present data in an appropriate format. To organize and

More information

Daily Traffic Control Log

Daily Traffic Control Log Daily Traffic Control Log User Instructions Name: FAP&A940/3.2 Property of Ford Motor Company GIS: 37.01 S+3T Proprietary Printed December 2012. This Instruction manual has been written to accompany the

More information

FINANCIAL ANALYSIS GUIDE

FINANCIAL ANALYSIS GUIDE MAN 4720 POLICY ANALYSIS AND FORMULATION FINANCIAL ANALYSIS GUIDE Revised -August 22, 2010 FINANCIAL ANALYSIS USING STRATEGIC PROFIT MODEL RATIOS Introduction Your policy course integrates information

More information

Step 3: Go to Column C. Use the function AVERAGE to calculate the mean values of n = 5. Column C is the column of the means.

Step 3: Go to Column C. Use the function AVERAGE to calculate the mean values of n = 5. Column C is the column of the means. EXAMPLES - SAMPLING DISTRIBUTION EXCEL INSTRUCTIONS This exercise illustrates the process of the sampling distribution as stated in the Central Limit Theorem. Enter the actual data in Column A in MICROSOFT

More information

Excel Modeling Practice. The Svelte Glove Problem Step-by-Step With Instructions

Excel Modeling Practice. The Svelte Glove Problem Step-by-Step With Instructions Excel Modeling Practice The Svelte Glove Problem Step-by-Step With Instructions EXCEL REVIEW 2001-2002 Contents Page Number Overview...1 Features...1 The Svelte Glove Problem...1 Outputs...2 Approaching

More information

Lesson 2. Operations with Integers. Objectives

Lesson 2. Operations with Integers. Objectives Student Name: Date: Contact Person Name: Phone Number: Lesson 2 Operations with Integers Objectives Add and subtract integers Determine the absolute value of a number Solve word problems that involve adding

More information

Integrated Company Analysis

Integrated Company Analysis Using Integrated Company Analysis Version 2.0 Zacks Investment Research, Inc. 2000 Manual Last Updated: 8/11/00 Contents Overview 3 Introduction...3 Guided Tour 4 Getting Started in ICA...4 Parts of ICA

More information

Glossary of Accounting Terms

Glossary of Accounting Terms Glossary of Accounting Terms Account - Something to which transactions are assigned. Accounts in MYOB are in one of eight categories: Asset Liability Equity Income Cost of sales Expense Other income Other

More information

What is a Credit Score and Why Do I Care What It Is?

What is a Credit Score and Why Do I Care What It Is? What is a Credit Score and Why Do I Care What It Is? Your Credit Score is a lot like the score you get on a test. You get points for good credit decisions and behavior and you get points taken away for

More information

Minecraft Server Dashboard Users Guide

Minecraft Server Dashboard Users Guide Minecraft Server Dashboard Users Guide navhaxs Minecraft Server Dashboard simplifies your server management experience by replacing all the manual editing of configuration files and console commands with

More information

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite ALGEBRA Pupils should be taught to: Generate and describe sequences As outcomes, Year 7 pupils should, for example: Use, read and write, spelling correctly: sequence, term, nth term, consecutive, rule,

More information

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540

Years after 2000. US Student to Teacher Ratio 0 16.048 1 15.893 2 15.900 3 15.900 4 15.800 5 15.657 6 15.540 To complete this technology assignment, you should already have created a scatter plot for your data on your calculator and/or in Excel. You could do this with any two columns of data, but for demonstration

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

Pie Charts. proportion of ice-cream flavors sold annually by a given brand. AMS-5: Statistics. Cherry. Cherry. Blueberry. Blueberry. Apple.

Pie Charts. proportion of ice-cream flavors sold annually by a given brand. AMS-5: Statistics. Cherry. Cherry. Blueberry. Blueberry. Apple. Graphical Representations of Data, Mean, Median and Standard Deviation In this class we will consider graphical representations of the distribution of a set of data. The goal is to identify the range of

More information

Time Series and Forecasting

Time Series and Forecasting Chapter 22 Page 1 Time Series and Forecasting A time series is a sequence of observations of a random variable. Hence, it is a stochastic process. Examples include the monthly demand for a product, the

More information

3. Additional Research, Expense Information, and Performance History (page 1)

3. Additional Research, Expense Information, and Performance History (page 1) Fi360 TOOLKITS How to Interpret the Fund/ETF Profile and Flash Report Fi360 Fund/ETF Profile and Flash Report Overview The fi360 Fund/ETF profile and Flash Report provides the user with the ability to

More information

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following:

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following: Excel Forms A data form provides a convenient way to enter or display one complete row of information in a range or table without scrolling horizontally. You may find that using a data form can make data

More information

An Oracle White Paper December 2011. Cloud Candidate Selection Tool: Guiding Cloud Adoption

An Oracle White Paper December 2011. Cloud Candidate Selection Tool: Guiding Cloud Adoption An Oracle White Paper December 2011 Cloud Candidate Selection Tool: Guiding Cloud Adoption Cloud Candidate Selection Tool: Guiding Cloud Adoption Executive Overview... 2 Introduction... 2 Tool Capabilities

More information

This Report Is For You! Options Basics

This Report Is For You! Options Basics This Report Is For You! You have in your hands a powerful report on options and the option market. We ve written this report for two types of investors those new to options trading, and for any experienced

More information

Microsoft Dynamics GP. Not For Profit Accounting

Microsoft Dynamics GP. Not For Profit Accounting Microsoft Dynamics GP Not For Profit Accounting Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this

More information

Section 14 Simple Linear Regression: Introduction to Least Squares Regression

Section 14 Simple Linear Regression: Introduction to Least Squares Regression Slide 1 Section 14 Simple Linear Regression: Introduction to Least Squares Regression There are several different measures of statistical association used for understanding the quantitative relationship

More information

Lab 11. Simulations. The Concept

Lab 11. Simulations. The Concept Lab 11 Simulations In this lab you ll learn how to create simulations to provide approximate answers to probability questions. We ll make use of a particular kind of structure, called a box model, that

More information

DDBA 8438: Introduction to Hypothesis Testing Video Podcast Transcript

DDBA 8438: Introduction to Hypothesis Testing Video Podcast Transcript DDBA 8438: Introduction to Hypothesis Testing Video Podcast Transcript JENNIFER ANN MORROW: Welcome to "Introduction to Hypothesis Testing." My name is Dr. Jennifer Ann Morrow. In today's demonstration,

More information

Stock Market Q & A. What are stocks? What is the stock market?

Stock Market Q & A. What are stocks? What is the stock market? Stock Market Q & A What are stocks? A stock is a share in the ownership of a corporation. The person buying the stock becomes a stockholder, or shareholder, of the corporation and earns dividends on his

More information

APPENDIX B: FEMA 452: Risk Assessment Database V5.0. User Guide

APPENDIX B: FEMA 452: Risk Assessment Database V5.0. User Guide APPENDIX B: FEMA 452: Risk Assessment Database V5.0 User Guide INTRODUCTION... 5 DATABASE ADMINISTRATOR INFORMATION... 6 INSTALLATION PROCESS... 8 USE OF THE DATABASE... 10 OPENING THE DATABASE... 12 FACILITY

More information