Using Machine Learning Techniques in the Stock Market

Total Page:16

File Type:pdf, Size:1020Kb

Using Machine Learning Techniques in the Stock Market USING MACHINE LEARNING TECHNIQUES IN THE STOCK MARKET A Project Presented to the Faculty of California State Polytechnic University, Pomona In Partial Fulfillment Of the Requirements for the Degree Master of Science In Economics By David Licerio 2018 SIGNATURE PAGE PROJECT: USING MACHINE LEARNING TECHNIQUES IN THE STOCK MARKET AUTHOR: David Licerio DATE SUBMITTED: Spring 2018 Economics Department Dr. Craig Kerr Project Committee Chair Economics Dr. Carsten Lange Economics Dr. Bruce Brown Economics ii ACKNOWLEDGMENTS I would like to thank my professor Dr. Craig Kerr for all the help, and my family for all the love and support given. iii ABSTRACT The objective of this paper is to forecast stock market prices using machine learning techniques. First, a statistical analysis of the Amazon stock is carried out. For further analysis, an autoregressive integrated moving average (ARIMA) model is fitted to the data and a forecast made. After the ARIMA and statistical analysis, machine learning techniques are applied to the stock to make another forecast on the returns to the Amazon stock. The returns are compared to a buy and hold strategy. The machine learning model includes a multi-layer perception model (MLP). The model used includes the following technical indicators: relative strength index, moving average convergence divergence, commodity channel index, stochastic oscillator, and Williams’ accumulation distribution. iv Contents 1 1 1.1 Introduction . 1 2 3 2.1 Review of Literature . 3 3 10 3.1 Statistical Analysis . 10 4 18 4.1 The Model . 18 4.2 Conclusion . 23 Bibiliography 24 v List of Tables 3.1 ARIMA Summary . 16 3.2 Forecasted ARIMA Values . 17 vi List of Figures 2.1 Support Vector Machine Regression . 4 3.1 Amazon Close Prices . 11 3.2 Histogram of Daily Returns . 12 3.3 Fitted ARIMA Model (0,1,0) . 13 3.4 Forecasted ARIMA . 14 3.5 ARIMA ACF . 15 3.6 ARIMA PACF . 16 4.1 Multi-Layer Perceptron . 19 4.2 Relative Strength Index and Price . 20 4.3 Moving Average Convergence Divergence . 21 4.4 Neural Network . 23 vii Chapter 1 1.1 Introduction Stock market prices follow what is known as a “random walk” meaning the prices from one day to the next are random, making it difficult to forecast the next value in the trend. The efficient market hypothesis states that if all prices reflect current information, then it is not possible to beat the system for a profit (Investopedia, 2018c). However, many statistical techniques are used in financial data to point out trends to see if the markets are predictable. Three authors are covered in the literature review. One commonality between two of the authors is that they use the same form of machine learning, known as a multi­ layer perceptron (MLP), a technique that is also used in this paper. The MLP technique performed better than the other machine learning algorithms used including; single layer perceptron (SLM), radial basis function (RBF), and support vector machines (SVM). For this paper, Amazon daily adjusted closing prices were gathered from Yahoo Fi­ nance from July 1, 2017 to March 28, 2018. An analysis of the returns to the stock is carried out. Next, an ARIMA model is fitted to the data for further analysis of the Ama­ zon stock. Finally, the machine learning technique known as MLP is implemented and 1 a comparison between a buy and hold strategy versus the machine learning technique is made. 2 Chapter 2 2.1 Review of Literature Patel et al. (2015) makes predictions on the stock prices of the 1-10th, 15th, and 30th day forecast. In order to accomplish this, the authors used a two step fusion technique. A two step infusion technique requires a combination of two different machine learning techniques, in order to make a single forecast. The reason for the two step technique is that they felt previous use of machine learning techniques relied on older statistical parameters as the forecasting value increased. Meaning, as time went on, the values were based off of older information and became less useful. The first stage is a support vector machine regression (SVMR). According to Math­ works.com (2018), the goal of this technique is to find a linear function, that is as flat as possible (minimizing beta), subject to constrained residuals. Meaning, you want to find a line which separates the data into 2 sections based on specified properties of the data. SVMR is used to organize and classify data in regression analysis. For example, if you had a cluster of data on the x-axis of a graph, and a cluster of data aligned on the y-axis, you would want a line coming from the point of origin, or (0,0), at a 45◦ angle. The line would be the linear function we are looking for. An example can be seen in Figure 2.1 ?. 3 The line separating the blue and red dots at an angle is the linear function that would be created by the SVMR, which would separate the green and red dots based on their color properties. Figure 2.1: Support Vector Machine Regression The second stage of the technique used by Patel et al. (2015) includes a hybrid model of an Artificial Neural Network (ANN), Random Forest (RF) and SVMR. According to Van Greven and Bohte (2017), an artificial neural networks is a computer system based off of biological brains and is meant to learn something without having been explicitly designed to do so. ANN’s generally consist of 3 layers. The first is an input layer of neurons which sends data to a second layer. The second layer then relays that data to the third layer for output. An ANN learns based on the inputs it is given, and the out­ put achieved is based on what it has learned given the inputs. ANN’s are considered non-linear statistical modeling tools and are used to find complex patterns in data. The 4 advantage of ANN’s compared to other statistical techniques is it’s ability to learn. A random forest is used in regression by using what are known as decision trees. Investo­ pedia (2018b) states that decision trees consist of branches which evaluate data, and has leaves which hold the conclusions of the data. According to Vidyha (2018), a decision tree splits data into homogeneous sets, based on the input that differentiates the variables the most. For example, say we have 10 students, and we want to know which students are most likely to play handball during recess. We also have data based on age, gender and height. The decision tree would then organize the data, and would be able to differ­ entiate between which of the variables (age, gender height) would be the greatest help in determining which students are most likely to play handball during recess. According to the site BML (2016) decision trees and ordinary least squares (OLS) can both be used for regression, however decision trees can also be used for classification. Another difference between the two is that OLS assumes Gaussian relations hold while DT’s do not have such assumptions on the data. These Gaussian assumptions include the data should be stationary, no severe multicollinearity, no heteroskedasticity, no serial-correlation, and the expected error is 0. A stationary variables means that the mean, variance and er­ ror term do not change over time. No severe multicollinearity means the x coefficients should not be significantly correlated. Heteroskedasticity means the variance of the error is different among the data. Serial-correlation is when the price goes up (or down), the next price go up (or down) and continues to follow this pattern. The hybrid model is then compared to a single stage machine learning model where ANN, RF, and SVR are used alone. Just as in this project, Patel et al. (2015) used indica­ tors in their neural networks which included including relative strength index, accumu­ lation /distribution oscillator, moving average and commodity channel index. In order to identify which of the algorithms performed the best, the authors used mean absolute 5 percentage error (MAPE), mean absolute error (MAE), relative root mean square error (rRMSE), and mean squared error (MSE). Each of the measurements are used to measure the accuracy of a forecasting model, specifically in trend estimation. MAPE gives the er­ ror in terms of percentage. MAE is calculated by obtaining the average of the difference between the predicted value and actual value. rRMSE is used for models whose error are measured in different units. Finally, MSE takes the average of the squared error between the forecasted and actual values. The authors found the that two stage fusion prediction models consisting of ANN and SVMR performed better than the single stage predictions since those techniques had the lowest of the MAPE, MAE, rRMSE and MSE. Patel et al. (2015) found that the best prediction model was when they combined ANN and SVMR. In another article by Usmani et al. (2016), the authors use machine learning tech­ niques to make predictions on the Karachi Stock Exchange. In order to predict the entire market, the model uses oil, gold, silver, interest and foreign exchange rates as inputs. These inputs are then combined with simple moving average and ARIMA models. The techniques that are used for comparison include a single layer perceptron, multi-layer perceptron (MLP), Radial Basis Function (RBF) and SVM. Usmani et al. (2016) article is similar to this paper in that a multi-layer perceptron is used. To further explain the techniques used, a single layer perceptron consists of a single layer of input neurons and an output neuron.
Recommended publications
  • A Test of Macd Trading Strategy
    A TEST OF MACD TRADING STRATEGY Bill Huang Master of Business Administration, University of Leicester, 2005 Yong Soo Kim Bachelor of Business Administration, Yonsei University, 200 1 PROJECT SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF BUSINESS ADMINISTRATION In the Faculty of Business Administration Global Asset and Wealth Management MBA O Bill HuangIYong Soo Kim 2006 SIMON FRASER UNIVERSITY Fall 2006 All rights reserved. This work may not be reproduced in whole or in part, by photocopy or other means, without permission of the author. APPROVAL Name: Bill Huang 1 Yong Soo Kim Degree: Master of Business Administration Title of Project: A Test of MACD Trading Strategy Supervisory Committee: Dr. Peter Klein Senior Supervisor Professor, Faculty of Business Administration Dr. Daniel Smith Second Reader Assistant Professor, Faculty of Business Administration Date Approved: SIMON FRASER . UNI~ER~IW~Ibra ry DECLARATION OF PARTIAL COPYRIGHT LICENCE The author, whose copyright is declared on the title page of this work, has granted to Simon Fraser University the right to lend this thesis, project or extended essay to users of the Simon Fraser University Library, and to make partial or single copies only for such users or in response to a request from the library of any other university, or other educational institution, on its own behalf or for one of its users. The author has further granted permission to Simon Fraser University to keep or make a digital copy for use in its circulating collection (currently available to the public at the "lnstitutional Repository" link of the SFU Library website <www.lib.sfu.ca> at: ~http:llir.lib.sfu.calhandlell8921112~)and, without changing the content, to translate the thesislproject or extended essays, if .technically possible, to any medium or format for the purpose of preservation of the digital work.
    [Show full text]
  • The Best Candlestick Patterns
    Candlestick Patterns to Profit in FX-Markets Seite 1 RISK DISCLAIMER This document has been prepared by Bernstein Bank GmbH, exclusively for the purposes of an informational presentation by Bernstein Bank GmbH. The presentation must not be modified or disclosed to third parties without the explicit permission of Bernstein Bank GmbH. Any persons who may come into possession of this information and these documents must inform themselves of the relevant legal provisions applicable to the receipt and disclosure of such information, and must comply with such provisions. This presentation may not be distributed in or into any jurisdiction where such distribution would be restricted by law. This presentation is provided for general information purposes only. It does not constitute an offer to enter into a contract on the provision of advisory services or an offer to buy or sell financial instruments. As far as this presentation contains information not provided by Bernstein Bank GmbH nor established on its behalf, this information has merely been compiled from reliable sources without specific verification. Therefore, Bernstein Bank GmbH does not give any warranty, and makes no representation as to the completeness or correctness of any information or opinion contained herein. Bernstein Bank GmbH accepts no responsibility or liability whatsoever for any expense, loss or damages arising out of, or in any way connected with, the use of all or any part of this presentation. This presentation may contain forward- looking statements of future expectations and other forward-looking statements or trend information that are based on current plans, views and/or assumptions and subject to known and unknown risks and uncertainties, most of them being difficult to predict and generally beyond Bernstein Bank GmbH´s control.
    [Show full text]
  • Candlestick Patterns
    INTRODUCTION TO CANDLESTICK PATTERNS Learning to Read Basic Candlestick Patterns www.thinkmarkets.com CANDLESTICKS TECHNICAL ANALYSIS Contents Risk Warning ..................................................................................................................................... 2 What are Candlesticks? ...................................................................................................................... 3 Why do Candlesticks Work? ............................................................................................................. 5 What are Candlesticks? ...................................................................................................................... 6 Doji .................................................................................................................................................... 6 Hammer.............................................................................................................................................. 7 Hanging Man ..................................................................................................................................... 8 Shooting Star ...................................................................................................................................... 8 Checkmate.......................................................................................................................................... 9 Evening Star ....................................................................................................................................
    [Show full text]
  • Bearish Belt Hold Line
    How to Day Trade using the Belt Hold Line Pattern Belt Hold Line Definition The belt hold line candlestick is basically the white marubozu and black marubozu within the context of a trend. The bullish belt hold candle opens on the low of the day and closes near the high. This candle presents itself in a downtrend and is an early sign that there is a potential bullish reversal. Conversely the bearish belt candle opens at the high of the day and closes near the low. This candle presents itself in an uptrend and is an early sign that there is a potential bearish reversal. These candles are reliable reversal bars, but lose their importance if there are a number of belt hold lines in close proximity. Not to complicate the matter further, but the pattern can also act as a continuation pattern, which we will cover later in this post. Bullish Belt Hold Line The bullish belt hold line gaps down on the open of the bar, which represents the low of the bar, and then rallies higher. Shorts who entered positions on the open of the bar are now underwater, which adds to the buying frenzy. Bullish Belt Hold Line You are now looking at a chart which shows the bullish belt hold line candlestick pattern. As you see, the trading day starts with a big bearish gap, which is the beginning of the pattern. The price action then continues with a big bullish candle. The candle has no lower candle wick and closes at its high. This price action confirms both a bullish marubozu and bullish belt hold line pattern.
    [Show full text]
  • Cup with Handle
    9 Cup with Handle RESULTS SNAPSHOT Upward Breakouts Appearance Looks like a cup profile with the handle on the right. Reversal or continuation Short-term bullish continuation Bull Market Bear Market Performance rank 13 out of 23 9 out of 19 Break-even failure rate 5% 7% Average rise 34% 23% Change after trend ends –30% –34% Volume trend Downward Upward Throwbacks 58% 42% Percentage meeting price target 50% 27% Surprising findings Patterns that are tall, have short handles, and a higher left cup lip perform better. See also Bump-and-Run Reversal Bottom; Rounded Bottom This pattern sports a low failure rate but a below average rise when compared to other chart pattern types. The Results Snapshot shows the numbers. A few surprises are unique to this pattern. A cup with a short handle (shorter than the median length) tends to outperform those with longer handles. If the left cup 149 150 Cup with Handle lip is higher than the right, the postbreakout performance is also slightly bet- ter. The higher left lip is a change from the first edition of this Encyclopedia where cups with a higher right lip performed better. I believe the difference is from the change in methodology and a larger sample size. Tour The cup-with-handle formation was popularized by William J. O’Neil in his book, How to Make Money in Stocks (McGraw-Hill, 1988). He gives a couple of examples such as that shown in Figure 9.1. The stock climbed 295% in about 2 months (computed from the right cup lip to the ultimate high).
    [Show full text]
  • Eliminates Emotionsemotions
    Candlestick Forum Boot Camp High Profit Patterns Why is it important to know the patterns? EliminatesEliminates emotionsemotions 1 Advanced Candlestick Patterns ¾ Fry Pan Bottom ¾ Dumpling Top ¾ Cradle Pattern ¾ Jay-Hook ¾ Scoop Pattern ¾ Belt Hold ¾ Breakout Patterns High Probabilty Patterns Pennants Channels Fibonacci Distance from MA’s Double Bottoms/Tops Fry Pan Bottom The downtrend starts waning with the appearance of small trading bodies As the trend starts slowly curling up, a gap up in price indicates that strong buying sentiment has now returned 2 Fry Pan Bottom Long Rounded Curved bottom Fry Pan Bottom – minutes, days, months The indecisive rounding bottom is the predominant factor Fry Pan Bottom - Past Analysis Big Percent move at top has a different meaning when a pattern can be identified 3 Fry Pan Bottom measuring point A dimple usually marks the Halfway point Fry pan bottom Fry Pan Bottom - Dollar analysis 4 Fry Pan Bottom expectations Should not have breached bottom curvature Fry pan Bottom – Failure Fry Pan Bottom – where to buy? 5 Fry Pan Bottom with MA confirmation Fry Pan Bottom - A Break Out or Failure? Easy identification of a failure, which makes for easy stop loss procedures Fry Pan Bottom can become a Cup and Handle CUP Handle Or a J-hook pattern 6 What shows a Fry Pan Bottom failure? Fry Pan Bottom – Exuberant buying Want to see break out buying Fry Pan Bottom –What to expect? 7 Fry Pan Bottom – What is expected? Opposite the Fry pan Bottom Dumpling Top The Dumpling Top- an identifiable characteristic Lousy trading atmosphere 8 Cradle Pattern • The Cradle Pattern is a symmetric bottom pattern that is easy to identify.
    [Show full text]
  • The Predictive Power of Price Gaps
    The Predictive Power of Price Gaps Robert Mois* Eric Teder** Stockholm School of Economics Stockholm School of Economics Bachelor Thesis Stockholm School of Economics Department of Finance Tutor: Paolo Sodini May 30, 2012 Abstract Price gaps are identified by studying trading ranges, which is the spread between a stock’s highest and lowest traded price over a trading day. If the trading ranges of two consecutive days do not overlap, a price gap has occurred. A positive gap is when the lowest traded price of the day is higher than the highest traded price of the precedent day. For negative gaps, the highest traded price of the day is lower than the lowest traded price the day before. Our hypothesis is that abnormal returns can be generated from buying stocks after a positive gap and from short-selling stocks after a negative gap. Using transaction data from the Swedish stock market from 2000 through 2010, we test our hypothesis. First we map returns and abnormal returns, generated from risk-adjusting models, for holding periods of one to five days. The abnormal returns are then the base for executed regressions, run in order to test the explanatory power of positive and negative price gaps. From our analysis, we find support for our hypothesis that trading on positive gaps generates abnormal returns. These abnormal returns persist even after taking transaction costs into account. The same support is not found for negative gaps. According to our findings, price gaps seem to constitute an anomaly. Keywords: Price gaps, Technical analysis, Momentum, Candlesticks First and foremost, we would like to thank our tutor Paolo Sodini, Associate Professor at the Department of Finance at the Stockholm School of Economics, for generous support and valuable input throughout the work with this thesis.
    [Show full text]
  • The Moving Average Ratio and Momentum
    The Moving Average Ratio and Momentum Seung-Chan Park* Adelphi University Forthcoming, The Financial Review. Please monitor www.thefinancialreview.org for the publication schedule. Please consult the published version for exact wording and pagination before finalizing any verbatim quotes. I show the ratio of the short-term moving average to the long-term moving average (moving average ratio, MAR) has significant predictive power for future returns. The MAR combined with nearness to the 52-week high explains most of the intermediate-term momentum profits. This suggests that an anchoring bias, in which investors use moving averages or the 52-week high as reference points for estimating fundamental values, is the primary source of momentum effects. Momentum caused by the anchoring bias do not disappear in the long-run even when there are return reversals, confirming that intermediate-term momentum and long-term reversals are separate phenomena. Keywords: momentum; moving average; 52-week high; anchoring bias; behavioral theory; efficient market hypothesis JEL classification: G12, G14 * Corresponding author: School of Business, Adelphi University, Garden City, NY; E-mail: [email protected]; Tel: (516) 877-4454. This paper is a part of my dissertation at University of Tennessee, Knoxville. I would like to thank Philip Daves, James W. Wansley, and Michael C. Ehrhardt for their insightful comments. I have benefited from discussions with Bruce R. Swensen. I am also grateful to the editor (Arnold R. Cowan) and two anonymous referees for their helpful comments and Ying Zhang for his comments at 2006 Financial Management Association Meetings. 1. Introduction This paper finds that the ratio of two variables commonly used in technical analysis – short- and long-term moving averages – has significant predictive power for future returns, and that this predictive power is distinct from the predictive power of either past returns, first reported by Jegadeesh and Titman (1993), or nearness of the current price to the 52- week high, reported by George and Hwang (2004).
    [Show full text]
  • Individually and on Behalf of All Others Similarly Situated, CLASS ACTION COMPLAINT
    UNITED STATES DISTRICT COURT NORTHERN DISTRICT OF ILLINOIS _____________, individually and on behalf of all others similarly situated, CLASS ACTION COMPLAINT Plaintiff, v. CBOE GLOBAL MARKETS, INC., CBOE HOLDINGS, INC., CBOE FUTURES EXCHANGE, LLC, CHICAGO BOARD JURY TRIAL DEMANDED OPTIONS EXCHANGE, INC., and JOHN DOES 1-20 Defendants. TABLE OF CONTENTS Page NATURE OF THE ACTION ..........................................................................................................3 PARTIES .........................................................................................................................................8 A. Plaintiff ....................................................................................................................8 B. Defendants ...............................................................................................................9 JURISDICTION AND VENUE ....................................................................................................10 FACTUAL BACKGROUND ........................................................................................................11 A. Futures and Options Contracts ...............................................................................11 B. The SPX and SPX Options ....................................................................................12 C. The VIX .................................................................................................................14 D. VIX Options, VIX Futures, VIX ETPs, and the “SOQ” Settlement
    [Show full text]
  • Passive Funds Affect Prices: Evidence from the Most ETF Dominated Asset
    BIS Working Papers No 952 Passive funds affect prices: Evidence from the most ETF- dominated asset classes by Karamfil Todorov Monetary and Economic Department July 2021 JEL classification: G11, G13, G23. Keywords: ETF, leverage, commoditization, VIX, futures. BIS Working Papers are written by members of the Monetary and Economic Department of the Bank for International Settlements, and from time to time by other economists, and are published by the Bank. The papers are on subjects of topical interest and are technical in character. The views expressed in them are those of their authors and not necessarily the views of the BIS. This publication is available on the BIS website (www.bis.org). © Bank for International Settlements 2021. All rights reserved. Brief excerpts may be reproduced or translated provided the source is stated. ISSN 1020-0959 (print) ISSN 1682-7678 (online) Passive Funds Affect Prices: Evidence from the Most ETF-dominated Asset Classes KARAMFIL TODOROV∗ ABSTRACT This paper studies exchange-traded funds’ (ETFs) price impact in the most ETF- dominated asset classes: volatility (VIX) and commodities. I propose a model- independent approach to replicate the VIX futures contract. This allows me to isolate a non-fundamental component in VIX futures prices that is strongly related to the rebalancing of ETFs. To understand the source of that component, I decom- pose trading demand from ETFs into three parts: leverage rebalancing, calendar rebalancing, and flow rebalancing. Leverage rebalancing has the largest effects. It amplifies price changes and exposes ETF counterparties negatively to variance. Keywords: ETF, leverage, commoditization, VIX, futures JEL classification: G11, G13, G23 ∗London School of Economics and Political Science, Department of Finance and Bank for International Settlements.
    [Show full text]
  • Candlestick Patterns (Every Trader Should Know)
    Candlestick Patterns (Every trader should know) A doji represents an equilibrium between supply and demand, a tug of war that neither the bulls nor bears are winning. In the case of an uptrend, the bulls have by definition won previous battles because prices have moved higher. Now, the outcome of the latest skirmish is in doubt. After a long downtrend, the opposite is true. The bears have been victorious in previous battles, forcing prices down. Now the bulls have found courage to buy, and the tide may be ready to turn. For example = INET Doji Star A “long-legged” doji is a far more dramatic candle. It says that prices moved far higher on the day, but then profit taking kicked in. Typically, a very large upper shadow is left. A close below the midpoint of the candle shows a lot of weakness. Here’s an example of a long-legged doji. For example = K Long-legged Doji A “gravestone doji” as the name implies, is probably the most ominous candle of all, on that day, price rallied, but could not stand the altitude they achieved. By the end of the day. They came back and closed at the same level. Here ’s an example of a gravestone doji: A “Dragonfly” doji depicts a day on which prices opened high, sold off, and then returned to the opening price. Dragonflies are fairly infrequent. When they do occur, however, they often resolve bullishly (provided the stock is not already overbought as show by Bollinger bands and indicators such as stochastic). For example = DSGT The hangman candle , so named because it looks like a person who has been executed with legs swinging beneath, always occurs after an extended uptrend The hangman occurs because traders, seeing a sell-off in the shares, rush in to grab the stock a bargain price.
    [Show full text]
  • Dow Theory & Gap Theory
    Axioms of Stocks & Options (A2) Notebook 1: Dow Theory & Gap Theory Dow Theory & Gap Theory Dow Theory: ___________ Journalist Started the publication named the ____ Street Journal Dow Jones Industrials and Transportation averages arose from their investigative research into _______ behaviour ______ Dow essentially hypothesised what became the foundation of modern technical analysis Dow Theory Principles: 1. The _____ Discounts Everything 2. The Market Has _____ Trends 3. Trends Have Three _____ 4. The _____ Must Confirm Each Other 5. ______ Must Confirm The Trend 6. A trend is in effect until it has given definite signals that it has _______ 1. The Price Discounts Everything: All known information (fundamental) that can be known, is already reflected in the _____ price Because everything known is priced into a stock price – all we have left to measure is market ________ and human behaviour Technical Analysts recognise the cognitive factors that impinge rational behaviour 2. Three Trends of the Market: 1) P______ 2) I_________ 3) M______ Axioms of Stocks & Options A2 2 Notebook 1: Dow Theory & Gap Theory Primary Trend: _______ term trend (Macro Trend) __ year + Secondary Trend: __________ trend 3 - 9 _______ ______ lines Works with the ______ trend Minor Trend: ____ term trend ______ to a couple of weeks Works with the ________ trend Three Trends of the Market: Primary: ____ of the ocean Intermediate: _____ Minor: _____ Human sentiment defines the wave 3. Trends Have Three Phases 1. A____________ 2. Public P________
    [Show full text]