Adaptive Cycle Toolkit (ACT) - Indicator Primer

Size: px
Start display at page:

Download "Adaptive Cycle Toolkit (ACT) - Indicator Primer"

Transcription

1 Adaptive Cycle Toolkit (ACT) - Indicator Primer ACT is Metastock on high-energy. It places powerful, adaptive experts and indicators within the simple, intuitive Metastock framework. They rapidly adjust to the speed and noise of the market s trends, cycles and drift, helping an analyst quickly assess market conditions. Applying them, a trader may: Identify trends quickly. Know when the market is cycling. Know when the market is noisy, and perhaps stand aside. Pinpoint extreme prices with the Fisher transform These techniques are based on the research of noted quantitative analyst and author, John Ehlers. ACT achieves these results because its methods are dynamic. They are based on sound concepts derived from signal processing mathematics. Traditionally, Metastock tools have accepted only static inputs. Markets are not static. ACT s methods to identify trends and cycles: Are among the most responsive techniques available, period, Have the same intuitive Excel-like feel and use of Metastock formulas, Allow complex adaptive indicators to be built by simply stacking functions - an easy to learn Lego block approach to building advanced custom indicators, Process very fast under demanding real-time situations. ACT is easy to use. You don t need to: work for NASA to apply these techniques, learn a complex programming language, convert to an expensive lease product from a competitor to achieve most, if not all, of these benefits. ACT is meant for the novice and advanced traders. Novice traders may apply the power of adaptive experts and methods quickly and effortlessly, Advanced traders may create and test complex adaptive methods quickly while limiting or eliminating the need for programming assistance. As your experience grows, ACT supports your growth.

2 Basic Concepts: Markets change quickly. Adapting to these changes can be critical to you as a trader. Many traders believe signal processing techniques hold part of the answer. Several trading experts have developed such techniques from the following basic model: Price = Trend Content + Cycle Content. If Cycle Length can be accurately measured from Cycle Content, they believe the Cycle Length can be used as a period input to make indicators more accurately measure market conditions. An analyst can use this concept to create adaptive indicators for a single time scale, apply it to create adaptive long term filters of short-term indicators, or both. ACT has two methods for rapidly measuring cycle length: the Homodyne method, and the Cybernetic method. The Homodyne method is responsive and smooth. The Cybernetic method is more responsive, but not as smooth. In fact, it may be the most responsive method available to measure cycle length. Either method provides a cycle period length that is measured at each price bar, and may be used to make ACT s experts and indicators adaptive. Please note: the cycle length measured at each price bar may change. However, ACT does not retroactively recalculate each indicator (the LastValue function in Metastock s function list does retroactively recalculate). Instead, ACT maintains the history of each price bar s indicator calculation based on the cycle length measured at that bar. The current cycle length is only applied to indicator calculations for the current bar. This approach maintains the dynamic history of each indicator. Otherwise, we would be recalculating the history of an indicator with 20/20 hindsight. Homodyne Period: The Homodyne method only requires the choice of price input for cycle measurement (i.e., median price, close, etc.) to compute the cycle length. Cybernetic Period: The Cybernetic method requires some insight, but is easy to apply with a little effort. It is worth the effort because it is extremely responsive to rapidly changing market conditions. Here are the basic ideas behind the inputs: Function Name: Cybernetic Cycle Period Format: ExtFml( "ADSI.CyberCyclePeriod", Prices, alphas, deltaphaselows, deltaphasehighs) Input 1: Prices. (suggested input is Median Price)

3 Input 2: alphas. The alpha factor "cuts off" the frequencies which are extracted from price for measuring the cycle content. (recall: Price = Trend Content + Cycle Content). Cycle content is used to measure cycle length. Higher frequencies are associated with shorter cycle lengths. The higher the alpha, the higher the frequencies used for cycle measurement. An alpha of 0.18 considers frequencies at about a cycle length of 11 & above. An alpha of 0.09 considers frequencies at about a cycle length of 22 & above. An alpha of.07 considers frequencies at about a cycle length of 28 & above, and so on. (See Alpha Conversion Table attached for an explanation of how alphas are related to length). The variable is range bound between 0.0 and 1.0. An alpha of.18 does not necessarily equal a cycle of 11 bars. An alpha of.09 does not necessarily equal a cycle of 22 bars, and so on for other alphas. It would be true only if the cycle content exactly equaled the content for a pure cycle of that length (e.g., if the cycle content in a price series using an alpha cutoff of.18 exactly equaled the cycle content for a pure 11 bar cycle). It may not, and probably does not. In the case of this alpha =.18, the extracted content may equal that of an 11 bar cycle or longer. The alpha simply limits the content measured. The Cybernetic Cycle Period uses this output to determine the number of times the content rotates through a trigonometric circle. (the angle in a cycle rotates 360 degrees each time a cycle is completed.) This measures the cycle length. Input 3: DeltaPhaseLows. (suggested input 0.10) This is a value (in radians) that determines the an upper bound for the period length. A lower value allows longer cycles to be measured. For example, a value of 0.1 only allows cycles shorter than about 60 bars to be measured. First, a little math refresher: a circle has 2pi units (radians) in it. Since pi equals 3.14, 2pi equals A six bar cycle will rotate through 2pi ten times as fast as a 60 bar cycle (fewer price bars are required to complete a shorter cycle). Thus, if we divide 6.28 by 6, we get approximately If we divide 6.28 by 60, we get This lower DeltaPhaseLow just sets an artificial limit on the longest cycle we let our technique measure. In this case, if the cycle length measured were higher than 60, the 0.10 limit would set the cycle length to equal 60. If a user preferred to allow the longest cycle lengths measured to be longer (assuming a longer cycle actually existed in the data), they could adjust this. For example, using a factor of.0785 (6.28/80) would allow a maximum cycle length of 80 to be measured

4 from the cycle content. Understand, if the cycle content did not contain a cycle as long as 80 bars, the cycle length would be the length measured, not 80. Alternatively, if a user preferred to allow the longest cycle lengths measured to be shorter (assuming a shorter cycle actually existed in the data), they could adjust this. For example, using a factor of.157 (6.28/40) would allow a maximum cycle length of 40 to be measured from the cycle content. In this case, if the cycle length measured were higher than 40, the limit would set the cycle length to equal 40. Understand, if the cycle content did not contain a cycle as long as 40 bars, the cycle length would be the length measured, not 40. Input 4: DeltaPhaseHighs. (suggested input 1.05) This is a value (in radians) that determines a lower bound for the period length. A higher value allows shorter cycles to be measured. For example, a value of 1.05 only allows cycles greater than about 6 bars to be measured. If a user preferred to allow the shortest cycle lengths measured to be longer than 6 bars to be measured (assuming a longer cycle actually existed in the data), they could adjust this. For example, using a factor of.5233 (6.28/12) would return a minimum cycle length of 12 from the cycle length calculations. Understand, if the cycle content contained a cycle shorter than 12 bars, the cycle length computed would be 12, not the shorter length. Why all this fuss about these two inputs? Simply put, they set limits on the cycle lengths that can be measured. If you want to allow a broad range of cycle length measurements, set these inputs to be wide. For example, if you wanted the longest cycle length measured to be 100 and the shortest to be 4, then set the DeltaPhaseLow to.0628 (6.28/100) and DeltaPhaseHigh to be 1.57 (6.28/4). Remember these are boundaries. The actual cycle length measured will be whatever is measured, and will likely fall in between these limits. Applications: OK, the real reason you are reading this --- APPLICATION, APPLICATION, APPLICATION. Example 1: You want a dynamic simple moving average, say for example never shorter than 6 bars, never longer than 60 bars. It is this easy: a) name a variable, say pd for period b) choose a cycle length function (Homodyne or Cybernetic Cycle Period) c) use the ACT simple moving average function

5 Let s try this with the Homodyne method: We ll use median price as input for prices in the Homodyne, but we could have used the close() price. We ll use median price as the data array input for the simple moving average function, but we could have used close(), or for that matter any other value we want to average (e.g. another indicator), and we ll input the variable we defined pd in the periods field. pd: = ExtFml( "ADSI.HomodyneCyclePeriod", MP() ); ExtFml( "ASI.SMA", MP(), pd); You re done. Wasn t that easy? You now have an adaptive simple moving average. No need to keep tweaking your period length as the market changes. These functions do it for you. Let s try the same thing with the Cybernetics Cycle Period: We ll use median prices as our input, an alpha of.28 (cuts off frequencies less than 7 bars in length, and a DeltaPhaseLow of 0.10 and a DeltaPhaseHigh of 1.05 (as described in our discussion above on the Cybernetic Cycle Period) pd: = ExtFml( "ADSI.CyberCyclePeriod", MP(), 0.28, 0.10, 1.05); ExtFml( "ASI.SMA", MP(), pd); Now your adaptive average is based on the Cybernetics Cycle Period. Again, you now have an adaptive average based on two lines of code. Trust us, the code underneath this if written in a programming language is very, very long and complicated!!!!! Example 2: You want a dynamic measure of the Signal to Noise Ratio (SNR), say for example never shorter than 6 bars, never longer than 60 bars. The SNR is a measure of whether prices are moving efficiently or just drifting. It is this easy:

6 a) name a variable, say pd for period b) choose a cycle length function (Homodyne or Cybernetic Cycle Period) c) use the ACT Signal to Noise function Let s try this with the Homodyne method: We ll use median price as input for prices in the Homodyne, but we could have used the close() price. We ll use median price as the data array input for the SNR function, but we could have used close(), and we ll input the variable we defined pd in the periods field. We ll set an exponential smoothing alpha of This is an exponential smoothing factor applied at the end of the calculation. A larger alpha results in a smoother final output. This value is range bound between 0.0 and 1.0. Note: this is not the same alpha discussed above for frequency cutoff. Our apology for having to use the same term with two different meanings, but John Ehlers uses the term this way. Don t despair! The detailed manual describes for each indicator when alpha refers to cutoff frequency, and when it refers to an exponential smoothing factor. pd: = ExtFml( "ADSI.HomodyneCyclePeriod", MP() ); ExtFml( "ADSI.SNR", MP(), pd, 0.25); You re done. Wasn t that easy? You now have an adaptive SNR. No need to keep tweaking your period length as the market changes. These functions do it for you. Let s try this with the Cybernetics Cycle Period: We ll use median prices as our input, an alpha of.28 (cuts off frequencies less than 7 bars in length, and a DeltaPhaseLow of 0.10 and a DeltaPhaseHigh of 1.05 (as described in our discussion above on the Cybernetic Cycle Period) pd: = ExtFml( "ADSI.CyberCyclePeriod", MP(), 0.28, 0.10, 1.05); ExtFml( "ADSI.SNR", MP(), pd, 0.25); Now your SNR is based on the Cybernetics Cycle Period. Again, you now have an SNR based on two lines of code. If the programmer s code underneath the simple moving average is long, a programmer s code behind this would be a mile long!!! (a yard maybe?)

7 Example 3: Let s try to find the HHV (highest high) over an adaptive period. Easy. We ll just use the Cybernetic Cycle Period this time, and the same input values we used for it before. pd: = ExtFml( "ADSI.CyberCyclePeriod", MP(), 0.28, 0.10, 1.05); ExtFml( "ASI.HHV", MP(), pd); Now your HHV is based on the Cybernetics Cycle Period. Example 4: Let s get a little tricky here. After all, now you re an expert. This time we re going to find the HHV of an SNR over an adaptive period We ll just use the Cybernetic Cycle Period this time, and the same input values we used for it before. pd: = ExtFml( "ADSI.CyberCyclePeriod", MP(), 0.28, 0.10, 1.05); pf: = ExtFml( "ADSI.SNR", MP(), pd, 0.25); ExtFml( "ASI.HHV", pf, pd); Now you have the highest high value of an SNR based on the Cybernetics Cycle Period. Please note: for the SNR function, we used the same layout and variables for it as discussed in example #2. Also, our choice of names for the variable pf is arbitrary. It could have been pa, pb, etc anything but pd since it is already used, or any other variable name which Metastock already reserves for use (like MP for median price). Example 5: Let s try a unique function from ACT, a Laguerre Stochastics. The Laguerre Stochastics is a unique variant of the traditional Stochastics indicator. It uses Laguerre transformed prices to compute the Stochastic. The Laguerre Stochastic is not included in Ehlers work. The Dynamic Market Lab has extended his research to create this indicator.

8 The Laguerre Stochastic is a very smooth, highly responsive oscillator. Its unique design allows it to respond surprisingly well in both trending and cyclical markets. This is rare for an oscillator. Ehlers suggests crosses above the 20% line are usually followed by rising prices, and crosses below the 80% line are usually followed by falling prices. Indicator Name: Laguerre Stochastics (Cybernetic Analysis) Function Name: Laguerre Stochastics Format: ExtFml( "ADSI.LaguerreStoch", Prices, # of elements,gammas) Input 1: Prices. (suggested input is Median Price) Input 2: # of elements. This input can be any integer between (and including) 3 and 8. It represents the number of elements used in the calculation of the filter. A fewer number of elements results in a more responsive filter. Due to the nature of the internal calculations, this value must be a constant, and cannot be variable, as with most other ADSI inputs. Input 3: gammas. The gamma input is an exponential smoothing factor applied after the Laguerre Filter and is range bound between 0.0 and 1.0. A smaller the gamma results in less smoothing. A value around 0.5 is recommended, but you can adjust this. The gamma can be made adaptive with a little more effort. Indicator Formula: _DML_ADSI_Laguerre Stoch ExtFml("ADSI.LaguerreStoch", MP(), 4, 0.5); Now you have an extremely unique oscillator that rapidly changes at turns, yet flatlines above 80 in uptrends, and below 20 in downtrends. In fact, Michael Barna, an associate of John Ehlers, developed a simple system based on using this indicator alone. Conclusion: Thank you for your time and attention. We have just scratched the surface of ACT s potential. Most anything you want to do you can. The limits and combinations of ideas are virtually limitless. Remember how many different designs you could easily build with Lego blocks. Same thing here. This code is adaptable, stackable (see example 4 again), interchangeable, powerful, and fun. For advanced users, you can use these functions to write many types of loops (see the manual) not possible in Metastock, until now. Use these tools to create your own experts and explorations, or try the six experts included in ACT. They are based on John Ehlers work as well. The code is open source, and you can change inputs to them. Have fun!!

WORKED FAN LAW EXAMPLES

WORKED FAN LAW EXAMPLES Page 1 WORKED FAN LAW EXAMPLES Fan Laws The empirical means very basic :-) FAN LAWS are as follows:- Q 1 = RPM 1 Q 2 RPM 2 Basically this equation says that if fan RPM increases by 10% then the flowrate

More information

Forecasting Introduction Version 1.7

Forecasting Introduction Version 1.7 Forecasting Introduction Version 1.7 Dr. Ron Tibben-Lembke Sept. 3, 2006 This introduction will cover basic forecasting methods, how to set the parameters of those methods, and how to measure forecast

More information

Introduction. If you are curious of what to expect, then read on

Introduction. If you are curious of what to expect, then read on Introduction If you are reading this, then you re probably preparing to take the Advertising Fundamentals exam and are not quite sure of what s in store for you? or you feel a little under confident about

More information

Kanban kick- start (v2)

Kanban kick- start (v2) Kanban kick- start (v2) By Tomas Björkholm at Crisp, October 2011 INTRODUCTION... 1 AN APPROACH TO GET STARTED WITH KANBAN... 2 STEP 1 GET TO KNOW YOUR SYSTEM... 2 STEP 2 IDENTIFY YOUR SOURCES AND PRIORITIZE...

More information

Marginal Costing Q.8

Marginal Costing Q.8 Marginal Costing. 2008 Q.8 Break-Even Point. Before tackling a marginal costing question, it s first of all crucial that you understand what is meant by break-even point. What this means is that a firm

More information

I m going to begin by showing you the basics of creating a table in Excel. And then later on we will get into more advanced applications using Excel.

I m going to begin by showing you the basics of creating a table in Excel. And then later on we will get into more advanced applications using Excel. I m going to begin by showing you the basics of creating a table in Excel. And then later on we will get into more advanced applications using Excel. If you had the choice of looking at this. 1 Or something

More information

19. MORE UNIT CONVERSION

19. MORE UNIT CONVERSION 9 MORE UNIT CONVERSION multi-step conversions filling a sandbox ft ft ( ft)( ft)( ft) ft cubic foot ft Unit conversion problems are widespread You ll encounter them not only in math classes, but also in

More information

Key Performance Indicator Mapping

Key Performance Indicator Mapping Key Performance Indicator Mapping This exercise won t give you specific metrics to use or things to measure. What this will do is give you an extremely powerful tool to build the foundation to develop

More information

Concepts for Using TC2000/TCnet PCFs

Concepts for Using TC2000/TCnet PCFs 2004 Jim Cooper by Concepts for Using TC2000/TCnet PCFs Concepts for Using TC2000/TCnet PCFs 1 What is a PCF? 1 Why would I want to use a PCF? 1 What if I m no good at programming or math? 2 How do I make

More information

NEWS RELEASES AND IMPROVE ROI REVENUE-GENERATING HOW TO OPTIMIZE STRATEGY. CHAPTER 1 Achieve Better Results with Targeted News Release Distribution

NEWS RELEASES AND IMPROVE ROI REVENUE-GENERATING HOW TO OPTIMIZE STRATEGY. CHAPTER 1 Achieve Better Results with Targeted News Release Distribution REVENUE-GENERATING NEWS RELEASES HOW TO OPTIMIZE STRATEGY AND IMPROVE ROI CHAPTER 1 Achieve Better Results with Targeted News Release Distribution 1 INTRODUCTION GET THE MOST OUT OF YOUR NEWS RELEASE Public

More information

The combination of factors and their levels describe the battlespace conditions.

The combination of factors and their levels describe the battlespace conditions. Design of Experiments (DOE) is an acronym and a test technique increasingly being used in the T&E community. This will present a conceptual overview of what DOE is, how it compares to other testing techniques,

More information

Forecasting Fundamentals: The Art and Science of Predicting Call Center Workload

Forecasting Fundamentals: The Art and Science of Predicting Call Center Workload Forecasting Fundamentals: The Art and Science of Predicting Call Center Workload The basis of any good staffing plan is an accurate workload forecast. Without a precise forecast of the work to be expected,

More information

Point Sampling (a.k.a. prism cruising)

Point Sampling (a.k.a. prism cruising) Point Sampling (a.k.a. prism cruising) The following is a (simple?) explanation of the principles behind prism cruising. This is not meant as a stand alone paper; it is intended to supplement lecture/lab

More information

Concrete Remove & Replace Estimate Checklist By Consumer Advocate Patrick Mattingley

Concrete Remove & Replace Estimate Checklist By Consumer Advocate Patrick Mattingley Experienced, honest and professional concrete contractors are hard to find. I know this because after almost 2 decades in the business and several years running AllAboutDriveways.com, I ve spoken to hundreds

More information

Thinking about competence (this is you)

Thinking about competence (this is you) CPD In today s working environment, anyone who values their career must be prepared to continually add to their skills, whether it be formally through a learning programme, or informally through experience

More information

Thus, there are two points to keep in mind when analyzing risk:

Thus, there are two points to keep in mind when analyzing risk: One-Minute Spotlight WHAT IS RISK? Uncertainty about a situation can often indicate risk, which is the possibility of loss, damage, or any other undesirable event. Most people desire low risk, which would

More information

Putting Workforce Analytics to Work: Achieving Objectives and Realizing Outcomes

Putting Workforce Analytics to Work: Achieving Objectives and Realizing Outcomes Putting Workforce Analytics to Work: Achieving Objectives and Realizing Outcomes Workforce analytics turns people and business data into actionable intelligence. If you re in HR, you ve no doubt noticed

More information

Algorithmic Identification of Chart Patterns. step-by-step identification procedures which can be coded in a computer program

Algorithmic Identification of Chart Patterns. step-by-step identification procedures which can be coded in a computer program Algorithmic Identification of Chart Patterns step-by-step identification procedures which can be coded in a computer program Algorithmic Identification of Chart Patterns Key Benefits Instant scan innumerous

More information

Cover-Time Planning, An alternative to Material Requirements Planning; with customer order production abilities and restricted Work-In-Process *

Cover-Time Planning, An alternative to Material Requirements Planning; with customer order production abilities and restricted Work-In-Process * International Conference on Industrial Engineering and Systems Management IESM 2007 May 30 - June 2, 2007 BEIJING - CHINA Cover-Time Planning, An alternative to Material Requirements Planning; with customer

More information

Managing Biometrics Tasks for an ectd Submission

Managing Biometrics Tasks for an ectd Submission Managing Biometrics Tasks for an ectd Submission 1 The views expressed are those of the presenter and not necessarily of the FDA With the FDA, as with the stock market, past performance is no guarantee

More information

8TIPS. for Successful CRM Implementation

8TIPS. for Successful CRM Implementation 8S for Successful CRM Implementation 8 S 1. Use the CRM system 2. Customize the system at all possible levels. 3. Don t force-fit features you don t need. 4. Automate routine. Use your time for what s

More information

Networks: Spring 2010 Homework 3 David Easley and Jon Kleinberg Due February 26, 2010

Networks: Spring 2010 Homework 3 David Easley and Jon Kleinberg Due February 26, 2010 Networks: Spring 2010 Homework 3 David Easley and Jon Kleinberg Due February 26, 2010 As noted on the course home page, homework solutions must be submitted by upload to the CMS site, at https://cms.csuglab.cornell.edu/.

More information

Differentiation. The SunTrust Guide to Competitive Strategy 1

Differentiation. The SunTrust Guide to Competitive Strategy 1 Differentiation The SunTrust Guide to Competitive Strategy 1 From the Expert: Differentiation and Its Role in Competitive Advantage Sales training consultant Bill Caskey explains what companies need to

More information

Discover Prepaid Jeff Lewis Interview

Discover Prepaid Jeff Lewis Interview Discover Prepaid Jeff Lewis Interview Hi, it s Karen Webster for PYMNTS.com, and I m here today with Jeff Lewis, who is Director, Alternative Payments and Prepaid for Discover. Hi Jeff, thanks for joining

More information

IN-PIT CRUSHING AND CONVEYING MINE PLANNING AND OPERATIONS Skillings Mining Review, June 1, 1985 by: Independent Mining Consultants, Inc.

IN-PIT CRUSHING AND CONVEYING MINE PLANNING AND OPERATIONS Skillings Mining Review, June 1, 1985 by: Independent Mining Consultants, Inc. 1 IN-PIT CRUSHING AND CONVEYING MINE PLANNING AND OPERATIONS Skillings Mining Review, June 1, 1985 by: Independent Mining Consultants, Inc. Introduction The rising operating costs and declining commodity

More information

Mobile Marketing. This means you need to change your strategy for marketing to those people, or risk losing them to your competition.

Mobile Marketing. This means you need to change your strategy for marketing to those people, or risk losing them to your competition. Mobile Marketing Introduction Mobile marketing is one of the fastest growing segments of online marketing. Over the last two to three years, the number of people who access the internet on mobile devices

More information

Indicator Alternative Ichimoku Setup, Examples of Usage

Indicator Alternative Ichimoku Setup, Examples of Usage Page 1 of 6 Indicator Alternative Ichimoku Setup, Examples of Usage Introduction Why did Alternative Ichimoku appear? Because there is no limit of perfection. Of course, at first the author thought that

More information

Using Key Principles to Build Rapport

Using Key Principles to Build Rapport Using Key Principles to Build Rapport Were you ever interviewed by someone who had little regard for your feelings? What did this person say or do, and how did you feel? How open were you with this person,

More information

Linda Carrington, Wessex Commercial Solutions

Linda Carrington, Wessex Commercial Solutions Linda Carrington, Wessex Commercial Solutions Linda Carrington has worked with ISO 9001 accredited systems throughout her career, in businesses as diverse as oil and gas, construction, defence and shipping.

More information

Grow Your HPDE Events

Grow Your HPDE Events Grow Your HPDE Events Goals: Help you attract more participants to your DE events. Help you retain your existing participants. Why would a participant NOT want to attend your DE events? Lack of awareness

More information

USING PR MEASUREMENT TO BEAT YOUR COMPETITORS: A HOW-TO GUIDE

USING PR MEASUREMENT TO BEAT YOUR COMPETITORS: A HOW-TO GUIDE USING PR MEASUREMENT TO BEAT YOUR COMPETITORS: A HOW-TO GUIDE Dear Reader, Thank you for downloading this how-to guide: Using PR Measurement to Beat Your Competitors. I hope you will find it to be a valuable

More information

Facebook Friendly Marketing

Facebook Friendly Marketing WELCOME! Welcome to this step-by-step cheat sheet on how to start using paid marketing on Facebook to start getting leads for your business NOW! Following the steps covered in this PDF will get your business

More information

Technology Start-ups

Technology Start-ups Technology Start-ups Lecture 5 John Cavazos Dept of Computer & Information Sciences University of Delaware Get Ready To Interview Surveys Assume you now questions Surveys Assume you now questions Assumes

More information

EnterpriseOne JDE5 Forecasting PeopleBook

EnterpriseOne JDE5 Forecasting PeopleBook EnterpriseOne JDE5 Forecasting PeopleBook May 2002 EnterpriseOne JDE5 Forecasting PeopleBook SKU JDE5EFC0502 Copyright 2003 PeopleSoft, Inc. All rights reserved. All material contained in this documentation

More information

A-Z OF CUSTOMER SERVICE AND COMPLAINTS MANAGEMENT

A-Z OF CUSTOMER SERVICE AND COMPLAINTS MANAGEMENT A-Z OF CUSTOMER SERVICE AND COMPLAINTS MANAGEMENT Leading Light Enterprises Ltd 1 0845 165 6269 Welcome! When it comes to customer service it s actually quite easy to make a huge difference. It s often

More information

Involving Young Volunteers

Involving Young Volunteers Involving Young Volunteers Contents Age Limits------------------------------------------------------------------------------------------------------------------ 9 Benefits of volunteering -----------------------------------------------------------------------------------------------

More information

The Human Tendency to Infer the Worst: Why the Absence of a Proper Cover Letter Can Severely Damage Your Candidacy

The Human Tendency to Infer the Worst: Why the Absence of a Proper Cover Letter Can Severely Damage Your Candidacy The Human Tendency to Infer the Worst: Why the Absence of a Proper Cover Letter Can Severely Damage Your Candidacy One of the most important lessons I learned as a legal headhunter was taught to me just

More information

How to Lie with Statistics Darrell Huff

How to Lie with Statistics Darrell Huff How to Lie with Statistics Darrell Huff Meredith Mincey Readings 5050 Spring 2010 In Darrell Huffs famous book, he teaches us how to lie with statistics so as to protect ourselves from false information.

More information

HABIT 2: Know and Love Quality Score

HABIT 2: Know and Love Quality Score HABIT 2: Know and Love Quality Score IMPROVING QUALITY SCORE: THE VALUE OF BEING MORE RELEVANT RAISING QUALITY SCORE TO INCREASE EXPOSURE, LOWER COSTS, AND GENERATE MORE CONVERSIONS WHY SHOULD YOU CARE

More information

B2B Marketing Communications and Advertising Research

B2B Marketing Communications and Advertising Research Circle Research White Paper B2B Marketing Communications and Advertising Research Visit our website https://www.circle-research.com to find out more B2B Marketing Communications and Advertising Research

More information

CRYSTAL LATTICE. Defining lattice: Mathematical construct; ideally infinite arrangement of points in space.

CRYSTAL LATTICE. Defining lattice: Mathematical construct; ideally infinite arrangement of points in space. CRYSTAL LATTICE How to form a crystal? 1. Define the structure of the lattice 2. Define the lattice constant 3. Define the basis Defining lattice: Mathematical construct; ideally infinite arrangement of

More information

Chapter 2 Forecasting

Chapter 2 Forecasting Chapter 2 Forecasting There are two main reasons why an inventory control system needs to order items some time before customers demand them. First, there is nearly always a lead-time between the ordering

More information

You ve written a press release with all your details so how do you get your story into your local paper or onto your local radio or TV station?

You ve written a press release with all your details so how do you get your story into your local paper or onto your local radio or TV station? Involving your local newspaper, radio or TV station can be a great way to let others in your community know about your campaign and put pressure on decision makers. Good times to contact the press are

More information

SIMPLIFY YOUR EMPLOYEE TRAINING PROGRAM. AN EBOOK Brought to you by:

SIMPLIFY YOUR EMPLOYEE TRAINING PROGRAM. AN EBOOK Brought to you by: SIMPLIFY YOUR EMPLOYEE TRAINING PROGRAM = AN EBOOK Brought to you by: A COMMON NOTION If it were easy everyone would do it.... How many times have we said or thought that about complicated or compelling

More information

Risk Analysis Overview

Risk Analysis Overview Risk Analysis Overview What Is Risk? Uncertainty about a situation can often indicate risk, which is the possibility of loss, damage, or any other undesirable event. Most people desire low risk, which

More information

Eve Billionaire Niche Market Guide

Eve Billionaire Niche Market Guide Eve Billionaire Niche Market Guide Disclaimer All information in this document is for general informational purposes only. The author has used his best efforts in gathering and preparing this document.

More information

MEETING THE CHALLENGE OF TRANSFORMATIONAL CHANGE:

MEETING THE CHALLENGE OF TRANSFORMATIONAL CHANGE: MEETING THE CHALLENGE OF TRANSFORMATIONAL CHANGE: Do You Have the Transformational Change Leadership to Cross the Abyss? Implementation Management Associates, Inc. Corporate Headquarters 1658 Cole Blvd.

More information

Spreadsheets in Education (ejsie)

Spreadsheets in Education (ejsie) Spreadsheets in Education (ejsie) Volume 2, Issue 2 2005 Article 5 Forecasting with Excel: Suggestions for Managers Scott Nadler John F. Kros East Carolina University, nadlers@mail.ecu.edu East Carolina

More information

Scope Creep: need strong change control to prevent or mitigate. Must establish the change control system early in the project.

Scope Creep: need strong change control to prevent or mitigate. Must establish the change control system early in the project. Scope Creep: need strong change control to prevent or mitigate. Must establish the change control system early in the project. HBS Article: value of scope creep; delays & overruns vs market opportunities.

More information

10 WAYS TO ATTRACT NEW PATIENTS AND KEEP THE ONES YOU HAVE

10 WAYS TO ATTRACT NEW PATIENTS AND KEEP THE ONES YOU HAVE 10 WAYS TO ATTRACT NEW PATIENTS AND KEEP THE ONES YOU HAVE WHITE PAPER 1 10 WAYS TO ATTRACT NEW PATIENTS AND KEEP THE ONES YOU HAVE Patients move. They change health plans. Some have a bad experience.

More information

3D VISUALIZATION AND MOTION DESIGN NEW OPPORTUNITIES IN MARKETING.

3D VISUALIZATION AND MOTION DESIGN NEW OPPORTUNITIES IN MARKETING. 3D VISUALIZATION AND MOTION DESIGN NEW OPPORTUNITIES IN MARKETING. We have the in-house competency for your digital projects. CGI, OR COMPUTER-GENERATED IMAGERY, IS AN INDISPENSABLE TOOL IN THE WORLD OF

More information

Community Improvement Guide

Community Improvement Guide Community Improvement Guide Make Improvements That Matter Whether you have results from a recent customer or employee survey suggesting areas in need of improvement, or you just know it s time for change,

More information

PERCENTS - Teacher Notes Unit 6-7 th grade

PERCENTS - Teacher Notes Unit 6-7 th grade PERCENTS - Teacher Notes Unit 6-7 th grade Percents are special fractions whose denominators are. The number in front of the percent symbol (%) is the numerator. The denominator is not written, but understood

More information

5 BEST PRACTICES FOR ENTERPRISE MONITORING AND MANAGEMENT. How to Successfully Gain a Comprehensive Overview of IT Operations

5 BEST PRACTICES FOR ENTERPRISE MONITORING AND MANAGEMENT. How to Successfully Gain a Comprehensive Overview of IT Operations 5 BEST PRACTICES FOR ENTERPRISE MONITORING AND MANAGEMENT How to Successfully Gain a Comprehensive Overview of IT Operations TABLE OF CONTENTS INTRODUCTION Bringing Together Disparate Technology Functions

More information

Inventory Management. Brad Fink CIT 492 4/4/2013

Inventory Management. Brad Fink CIT 492 4/4/2013 2013 Inventory Management Brad Fink CIT 492 4/4/2013 Executive Summary Howard Electronics a small manufacturer of electronic research equipment has approximately 7,000 items in its inventory and has hired

More information

SPARK. Workflow for SharePoint. Workflow for every business. SharePoint Advanced Redesign Kit. ITLAQ Technologies

SPARK. Workflow for SharePoint. Workflow for every business. SharePoint Advanced Redesign Kit. ITLAQ Technologies SPARK SharePoint Advanced Redesign Kit Workflow for SharePoint Workflow for every business www.itlaq.com NO LIMITS TO WHAT YOU CAN ACCOMPLISH WITH SPARK WORKFLOW SPARK Workflow is a business process management

More information

LAB 19 Population Genetics and Evolution II

LAB 19 Population Genetics and Evolution II LAB 19 Population Genetics and Evolution II Objectives: To use a data set that reflects a change in the genetic makeup of a population over time and to apply mathematical methods and conceptual understandings

More information

ALCOHOL SOCIAL NORMS CAMPAIGN

ALCOHOL SOCIAL NORMS CAMPAIGN 2015-2016 ALCOHOL SOCIAL NORMS CAMPAIGN We began by identifying statistics from the Missouri College Health Behavior Survey. These statistics were then taken to focus groups to evaluate student responses.

More information

Multiple Regression. Dr. Tom Pierce Department of Psychology Radford University

Multiple Regression. Dr. Tom Pierce Department of Psychology Radford University Multiple Regression Dr. Tom Pierce Department of Psychology Radford University In the previous chapter we talked about regression as a technique for using a person s score on one variable to make a best

More information

THE GUIDE TO SPSS. David Le

THE GUIDE TO SPSS. David Le THE GUIDE TO SPSS David Le June 2013 1 Table of Contents Introduction... 3 How to Use this Guide... 3 Frequency Reports... 4 Key Definitions... 4 Example 1: Frequency report using a categorical variable

More information

CALCULATING THE ROI OF LEAD NURTURING

CALCULATING THE ROI OF LEAD NURTURING Definitive Guide to Lead Nurturing Lead Calculating the ROI of Lead Nurturing In Part One of the Definitive Guide to Lead Nurturing, we learned the value of lead nurturing done well, and in Parts Two and

More information

The Lazy Man s Cash Formula

The Lazy Man s Cash Formula The Lazy Man s Cash Formula Copy Exactly How I Generate $1,927 Per Day Online Almost Effortlessly By Mr. X Now, let s start making some automated revenue as I promised you! Legal Disclaimers All material

More information

7. What is planning? It is an act of formulating a program for a definite course of action. Planning is to decide what is to be done.

7. What is planning? It is an act of formulating a program for a definite course of action. Planning is to decide what is to be done. UNIT I FUNDAMENTALS 2 MARKS QUESTIONS & ANSWERS 1. What is software project management? Software project management is the art and science of planning and leading software projects. It is sub discipline

More information

Exclusive Voice of the Customer framework for smart CX managers: Delivering world-class customer experience every step of the way

Exclusive Voice of the Customer framework for smart CX managers: Delivering world-class customer experience every step of the way Exclusive Voice of the Customer framework for smart CX managers: Delivering world-class customer experience every step of the way VoC programs enable you to engage with customers at key points across the

More information

Social Media Marketing for Small Businesses SELL. SERVICE. MARKET. SUCCEED.

Social Media Marketing for Small Businesses SELL. SERVICE. MARKET. SUCCEED. Social Media Marketing for Small Businesses SELL. SERVICE. MARKET. SUCCEED. The information provided in this e-book is strictly for the convenience of our customers and is for general informational purposes

More information

Agile for Hardware Development

Agile for Hardware Development Agile for Hardware Development. Agile for Hardware Development PLAYBOOK PLAYBOOKHQ.co Contents Background Agile Manifesto Agile Values Cost of Delay Agile Principles Agile Methods Conclusion 3 4 6 7 9

More information

Joe s Unofficial Scrum Checklist

Joe s Unofficial Scrum Checklist Joe s Unofficial Scrum Checklist This list is based off Henrik Kniberg s Unofficial Scrum CheckList. See http://www.crisp.se/scrum/checklist We recommend you use this list as basis for discussion, mostly

More information

Unit QUAN Session 6. Introduction to Acceptance Sampling

Unit QUAN Session 6. Introduction to Acceptance Sampling Unit QUAN Session 6 Introduction to Acceptance Sampling MSc Strategic Quality Management Quantitative methods - Unit QUAN INTRODUCTION TO ACCEPTANCE SAMPLING Aims of Session To introduce the basic statistical

More information

Social Media Analytics

Social Media Analytics Social Media Analytics Outline Case Study : Twitter Analytics and Text Analytics Role of Social Media Analytics in Business Intelligence About AlgoAnalytics Page 2 Case Study : Twitter and Text Analytics

More information

For California IT Services Provider, Success Is About Balance

For California IT Services Provider, Success Is About Balance For California IT Services Provider, Success Is About Balance Accent Computer Solutions Holds onto its Family Feel in an Industry That Never Gets a Day Off Marty Kaufman looks like he could be leading

More information

Lesson-28. Perfect Competition. Economists in general recognize four major types of market structures (plus a larger number of subtypes):

Lesson-28. Perfect Competition. Economists in general recognize four major types of market structures (plus a larger number of subtypes): Lesson-28 Perfect Competition Economists in general recognize four major types of market structures (plus a larger number of subtypes): Perfect Competition Monopoly Oligopoly Monopolistic competition Market

More information

Asales forecast is like a weather forecast: It s an educated guess at what

Asales forecast is like a weather forecast: It s an educated guess at what In This Chapter Chapter 1 A Forecasting Overview Knowing the different methods of forecasting Arranging your data in an order Excel can use Getting acquainted with the Analysis ToolPak Going it alone Asales

More information

SMART Practice Aids Audit Suite. The SMART Way To Complete Your Audit Process From Beginning To End

SMART Practice Aids Audit Suite. The SMART Way To Complete Your Audit Process From Beginning To End SMART Practice Aids Audit Suite The SMART Way To Complete Your Audit Process From Beginning To End I would absolutely recommend SMART Practice Aids Audit Suite to a colleague. The suite has been a significant

More information

Welcome to the course, Evaluating the Measurement System. The Measurement System is all the elements that make up the use of a particular gage.

Welcome to the course, Evaluating the Measurement System. The Measurement System is all the elements that make up the use of a particular gage. Welcome to the course, Evaluating the Measurement System. The Measurement System is all the elements that make up the use of a particular gage. Parts, people, the environment, and the gage itself are all

More information

Homework 1: Basic modeling, analysis and spreadsheet engineering

Homework 1: Basic modeling, analysis and spreadsheet engineering Homework 1: Basic modeling, analysis and spreadsheet engineering This first assignment is designed to give you a chance to build some relatively simple spreadsheet based models. Use good spreadsheet model

More information

Time with clients and prospects is the critical variable.

Time with clients and prospects is the critical variable. Time with clients and prospects is the critical variable. BY BILL GOOD I consider this article one of the most important I ve written for Research magazine since I came on board in May 1990. In it, you

More information

Kornucopia. Cleaning Tension Test Data. Smart-Tools for Analyzing Challenging Datasets. Transient Impact Correlation

Kornucopia. Cleaning Tension Test Data. Smart-Tools for Analyzing Challenging Datasets. Transient Impact Correlation Cleaning Tension Test Data Kornucopia Smart-Tools for Analyzing Challenging Datasets Powerful software specifically designed to naturally blend the following into reusable, well documented worksheets:

More information

New product development game (NPD game)

New product development game (NPD game) New product development game (NPD game) This is a flexible game designed to illustrate some of the key concepts in new product or service development. It can be adapted and extended to provide both a quick

More information

Reduce your open source security risk: strategies, tactics, and tools

Reduce your open source security risk: strategies, tactics, and tools Reduce your open source security risk: strategies, tactics, and tools OPEN SOURCE SECURITY MUST BE A PRIORITY While there s no doubt that open source software (OSS) is here to stay, that doesn t mean that

More information

Working in a Customer Service Culture

Working in a Customer Service Culture Working in a Customer Service Culture Customer Service Skills Student Workbook Introduction: Welcome to customer service skills training. Every job or position has some degree of customer interaction.

More information

TEMPLE UNIVERSITY CEMS Chemical Environmental Management System

TEMPLE UNIVERSITY CEMS Chemical Environmental Management System TEMPLE UNIVERSITY CEMS Chemical Environmental Management System CEMS OVERVIEW What CEMS is: CEMS is the online chemical inventory system for Temple University and Temple University Health System. All chemical

More information

Equating and Scaling for Examination Programs

Equating and Scaling for Examination Programs Equating and Scaling for Examination Programs The process of scaling is used to report scores from equated examinations. When an examination is administered with multiple forms like the NBCOT OTC Examination,

More information

goals target? Are your User Guide for iplan Level I & II Version 3.1 Designed to help employees get the very best from the TypeFocus iplan Program

goals target? Are your User Guide for iplan Level I & II Version 3.1 Designed to help employees get the very best from the TypeFocus iplan Program Are your goals U S E R G U I D E TM on target? User Guide for iplan Level I & II Version 3.1 Designed to help employees get the very best from the TypeFocus iplan Program 2 Table of Contents TABLE OF CONTENTS...

More information

SECRETS TO BUSINESS GROWTH: TIPS FROM 3 SUCCESSFUL ENTREPRENEURS

SECRETS TO BUSINESS GROWTH: TIPS FROM 3 SUCCESSFUL ENTREPRENEURS SECRETS TO BUSINESS GROWTH: TIPS FROM 3 SUCCESSFUL ENTREPRENEURS Introduction SMALL BUSINESS POWER Small businesses have generated 65% of the net new jobs in the United States since 1995. Numbers like

More information

Lab Exercise #2: Tension Testing (Uniaxial Stress)

Lab Exercise #2: Tension Testing (Uniaxial Stress) Lab Exercise #2: (Uniaxial Stress) Learning Outcomes: 1. Understand the basic concepts of stress and strain 2. Identify the engineering material properties 3. Connect stress and strain through Hooke s

More information

02 AdWords. 04 Campaign Settings. 06 Google Analytics & Google Tag Manager

02 AdWords. 04 Campaign Settings. 06 Google Analytics & Google Tag Manager Advanced Guide to PPC Acount Audits 01 Introduction 02 AdWords 03 Shared Library & Bulk Operations 04 Campaign Settings 05 Tools & Reports 06 Google Analytics & Google Tag Manager 07 Appendix A & B Paid

More information

IMPROVEMENT SKILLS CONSULTING LTD. Simply, improvement. Benchmarking: Why it might not work

IMPROVEMENT SKILLS CONSULTING LTD. Simply, improvement. Benchmarking: Why it might not work IMPROVEMENT SKILLS CONSULTING LTD. Simply, improvement Benchmarking: Why it might not work Benchmarking: Why it might not work Few consulting tools are more widely abused these days than so-called Best

More information

GLMs the Good, the Bad, and the Ugly Ratemaking and Product Management Seminar March Christopher Cooksey, FCAS, MAAA EagleEye Analytics

GLMs the Good, the Bad, and the Ugly Ratemaking and Product Management Seminar March Christopher Cooksey, FCAS, MAAA EagleEye Analytics Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

Guest Name and Title: Carol Phillips, President Guest Company: Brand Amplitude

Guest Name and Title: Carol Phillips, President Guest Company: Brand Amplitude Guest Name and Title: Carol Phillips, President Guest Company: Brand Amplitude David: Hi, this is David Patrick. Welcome to The Brand Show. Today I ll be talking with Carol Phillips. She s the president

More information

AHGILE A N D B O O K

AHGILE A N D B O O K AGILE HANDBOOK OVERVIEW 2 OVERVIEW This handbook is meant to be a quick-starter guide to Agile Project Management. It is meant for the following people: Someone who is looking for a quick overview on what

More information

How Paratransit Software Improves Trip Booking

How Paratransit Software Improves Trip Booking How Paratransit Software Improves Trip Booking 1 The Secrets To Better Trip Booking Much of the information that we try to express in our day-to-day communication is with regards to the major differences

More information

WHITE PAPER HOW TO SET MANAGED SERVICES PRICING BY KARL W. PALACHUK

WHITE PAPER HOW TO SET MANAGED SERVICES PRICING BY KARL W. PALACHUK WHITE PAPER HOW TO SET MANAGED SERVICES PRICING BY KARL W. PALACHUK Price is what you pay. Value is what you get. Warren Buffett INTRODUCTION Whether you re moving from on-demand support to managed services

More information

Using Veteran Athletes as Mentors

Using Veteran Athletes as Mentors Using Veteran Athletes as Mentors Why Do This? The most effective teams are those in which team members embrace and own the team s culture. Teams in which the coach does all the culture-shaping are not

More information

Technology Start-ups

Technology Start-ups Technology Start-ups Lecture 10 Get Ready to Measure & The MVP Interview John Cavazos Dept of Computer & Information Sciences University of Delaware What are Actionable Metrics? Ties specific, repeatable

More information

A SIX-STEP, NO-FLUFF GUIDE TO BOOSTING SALES

A SIX-STEP, NO-FLUFF GUIDE TO BOOSTING SALES A SIX-STEP, NO-FLUFF GUIDE TO BOOSTING SALES This white paper delves deeper into Speak2Leads core belief: that if you don t speak to a lead when it s sales-ready, you ll never get another chance. In other

More information

STATISTICAL TECHNIQUES. Data Analysis and Modelling

STATISTICAL TECHNIQUES. Data Analysis and Modelling STATISTICAL TECHNIQUES Data Analysis and Modelling DATA ANALYSIS & MODELLING Data collection and presentation Many of us probably some of the methods involved in collecting raw data. Once the data has

More information

The Seven Step Process to ISO 9001 Certification

The Seven Step Process to ISO 9001 Certification The Seven Step Process to ISO 9001 Certification So you have decided you need to become ISO 9001 Certified, largely because you have heard from your customers that you need to show that you are ISO Certified,

More information

WORKING WITH TEST DOCUMENTATION

WORKING WITH TEST DOCUMENTATION WORKING WITH TEST DOCUMENTATION CONTENTS II. III. Planning Your Test Effort 2. The Goal of Test Planning 3. Test Planning Topics: b) High Level Expectations c) People, Places and Things d) Definitions

More information

Holiday Purchasing Habits: A Digital Advantage for Local Businesses

Holiday Purchasing Habits: A Digital Advantage for Local Businesses Holiday Purchasing Habits: A Digital Advantage for Local Businesses Consumer Preferences for Search, Social, Mobile and Email This Holiday Season Page 2 Holiday shopping season means big profits for local

More information