Nirvana's Trade Secrets

Total Page:16

File Type:pdf, Size:1020Kb

Nirvana's Trade Secrets Trade Secrets 1, Part 2: Market Direction Adaptive Trading Make Consistent Gains no matter what the market is doing! Part 2: Market Direction; Interpreting Events & Clues Determining Market Direction 1) Visual Clues 3) Scan Counts 2) Market Breadth 5 Major Patterns to Look For Short Term Trend Line Breaks 4-8 per year Long Term Trend Line Breaks 2-4 per year Volume Climax Reversals 1-3 per year Consolidation Breaks 1-3 per year Well Formed Saucers 0-1 per year Short Term Line Breaks Pattern Duration: 2 Weeks to 1 Month Break Bar Long Term Line Breaks Break Bar Volume Climax Reversals You Know on This Bar False Reversal Consolidation Breaks Saucers Saucers are rare patterns, but highly effective when Signal identified. Bar Signal Bar Confirmation occurs at the right side of the curve. Pattern Summary Market Breadth Market Breadth Indicators case 17: s = "$AXAR.N" ' ARMS Index (AMEX) case 18: s = "$AR.N" ' ARMS Index (Global) The MktValue Indicator case 19: s = "$NQAR.N" ' ARMS Index (NASDAQ) case 20: s = "$NYAR.N" ' ARMS Index (NYSE) provides 47 End of Day case 21: s = "$AXBP.N" ' Bullish Percent Index (AMEX) case 22: s = "$BP.N" ' Bullish Percent Index (Global) Market Breadth indicators. case 23: s = "$NQBP.N" ' Bullish Percent Index (NASDAQ) case 24: s = "$NYBP.N" ' Bullish Percent Index (NYSE) case 25: s = "$VXD.N" ' CBOE DJIA Volatility Index case 26: s = "$VXN.N" ' CBOE NDX Volatility Index Indicator: MktValue(ID) case 27: s = "$VXO.N" ' CBOE OEX Volatility Index case 28: s = "$VIX.N" ' CBOE SPX Volatility Index case 29: s = "$AXMO.N" ' McClellan Oscillator (AMEX) case 1: s = "$AX150.N" ' Above Moving Average (150 days) (AMEX) case 30: s = "$MO.N" ' McClellan Oscillator (Global) case 2: s = "$150.N" ' Above Moving Average (150 days) (Global) case 31: s = "$NQMO.N" ' McClellan Oscillator (NASDAQ) case 3: s = "$NQ150.N" ' Above Moving Average (150 days) (NASDAQ) case 32: s = "$NYMO.N" ' McClellan Oscillator (NYSE) case 4: s = "$NY150.N" ' Above Moving Average (150 days) (NYSE) case 33: s = "$AXMI.N" ' McClellan Summation Index (AMEX) case 34: s = "$MI.N" ' McClellan Summation Index (Global) case 5: s = "$AX200.N" ' Above Moving Average (200 days) (AMEX) case 35: s = "$NQMI.N" ' McClellan Summation Index (NASDAQ) case 6: s = "$200.N" ' Above Moving Average (200 days) (Global) case 36: s = "$NYMI.N" ' McClellan Summation Index (NYSE) case 7: s = "$NQ200.N" ' Above Moving Average (200 days) (NASDAQ) case 8: s = "$NY200.N" ' Above Moving Average (200 days) (NYSE) case 37: s = "$AX2W.N" ' New Highs-New Lows (2 Weeks) (AMEX) case 38: s = "$2W.N" ' New Highs-New Lows (2 weeks) (Global) case 9: s = "$AX50.N" ' Above Moving Average (50 days) (AMEX) case 39: s = "$NQ2W.N" ' New Highs-New Lows (2 Weeks) (NASDAQ) case 10: s = "$50.N" ' Above Moving Average (50 days) (Global) case 40: s = "$NY2W.N" ' New Highs-New Lows (2 Weeks) (NYSE) case 11: s = "$NQ50.N" ' Above Moving Average (50 days) (NASDAQ) case 41: s = "$AX4W.N" ' New Highs-New Lows (4 Weeks) (AMEX) case 12: s = "$NY50.N" ' Above Moving Average (50 days) (NYSE) case 42: s = "$4W.N" ' New Highs-New Lows (4 weeks) (Global) case 43: s = "$NQ4W.N" ' New Highs-New Lows (4 Weeks) (NASDAQ) case 13: s = "$AXAD.N" ' Advance-Decline (AMEX) case 44: s = "$NY4W.N" ' New Highs-New Lows (4 Weeks) (NYSE) case 14: s = "$AD.N" ' Advance-Decline (Global) case 45: s = "$PCRE.N" ' Put/Call Ratio (Equity) case 15: s = "$NQAD.N" ' Advance-Decline (NASDAQ) case 46: s = "$PCRI.N" ' Put/Call Ratio (Index) case 16: s = "$NYAD.N" ' Advance-Decline (NYSE) case 47: s = "$PCRT.N" ' Put/Call Ratio (Total) Market Breadth Interpretations ID Symbol Name (All Global) Interpretation 14 $AD.N Advance-Decline MACD (2 Moving Avgs) 18 $AR.N ARMS Index Trending (ABOVE EMA) 22 $BP.N Bullish Percent Index Trending (ABOVE EMA) 30 $MO.N McClellan Oscillator Zero Crossover 34 $MI.N McClellan Summation Index Trending (ABOVE EMA) 47 $PCRT.N Put/Call Ratio (Total) Extreme Values (90%) Code Examples: MACD: EMA(indicator,12) > EMA(indicator,26) Trending: Indicator > EMA(indicator,7) Zero Crossover: Indicator > 0 and Indicator[2] < 0 ‘ Over 2 bars Extreme Values: Indicator > (0.9*HHV(Indicator,250)) ‘ 90% and above recent data Market Breadth ColorCharts The Market Scan Template can be used to show the Bullish Zone for each Market Breadth Indicator using the Color Chart feature of OmniTrader. Market Breadth Indicators with Bullish zone marked. Market Breadth Composite We can use a Scoring Function to combines all 6 Indicators into a single value. Weights are assigned to each Indicator to create the Composite. Definition: ColorChart MktBreadth(A,B,C,D,E,F) Above/Below Zero A = Put/Call Ratio (90%+ Peaks) B = Bullish Percent Index (Trend) C = ARMS Index (Trend) D = McClellan Oscillator (Zero XOver) E = McClellan Summation (Trend) F = Advance/Decline (MACD) Plot of MktBreadth(5,3,2,1,4,1) OmniScan Counts ScanCount() Indicator The Indicator ScanCount(Scan,Bars) ...shows the count of symbols passing a Scan, over a given number of bars. Note: The first time ScanCount runs it has to perform an OmniScan to build the indicator. The OmniScan Interface... Now, any OmniScan data is saved. can be used as a “Count” Indicator. Keltner Channel Crossover The Keltner Channel Crossover System is great at detecting KEY REVERSALS in charts. What if we COUNTED all Stocks with this Signal each day? Keltner Channel Crossover Signals on XOM Keltner Scan Counts The Keltner Long Scan counts Stocks that are turning up through the lower Keltner Channel. The Keltner Short Scan counts Stocks that are turning down through the upper Keltner Channel. In the Keltner Scan Chart Termplate, we highlight those Long/Short values that are large, OPPOSITE to the Trend. Indicators plotted: ScanCount(“Keltner Longs”,350) ScanCount(“Keltner Longs”,350) The Keltner Scans were VERY predictive in December 2018! Donchian Channel Up/Down Donchian Channels can be used to determine trend. When price is near or touching one side of the channel or the other, the trend is likely to continue in that direction. Donchian Scan Counts The Donchian Scan is based on the count of symbols that are close to either side of the channel. Visual Interpretation: When one side is very large and “deflates” (goes down), a strong signal is generated when the other side gains momentum (starts up). Confirmation is Key Confirm with all 3 Techniques: Visible Pattern Breaks Market Breadth Change Scan Counts This will give you the best and most accurate read on what the market is most likely to do next! ALL SYSTEMS GO! with Jeff Drake & Ed Downs .
Recommended publications
  • Free Stock Screener Page 1
    Free Stock Screener www.dojispace.com Page 1 Disclaimer The information provided is not to be considered as a recommendation to buy certain stocks and is provided solely as an information resource to help traders make their own decisions. Past performance is no guarantee of future success. It is important to note that no system or methodology has ever been developed that can guarantee profits or ensure freedom from losses. No representation or implication is being made that using The Shocking Indicator will provide information that guarantees profits or ensures freedom from losses. Copyright © 2005-2012. All rights reserved. No part of this book may be reproduced or transmitted in any form or by any means, electronic or mechanical, without written prior permission from the author. Free Stock Screener www.dojispace.com Page 2 Bullish Engulfing Pattern is one of the strongest patterns that generates a buying signal in candlestick charting and is one of my favorites. The following figure shows how the Bullish Engulfing Pattern looks like. The following conditions must be met for a pattern to be a bullish engulfing. 1. The stock is in a downtrend (short term or long term) 2. The first candle is a red candle (down day) and the second candle must be white (up day) 3. The body of the second candle must completely engulfs the first candle. The following conditions strengthen the buy signal 1. The trading volume is higher than usual on the engulfing day 2. The engulfing candle engulfs multiple previous down days. 3. The stock gap up or trading higher the next day after the bullish engulfing pattern is formed.
    [Show full text]
  • Intermediate Indicators Section Review Questions
    Section 9 Intermediate Indicators Section Review Questions Question 1 Which of the following statements about Average Directional Index (ADX) is NOT true? a) The ADX measures trend strength without regard to trend direction b) +DI and –DI are used to define directional movement when interpreting ADX c) The DI crossover system can be used to identify potential buy and sell signals d) A strong trending market is present when the ADX is above 50 Question 2 Which of the following are commonly used potential buy and sell signals when interpreting Moving Average Convergence Divergence (MACD)? a) Signal Line Crossover b) Centerline Crossover c) Divergences d) All of the above Question 3 The Money Flow Index (MFI) is also known as: a) Volume-weighted ADX b) Volume-weighted RSI c) Price-weighted Stochastics d) Price-weighted MACD Question 4 The default look-back period for calculating the Relative Strength Index (RSI) is? a) 12 b) 20 c) 14 d) 10 Question 5 When looking at the following indicators, which one is in overbought territory based on the traditional settings for each indicator? a) Slow Stochastics b) Money Flow Index c) Relative Strength Index d) All of the above Question 6 Which of the following statements is NOT true concerning On Balance Volume (OBV)? a) OBV is based on the theory that volume precedes price b) OBV was developed by Joe Granville c) Divergences should NOT be used to anticipate trend reversals when analyzing OBV d) OBV can be used to confirm a price trend Question 7 Which of the following are considered Market Breadth Indicators? a) Advance-Decline Line b) McClellan Oscillator c) Arms Index d) All of the above Section 9 Intermediate Indicators Section Review Answers 1) d 2) d 3) b 4) c 5) a 6) c 7) d .
    [Show full text]
  • User Guide Index-Lab
    Index-Lab User Guide © 2004-2009 FMR LLC. All rights reserved. Index-Lab User Guide by FMR LLC Revised: Friday, January 30, 2009 Index-Lab User Guide © 2004-2009 FMR LLC. All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems - without the written permission of the publisher. Third party trademarks and service marks are the property of their respective owners. While every precaution has been taken in the preparation of this document, the publisher and the author assume no responsibility for errors or omissions, or for damages resulting from the use or misuse of information contained in this document or from the use or misuse of programs and source code that may accompany it. In no event shall the publisher and the author be liable for any loss of profit or any other commercial damage caused or alleged to have been caused directly or indirectly by this document. Printed: Friday, January 30, 2009 Special thanks to: Wealth-Lab's great on-line community whose comments have helped make this manual more useful for veteran and new users alike. EC Software, whose product HELP & MANUAL printed this document. I User Guide, Index-Lab Table of Contents Foreword 0 Part I Introduction 2 1 Index-Lab Overview........... ........................................................................................................................ 2 2 Wealth-Lab Online......... .Community...................
    [Show full text]
  • Donchian Channels Monest Channels
    TRADERS´ BASICS 59 Adaptive and Optimised Donchian Channels Monest Channels Channels are at the heart and soul of technical analysis, from as early as its conception. However, up to this day, they come with a lot of subjectivity. This implies that it is hard to implement them algorithmically. Yet, computers and automation might have been the single most important driver in the wide spread adoption of the technical analysis discipline. This article will show how to objectify and optimise the calculation of horizontal channels and, hence, the support and resistance lines they are made up of. 08/2011 www.tradersonline-mag.com TRADERS´ BASICS 60 Ranges Rock for a resistance line. Figure 1 Ranges are quite important in shows an upper Donchian channel the analysis of charts and the line (resistance) with a look back automation of it. They give birth period of 36 days and a lower to the timecompression needed Donchian channel line (support) for new trends to develop and with a window of 20 days. When for existing trends to turn. Even you go back in time, starting at the the most well known systems right side of the chart, the highest like William O’Neil’s CANSLIM high over the past 36 days was approach, Weinstein’s stage 3.29, while the lowest low over analysis and a lot of trend the past 20 days was 2.26. These following strategies depend lines are annotated on the chart as on them to make decisions D36 and D20. concerning the possible start Perhaps, by now, you already of a trend, phase or stage.
    [Show full text]
  • Understanding Oscillators and Other Indicators
    UNDERSTANDING OSCILLATORS AND OTHER INDICATORS Used in By Tom McClellan and Sherman McClellan UNDERSTANDING OSCILLATORS AND OTHER INDICATORS Used in Tile McClellan Market Report By Tom McClellan and Sherman McClellan No single indicator can show the whole picture of what the market is doing. A variety of carefully crafted indicators measuring selected stock market and interest rate data forms the basis for the integrated technical analysis provided in The McClellan Market Report. By looking at several different tools and using different time frames, we can better identify the forces acting to change the market. Our goal is to understand the probable future market structure based on our analysis of what has happened in the past. In each issue of The McClellan Market Report, there will be charts of several indices and indicators which we find meaningful in interpreting market action. Some of these are common indices that many analysts use, and some are completely of our own invention. Each of these indicators provides its piece to the puzzle of how the market might behave in the future. This booklet has been written in order that you may better understand the indicators we use, their methods of calculation, and our rationale for using them. Our objective in this booklet is for you, the reader, to be comfortable in their use and be able to integrate their messages into your trading or investing. To help you understand our analytical techniques, it is important to first understand a few basic definitions of terms used to describe our indicators. MOVING AVERAGES The most satisfactory investing comes whe~ the market is trending and you invest with the trend of the market.
    [Show full text]
  • Technical Analysis Masterclass
    TRADING: TECHNICAL ANALYSIS MASTERCLASS - Master The Financial Markets – Rolf Schlotmann & Moritz Czubatinski Copyright © 2019, Rolf Schlotmann, Moritz Czubatinski, Quantum Trade Solutions GmbH All rights reserved, including those of reprinting of extracts, photomechanical and electronical reproduction and translation. Any duplication, reproduction and publication outside the provisions of copyright law (Urheberrechtsgesetz) is not permitted as a whole or in part without the prior written consent of the author. This work is not intended to give specific investment recommendations and merely provides general guidance, exemplary illustrations and personal views. Author, publisher and cited sources are not liable for any loss or other consequences arising from the implementation of their thoughts and views. Any liability is excluded. The advice and information published in this book has been carefully prepared and reviewed by the author. Anyhow, a guarantee or other responsibility for their accuracy, completeness and timeliness cannot be given. In particular, it should be noted that all speculative investment transactions involve a significant risk of loss and are not suitable for all investors. It is strongly recommended not to rely solely on this book, but to conduct own investigations and analyses and, if necessary, to obtain advice from financial advisors, tax advisors and lawyers before making an investment decision. Company identity Quantum Trade Solutions GmbH Jahnstrasse 43 63075 Offenbach Germany Chairmen: Schlotmann, Rolf and Czubatinski, Moritz Publication date: 19.02.2019 1st version Financial charts have been obtained through www.tradingview.com Foreword Introduction 1. What is trading? 1.1 The profit potential 1.2 Decision-making 1.3 Short-term vs. long-term trading 2.
    [Show full text]
  • Lecture 20: Technical Analysis Steven Skiena
    Lecture 20: Technical Analysis Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794–4400 http://www.cs.sunysb.edu/∼skiena The Efficient Market Hypothesis The Efficient Market Hypothesis states that the price of a financial asset reflects all available public information available, and responds only to unexpected news. If so, prices are optimal estimates of investment value at all times. If so, it is impossible for investors to predict whether the price will move up or down. There are a variety of slightly different formulations of the Efficient Market Hypothesis (EMH). For example, suppose that prices are predictable but the function is too hard to compute efficiently. Implications of the Efficient Market Hypothesis EMH implies it is pointless to try to identify the best stock, but instead focus our efforts in constructing the highest return portfolio for our desired level of risk. EMH implies that technical analysis is meaningless, because past price movements are all public information. EMH’s distinction between public and non-public informa- tion explains why insider trading should be both profitable and illegal. Like any simple model of a complex phenomena, the EMH does not completely explain the behavior of stock prices. However, that it remains debated (although not completely believed) means it is worth our respect. Technical Analysis The term “technical analysis” covers a class of investment strategies analyzing patterns of past behavior for future predictions. Technical analysis of stock prices is based on the following assumptions (Edwards and Magee): • Market value is determined purely by supply and demand • Stock prices tend to move in trends that persist for long periods of time.
    [Show full text]
  • The Cycle Trading Pattern Manual 2 Copyright © Walter Bressert, Inc
    TIMING IS EVERYTHING …And the use of time cycles can greatly improve the accuracy and success of your trading and/or system. There is no magic oscillator or indicator that will bring you THE CYCLE success in the markets. Knowledge of trading techniques and tools to improve TIMING and determine TREND is the key to low TRADING risk high probability trades that can bring you success. Knowledge, self-discipline and persistence are the true keys to PATTERN success in trading. Over time you will develop a trading style that fits your personality and trading skills. There are many tools to MANUAL help improve your trading, but only cycles will allow you to add By Walter Bressert the element of TIME into your trading. www.walterbressert.com Simple buy and sell signals do not consider the whole picture. By combining mechanical trading signals with daily and weekly cycles (or two intra-day time periods and cycles, such as a 45- minute and 180-minute, or a 5-minutes and 20-minute), retracements, trend Indicators and trendlines into Cycle Trading Patterns, you can greatly improve your accuracy and odds of making money on a trade or with a system. The following charts and trading concepts are based on trading the long side of a market. The same techniques and concepts work in mirror image fashion for trading the short side TABLE OF CONTENTS IDENTIFYING CYCLE TOPS AND BOTTOMS USING OSCILLATORS 2 Detrending Takes the Mystery Out of Cycles 3 Oscillators Show Cycle Tops and Bottoms 5 OSCILLATOR/PRICE PATTERNS GENERATE MECHANICAL TRADING SIGNALS 6 Detrended
    [Show full text]
  • Investing with Volume Analysis
    Praise for Investing with Volume Analysis “Investing with Volume Analysis is a compelling read on the critical role that changing volume patterns play on predicting stock price movement. As buyers and sellers vie for dominance over price, volume analysis is a divining rod of profitable insight, helping to focus the serious investor on where profit can be realized and risk avoided.” —Walter A. Row, III, CFA, Vice President, Portfolio Manager, Eaton Vance Management “In Investing with Volume Analysis, Buff builds a strong case for giving more attention to volume. This book gives a broad overview of volume diagnostic measures and includes several references to academic studies underpinning the importance of volume analysis. Maybe most importantly, it gives insight into the Volume Price Confirmation Indicator (VPCI), an indicator Buff developed to more accurately gauge investor participation when moving averages reveal price trends. The reader will find out how to calculate the VPCI and how to use it to evaluate the health of existing trends.” —Dr. John Zietlow, D.B.A., CTP, Professor of Finance, Malone University (Canton, OH) “In Investing with Volume Analysis, the reader … should be prepared to discover a trove of new ground-breaking innovations and ideas for revolutionizing volume analysis. Whether it is his new Capital Weighted Volume, Trend Trust Indicator, or Anti-Volume Stop Loss method, Buff offers the reader new ideas and tools unavailable anywhere else.” —From the Foreword by Jerry E. Blythe, Market Analyst, President of Winthrop Associates, and Founder of Blythe Investment Counsel “Over the years, with all the advancements in computing power and analysis tools, one of the most important tools of analysis, volume, has been sadly neglected.
    [Show full text]
  • The Complete Guide to Market Breadth Indicators 00Morris-FM 8/11/05 5:57 PM Page Ii 00Morris-FM 8/11/05 5:57 PM Page Iii
    00Morris-FM 8/11/05 5:57 PM Page i The Complete Guide to Market Breadth Indicators 00Morris-FM 8/11/05 5:57 PM Page ii 00Morris-FM 8/11/05 5:57 PM Page iii The Complete Guide to Market Breadth Indicators How to Analyze and Evaluate Market Direction and Strength Gregory L. Morris McGraw-Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto 00Morris-FM 8/11/05 5:57 PM Page iv Copyright © 2006 by The McGraw-Hill Companies. All rights reserved. Printed in the United States of America. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or dis- tributed in any form or by any means, or stored in a data base or retrieval sys- tem, without the prior written permission of the publisher. 1 2 3 4 5 6 7 8 9 0 DOC/DOC 0 9 8 7 6 ISBN 0-07-144443-2 McGraw-Hill books are available at special quantity discounts to use as pre- miums and sales promotions, or for use in corporate training programs. For more information, please write to the Director of Special Sales, Professional Publishing, McGraw-Hill, Two Penn Plaza, New York, NY 10121-2298. Or con- tact your local bookstore. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold with the understanding that neither the author nor the publisher is engaged in rendering legal, accounting, or other professional service.
    [Show full text]
  • Application of Machine Learning in High Frequency Trading of Stocks
    International Journal of Scientific & Engineering Research Volume 10, Issue 5, May-2019 1592 ISSN 2229-5518 Application of Machine Learning in High Frequency Trading of Stocks Obi Bertrand Obi Worldquant University 201 St. Charles Avenue, Suite 2500 New Orleans, LA 70170, USA [email protected] Abstract Algorithmic trading strategies have traditionally been centered on follwing the market trends and the use of technical indicators. Over the years High Frequency algorithmic Trading has been left only in the hands of institutional players with deep pockets and lots of assets under management, despite huge returns involved. In this project webuilt trading strategies by applying Machine Learning models to technical indicators based on High Frequency Stock data. The result is an automated trading system which when applied to any stock could generate returns which are ten times higher than the market returns without significant increase in volatility. With advancement in technology High Frequency Algorithmic trading can be undertaken even by individuals or retail traders with moderate initial investment and technical skills. Keywords:Machine Lerning; Prediction of stock prices movements; Classification reports; Algorithmic trading; High frequency trading; Key performace indicators IJSER 1. Introduction Not too long ago, Algorithmic Trading was only available for institutional players with deep pockets and lots of assets under management. Recent developments in the areas of open source, open data, cloud computing and storage as well as online trading platforms have leveled the playing field for smaller institutions and individual traders, making it possible to venture in this fascinating discipline with only a modern notebook and an Internet connection. Nowadays, Python and its eco-system of powerful packages is the technology platform of choice for algorithmic trading.
    [Show full text]
  • Trading Indicator Blueprint
    Effective use of the most popular trading indicators www.netpicks.com This information is prepared solely for general information and educational purposes and is not a solicitation to buy or sell securities or financial products mentions in the content, nor a recommendation to participate in any particular trading strategy. Please consult your broker for trading advice. The author is not a broker on a licensed investment advisor and is not licensed to give trading advice or any sort, nor make specific trading recommendations. Entire risk disclosure can be found at www.sec.gov Whether you are a new or experienced trader, you are probably familiar with the multitude of trading indicators available. I know when I started trading almost a decade ago, virtually every indicator ended up on my charts at one time or another. And it was frustrating! You may be able to relate to: Always searching for the “perfect” combination of indicators for high probability trading setups. Tweaking inputs over and over again trying to “fit” the indicator to past price to match the perfect trade. Looking to “catch the turn” to avoid adverse excursion and to take every pip or tick the market is willing to give. Adverse Excursion The amount of loss an open trade takes before completion with profit or a loss. The hard truth is that PERFECTION does not exist in trading. 1 Neither does the perfect indicator or perfect setting. You can use indicators as part of an overall trading system and although that requires a lot of work and testing, it can be done! So where do you start? The majority of indicators use price in their mathematical calculations before plotting on your chart.
    [Show full text]