Neural pattern recognition with self-organizing maps for efficient processing of forex market data streams

Size: px
Start display at page:

Download "Neural pattern recognition with self-organizing maps for efficient processing of forex market data streams"

Transcription

1 Neural pattern recognition with self-organizing maps for efficient processing of forex market data streams Piotr Ciskowski, Marek Zaton Institute of Computer Engineering, Control and Robotics Wroclaw University of Technology Abstract. The paper addresses the problem of using Japanese candlestick methodology to analyze stock or forex market data by neural nets. Self organizing maps are presented as tools for providing maps of known candlestick formations. They may be used to visualize these patterns, and as inputs for more complex trading decision systems. In that case their role is preprocessing, coding and pre-classification of price data. An example of a profitable system based on this method is presented. Simplicity and efficiency of training and network simulating algorithms is emphasized in the context of processing streams of market data. 1 Introduction Neural networks have been widely used in solving problems from financial domain ([1]). Among such tasks as credit assessment, fraud detection, option pricing etc., a wide spectrum of applications is devoted to price timeseries analysis and forecasting. Solutions found in literature use various types of neural nets to forecast future values of the analyzed instrument or to provide a good trading decision. An example of methodology of building trading systems using neural nets may be found in [4]. Neural nets have also been used for pattern classification of stock market data, some methods even used Japanese candlesticks (e.g. [3]), however in not so straight and clear form as our method. Our approach does not consider forecasting itself, we do not use neural nets as black boxes to predict future from a set of present and past market data (prices, indicators etc.). We aim at dividing the decision process into functional blocks or stages, for which different specialized types of neural nets may be used as assistance. The idea is close to modeling intellectual activity of humans, in this case technical analysts, for whom the visual and geometrical analysis of patterns on charts is only one specific (often unintentional) activity in the whole decision process, which either precedes other activities, influences them, or provides a context for them. In this paper we focus on only one such activity - the analysis of single candles and small groups of candles on the chart. Particularly, self organizing maps This work is supported by KBN grant in the years

2 2 Piotr Ciskowski, Marek Zaton will be used as tools for recognizing patterns in price timeseries and for coding the recognized formations as inputs for further steps of decision making. Their role in the whole decision process may be considered as preprocessing, compression, or initial classification of candle data. Along that task, self organizing nets will provide us with clear and coherent maps of formations for the analyzed instrument, preserving the density, topology and similarity of candle formations on a particular chart. Further in the paper we will present a trading system, based on a feedforward neural net, taking signals from the above mentioned self organizing maps. The design and performance of that net is not the main scope of our work, however. We would like to focus on the Japanese candlestick methodology, self-organizing maps as a tool for recognizing patterns, and joining these two techniques for efficient decision tools. We will operate on the largest and most fluent, unregulated market for exchanging derivatives on currencies, commodities, metals, stocks and indices - the forex market, while the proposed solution may be applicable to all markets. 2 Neural nets for processing price data streams We are looking at the problem of stock/forex market pattern recognition also from the viewpoint of processing intensive data streams. Indeed the price data, here called the quotes, arrive at the trading platform in the form of an intensive stream. The prices on the most popular and fluent instruments (EURUSD and other major currency pairs, most popular commodities, or stock indices) change every few seconds or even a few times in each second. The methods of analyzing these data must be simple and fast. For that reason the candlestick analysis is generally a right tool, as it performs analysis of past candles only once at the beginning of each candle (for the rest of the interval of the current candle it waits until the candle is eventually formed). That may be 1 day, 1 hour, but also 1 minute, depending on the trader s strategy. Additionally one trading platform may work on many instruments and intervals, for all of which a fast response is needed. Moreover, mobile trading platforms are gaining more and more popularity. For this kind of applications fast and simple algorithms, consuming less computational power, are the key points to successful use. Self organizing maps, described in this paper, provide such efficient tools, they may also be used as a preprocessing stage for simplifying further steps of other decision algorithms. In this case, along with pre-classification of single candles or short formations, they provide data reduction - the four prices of each candle are reduced to a pattern position on the map. 3 Japanese candles for analyzing price data Two main ways of analyzing markets are: fundamental and technical analysis. The latter relies only on the charts - geometrical, visual, and recently also computational analysis of the history of prices. Its principles fit exactly into the idea of neural net training. Technical analysis assumes that: - price reflects all

3 Neural pattern recognition of forex data streams 3 available information, - history repeats itself, - prices move in trends. For technical analysts the patterns recognized in the past are a valuable clue to predict probable scenarios of market moves in the future. These scenarios are built on psychological analysis of traders and on statistical analysis of past data. Although technical analysis is to some extent subjective to the person performing it, it is much more appropriate for neural automation than fundamental analysis. In addition, historical training data are easy to collect. For many years technical analysts used only the Western techniques to analyze stock and forex markets. These methods were based on traditional charts (linear or bar), a set of measures called technical indicators, theories such as Elliot waves or Fibonacci levels, and formations drawn by prices on the two mentioned kinds of charts. In 1990s the Eastern methodology of Japanese candles was introduced and popularized among Western investors, mostly due to Steve Nison ([2]). It is based on a special kind of a chart. open high close low wicks high open body close low high close open low 30% 45% 25% Fig. 1. The structure of a Japanese candle (both middle), compared to a bar (left). Percentage notation of one candle s structure supplied to the SOM inputs (right) Let us briefly compare the three types of charts used to visualize the market. The simplest linear chart shows only the closing prices for each interval, providing an image of longer market moves, without showing the structure of single candles. Bar and candlestick charts visualize the open, high and low price of each interval. The candle chart is more precise and capable, due to adding color to each bar - white for bullish and black for bearish. The structure of bar and candle is compared in fig. 1. The latter shows the market s struggle, condition and mood during each interval. One-, two- and three-candle formations, built upon psychological background (often called the crowd psychology ), may signal important moments, such as turns, beginnings and ends of impulse and corrective waves etc. A few examples of trading signals based on candle formation analysis are presented in fig. 2. This illustrative example, although performed a posteriori (with the knowledge of each formation s consequences), shows that candle formations occur not incidentally in specific moments in time. In reality, we do not know the right hand side of the chart while analyzing the current candle. We study the charts not to predict the future, but to provide us with possible scenarios of market behavior, to chose the most probable of them, while still be prepared (with trade management techniques) for the other ones. The analysis should be based on various methods and indicators. Pattern recognition of Japanese candle formations should be one of them. A reliable method for au-

4 4 Piotr Ciskowski, Marek Zaton tomatic recognition and classification of these formations would provide us with a strong confirmation of other signals and important clues for optimal decisions. Such a tool will be provided by self organizing maps. Fig. 2. Candle chart, with example of trading signals based on Japanese candlestick formations The tradition of Japanese candles is long and the number of formations that have been recognized is large. There are about a dozen major formations - well known continuation and reversal patterns, among them: hammer, shooting star, dark cloud, morning star (no. 1, 4, 8, 7 in fig. 2). The names of many of them are very illustrative and poetic. For an in depth geometrical, psychological and tactical analysis of patterns, see [2]. All candle formations may be analyzed not sooner than after their last candle is formed, that is at the beginning of the next candle. It is also taken as a rule that candle formations should be confirmed by other signals or should confirm signals coming from other techniques (e.g. Fibonacci levels or Elliot waves). Generally speaking, the more signals occur at some time, the higher the probability of a specific price move. 4 Neural pattern recognition of Japanese candles Most applications of neural nets to analyze market timeseries are based on Western methods - that is on different indicators calculated on price data. These data are easy to calculate or to obtain from trading platforms. Traders and researchers use neural nets in their attempts to find dependencies between values of some factors (e.g. indicators) and future prices or proper trading decisions. The analysis of Japanese candles is more geometrical and visual, closer to modeling human

5 Neural pattern recognition of forex data streams 5 perception and intuition rather than strict functional dependency. Most technical indicators are delayed in time as based on moving averages. The analysis of candle formations is focused on current market behavior - mostly on the previous candle right after it finishes forming its shape. The emphasis is put not only on closing or average values for each timeframe, but also on the structure of the market movement during each period. We chose self organizing maps (SOMs) for the task of recognizing and coding Japanese candle formations. First of all, these nets learn in unsupervised manner, so no human recognition will be needed to classify formations while preparing training data. The preprocessing of training data will include only a special way of scaling. Secondly, these nets discover clusters of data points in training data. They imitate the density and topology of these data. Therefore they will adapt only to the formations present on charts for the selected currency and timeframe. It is even possible that they will discover new patterns, not described as formations yet, characteristic only for the given instrument. Similar formations will be placed closely to each other on the map. After training the map and labeling its neurons, the winners positions will clearly indicate the recognized pattern and will be easy to code for further steps of the decision process. Another reason for using SOMs is that their training and functioning algorithms are very simple, providing good performance on streams of data. 5 Self organizing maps for candle pattern recognition We use self organizing maps in their traditional form - a layer of linear neurons with connections to all inputs, arranged on a plane. The neighborhood function uses hexagonal neighborhood topology. When an example is shown to the net during training, the winner - determined by the maximum output value - and its neighbors adapt their weights moving them closer to the inputs. Therefore the neurons neighboring each other in the map learn similar patterns. An important issue is how the way candle data are applied to the SOM. The basic data of each candle are: O - open, C - close, H - highest, and L - lowest price during the candle s interval. These four values define the candle s position on a chart and its shape - the proportions of its body, upper and lower wicks. We have decided to describe the candle s shape in percents - the length of its body and both wicks as parts of the whole candle s length, as shown in fig. 1 (right). The sign of the body s length defines its direction - positive for bullish and negative for bearish candle. Additionally the price movement between the last two bars should is given on net s inputs to indicate the difference between two adjacent candle s positions. We have also used SOMs for discovering patterns in two- and three- candle formations. In that case two and three candle windows were supplied on the nets inputs using the same notation. All neural nets presented in this paper were implemented using MATLAB Neural Network Toolbox. Self Organizing Feature Map from that package was trained in a standard unsupervised way. For one-candle formations nets of 16, 25 and 36 neurons in the layer were trained, for two-candle formations - nets of 49,

6 6 Piotr Ciskowski, Marek Zaton Fig. 3. Topology of patterns recognized by the 1-candle SOM 81 and 100 neurons, for three-candle formations - nets of 100 and 225 neurons. In all cases the smallest structures provided the best performance. After training the maps were labeled. The sets of known formations were supplied on nets inputs. The map of the 1-candle SOM is presented in fig. 3. The net grouped similar patterns on the map placing formations of market s hesitation (e.g. the doji and spinning tops ) in the middle of it, bullish patterns in the top part of the map (ideal hammer in the upper left corner), while bearish patterns in the lower part of the map (ideal shooting star in the lower left corner). The left hand side of the map contains patterns with longer wicks, while the right hand side - candles built mostly by their bodies. 6 A sample trading system The maps described above provide us with coherent visual maps of candlestick formations. They also allow us to classify and code the analyzed window of timeseries for further steps of decision algorithms. The system presented in this section uses the outputs of SOMs analyzing 1-, 2- and 3-candle windows, translated to the direction of the recognized pattern (-1 for bearish, +1 for bullish and 0 for neutral), along with the value of a short term exponentially weighted moving average of the price, as inputs to a feedforward net learning trading decisions. These decision were set arbitrarily by a human trader using a trend following strategy and visual analysis of the chart. The analyst knew the future, that is saw both the left and right hand side of the analyzed time point on the chart, therefore his decisions were correct by definition. The multilayer percpetron network is very simple - built of 4 sigmoid units in the hidden layer and one linear in the output layer. The structure of the neural decision part of the trading system is presented in fig. 4. First, the three SOMs were trained to recognize patterns, as described earlier. Then the feedforward net was trained on the same period of time with 300

7 Neural pattern recognition of forex data streams 7 SOM 1 candle... +1= BUY 0=WAIT -1= SELL SOM 2 candles... +1= BUY 0=WAIT -1= SELL +1= BUY 0=WAIT -1= SELL SOM 3 candles... +1= BUY 0=WAIT -1= SELL Fig. 4. The structure of the neural decision part of the trading system desired trading signals, with standard backpropagation algorithm. 70% of data was used for training, while 15% for validating and 15% for testing. The net reached value for the mean squared error and the correlation coefficient of These values illustrate only the performance of the neural decision subsystem. However, good decisions (entry points for transactions) may be worthless if used with wrong strategy of securing an open trade and its profit. For a full view of system s profitability on the market, it should be tested on-line on real market and its performance should be measured with such characteristics as: gross and net profit, profit factor, number and value of profit and loss transactions, maximal drawdown etc. In our case, we used simple but strict money and risk management rules, so that their influence did not dominate the role of the neural decision part. The system was tested on historical data (EURUSD, 1 hour interval) in Metatrader s strategy tester. The results of the test are presented in fig. 5 and in table 1. Testing period of 2.5 years covered bullish and bearish markets, and periods of stagnation. Starting account balance was USD, with the leverage of 1:100. Money and risk management strategy defined the following rules: 1 open trade at a time (stop and reverse system), maximum of 30% of capital involved in margin for one trade and maximum of 2% of capital exposed to risk in one trade. The total profit achieved was 390%. The results show both the effectiveness of the system and the role of proper money and risk management. The number of profit trades was 6 time smaller than the number of loss trades, while the value of the former exceeded the value of the latter by 1.5. This was due to the fact that loss trades were closed quickly at stop losses, while profit trades were kept for a long time. The system presented stable and monotone performance, without large drawdowns in capital. The proportion of profit to loss trades does not deprecate the effectiveness of neural decision module. It was able to point out the most important moments for long lasting and profitable trades, while the loss trades happened mostly due to delayed market reaction to some formations (followed by a so-called second chance ). In that cases good trades open too early may be closed on strict stop losses due to market hesitation. More sophisticated strategies including re-entries and multiplying long profitable trades may provide further improvement to the simple strategy presented here.

8 8 Piotr Ciskowski, Marek Zaton account balance transactions Fig. 5. Results of system backtest on EURUSD - account equity backtest period trades profit in one trade profit USD max profit USD loss USD max loss USD all USD average profit USD total profit % average loss USD Table 1. The results of trading system s backtesting on historical data 7 Conclusions The problem of efficient processing of forex market data is addressed in the paper. It was shown that the Japanese candles, appropriately coded, provide a superb method of presenting timeseries data to neural nets. Self organizing maps provide clear coherent maps of candlestick formations for the analyzed instrument and timeframe. The classification performed by the maps is simple and efficient and may be used as input for the final trading decision algorithm. An example of a profitable trading system based on that methodology was presented and analyzed. References 1. McNelis P.D., Neural Networks in Finance: Gaining predictive edge in the market, Elsevier, Nison S., Japanese Candlestick Charting Techniques, Second Edition, Prentice Hall Press, Sheng-Tun Li and Shu-Ching Kuo, Knowledge discovery in financial investment for forecasting and trading strategy through wavelet-based SOM networks, Expert Systems with Applications, vol. 32, no. 2, pp , Elsevier, Vanstone B. and Finnie G., An empirical methodology for developing stockmarket trading systems using artificial neural networks, Expert Systems with Applications, vol. 36, no. 3, pp , Elsevier, 2009

Frontline FX: Key Candlestick Strategies for Profitable FX Trades Candlestick Essentials and Beyond for FX

Frontline FX: Key Candlestick Strategies for Profitable FX Trades Candlestick Essentials and Beyond for FX Frontline FX: With Steve Nison, CMT President: Candlecharts.com Easy to Understand Early Reversals Safety First East + West All FX markets All Time Frames Accelerates Analysis Current volatility in FX

More information

If I was to suggest that the charts you are looking at could be literally speaking to you, would you think I had gone slightly mad?

If I was to suggest that the charts you are looking at could be literally speaking to you, would you think I had gone slightly mad? Section Two Get to know your Charts Runtime 10min 37s So we now have covered off the basics, you ve got your platform open, charts at the ready & your raring to find out how all these traders make mega

More information

The Origins of Japanese Candlestick Charting

The Origins of Japanese Candlestick Charting The Origins of Japanese Candlestick Charting Munehisa Homma (1724-1803), also referred to as Sokyu Homma or Sokyu Honma, was a wealthy rice merchant and trader from Sakata, Japan who lived during during

More information

Prepared by Dave Forster April 9, 2016

Prepared by Dave Forster April 9, 2016 Candlesticks Prepared by Dave Forster April 9, 2016 Who is this guy? Methods of Technical Analysis Technical Analysis Inputs Price vs. Volume How I approach Charting How a Candlestick is Constructed Neutral

More information

Basic Technical Analysis

Basic Technical Analysis Basic Technical Analysis Disclaimer You may from time to time be provided with marketing material, investment & financial related information and reports, including but not limited to research reports

More information

Japanese candlestick charts, discussed in Chapter 3, are an alternative

Japanese candlestick charts, discussed in Chapter 3, are an alternative The Visual Investor: How to Spot Market Trends, Second Edition By John J. Murphy Copyright by John J. Murphy. APPENDIX B Japanese Candlesticks Japanese candlestick charts, discussed in Chapter 3, are an

More information

17 Money Making CandleStick Formations. you can use today in MarketClub

17 Money Making CandleStick Formations. you can use today in MarketClub 17 Money Making CandleStick Formations you can use today in MarketClub Candlestick lines and charts Candlestick lines and charts -- traditional Japanese charts whose individual lines look like candles,

More information

Use of Candlestick charts

Use of Candlestick charts Use of Candlestick charts Candlestick chart was developed in 1700s in Japan by a man named Munehisa Homma, originally designed to trade rice futures in the 17th century, he invented a method to analyze

More information

Candlesticks: What they are and how to use them? NUS Investment Society Global Macro Department Gideon Wong & Devin Nathanael GM Research Analyst

Candlesticks: What they are and how to use them? NUS Investment Society Global Macro Department Gideon Wong & Devin Nathanael GM Research Analyst Candlesticks: What they are and how to use them? NUS Investment Society Global Macro Department Gideon Wong & Devin Nathanael GM Research Analyst Disclaimer NUS Invest is in no way affiliated or representative

More information

This strategy will identify a break of a trend and take advantage of the movement to the opposite direction.

This strategy will identify a break of a trend and take advantage of the movement to the opposite direction. Thanks for checking out the RSI 80-20 Trading Strategy, You are going to benefit from this strategy by learning to trade divergence, and finding a low risk way to sell near the top or buy near the bottom

More information

The Stair Step Trade. Written By: Jason Ramus Copyright: 2017

The Stair Step Trade. Written By: Jason Ramus  Copyright: 2017 The Stair Step Trade Written By: Jason Ramus www.daytradingfearless.com Copyright: 2017 The Waterfall Introduction: Let me first say thank you for taking the time to read this amazing Book. I believe this

More information

Chifbaw Oscillator User guide

Chifbaw Oscillator User guide Chifbaw Oscillator User guide www.chifbaw.com Indicator and document revision: 1.2 Known bugs: -The alert function system gives sometimes a fake alert when the indicator is initiated on a given currency

More information

by Ashwani Gujral Getting the best of East and West.

by Ashwani Gujral Getting the best of East and West. by Ashwani Gujral Getting the best of East and West. Candlestick charting signals can be used in conjunction with Western indicators and the results achieved might be better than using them individually.

More information

Candlesticks by Louizos Alexander Louizos,

Candlesticks by Louizos Alexander Louizos, CANDLESTICKS CHARTING As we mentioned before candlesticks behold some trend signals. In this chapter you will learn how to correctly evaluate trends using candlestick charts. Always remember: candlesticks

More information

Steve Nison s Candlecharts.com Secrets of Intraday Candlesticks for Day and Swing Traders

Steve Nison s Candlecharts.com Secrets of Intraday Candlesticks for Day and Swing Traders With Steve Nison, CMT President: Candlecharts.com Legal Notice: This webcast and recording is Candlecharts.com and may not be copied, retransmitted, nor distributed in any manner whatsoever, including,

More information

The Candlestick EXPRESS Class with Steve Nison

The Candlestick EXPRESS Class with Steve Nison With Steve Nison, CMT President: Candlecharts.com & the first to reveal candlesticks to the Western world Candlestick Charting Techniques Candles + Western Charting Tools Candles for Trade Management 1

More information

Telemet Orion v5.0x New Features

Telemet Orion v5.0x New Features Telemet Orion v5.0x New Features What are: Trendlines Point and Figure Charts Candlesticks Trendlines Eight new trendline studies are offered in Telemet Orion v5.0x. Access these with the pull down menu

More information

CANDLESTICK TRADING STRATEGIES

CANDLESTICK TRADING STRATEGIES TAFX CANDLESTICK TRADING STRATEGIES Disclaimer is in no way affiliated or representative of any other company, organisation, club or society, and the views presented are solely our own opinions. The author(s)

More information

Candles shed light on the market

Candles shed light on the market Candles shed light on the market By KIRA MCCAFFREY BRECHT When Steve Nison provided trade recommendations to brokers at Shearson Lehman Hutton, where he worked in the futures research department more than

More information

Candlesticks for Intraday and Swing Trading. Day 1 with Steve Nison, CMT President: Candlecharts.com

Candlesticks for Intraday and Swing Trading. Day 1 with Steve Nison, CMT President: Candlecharts.com Candlesticks for Intraday and Swing Trading Day 1 with Steve Nison, CMT President: Candlecharts.com Slide 2 Media Comments Japan's Candlesticks Light Traders' Path - Wall Street Journal Whether you day

More information

With Steve Nison, CMT President: Candlecharts.com

With Steve Nison, CMT President: Candlecharts.com With Steve Nison, CMT President: Candlecharts.com Legal Notice: This recording is Candlecharts.com and may not be copied, retransmitted, nor distributed in any manner whatsoever, including, but not limited

More information

Steve Nison s Quick Start Guide to Correctly Using Candlesticks. WithSteve Nison, CMT President: Candlecharts.com

Steve Nison s Quick Start Guide to Correctly Using Candlesticks. WithSteve Nison, CMT President: Candlecharts.com WithSteve Nison, CMT President: Candlecharts.com 1 Benefits of Nison Candlesticks Any market Any time frame Simple to apply Safety first trading Early reversals for razor sharp entries and exits Profit

More information

Candlestick Charting Quick Reference Guide

Candlestick Charting Quick Reference Guide Quickly and easily master the common Candlestick Charting patterns, with the Candlestick Charting Quick Reference Guide www.yourtradingcoach.com Because you d rather be trading for a living! Disclaimer

More information

High Profit Candlestick Patterns Stephen Bigalow

High Profit Candlestick Patterns Stephen Bigalow We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with high profit candlestick

More information

Copyright UCRP

Copyright UCRP www.candlestickreversalpattern.com Copyright UCRP Introduction I don t want this book to have dozens of unnecessary pages of material that would do you no good in order to impress you. That s why I m going

More information

Chapter 3 THEORETICAL FRAMEWORK OF CANDLESTICK CHARTS. way about candlestick charts. The details of the same is shown as follows.

Chapter 3 THEORETICAL FRAMEWORK OF CANDLESTICK CHARTS. way about candlestick charts. The details of the same is shown as follows. Chapter 3 THEORETICAL FRAMEWORK OF CANDLESTICK CHARTS After the extensive review of literature, this chapter gives the conceptual and back ground of the technicalities of the study. The study covers about

More information

THE POWER OF JAPANESE CANDLESTICK CHARTS

THE POWER OF JAPANESE CANDLESTICK CHARTS THE POWER OF JAPANESE CANDLESTICK CHARTS Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offi ces in North America, Europe, Australia and Asia,

More information

A study on one-day candlestick patterns in the Chinese stock market

A study on one-day candlestick patterns in the Chinese stock market A study on one-day candlestick patterns in the Chinese stock market Abstract This study addresses the absence of research dealing with the profitability of one-day candlestick patterns in the Chinese stock

More information

X-Man s Super Simple System

X-Man s Super Simple System X-Man s Super Simple System The 1H E/U method. 1. Timeframe 1 hour timeframe 2. Pair EUR/USD Once this pair is mastered then you can add another pair etc. 3. Main Indicators Synergy bars, Traders Dynamic

More information

The advantage of candlestick charts is the ability to highlight trend weakness and reversal signals that may not be apparent on a normal bar chart.

The advantage of candlestick charts is the ability to highlight trend weakness and reversal signals that may not be apparent on a normal bar chart. CANDLESTICKS CHART Candlesticks contain the same data as a normal bar chart but highlight the relationship between opening and closing prices. The narrow stick represents the range of prices traded during

More information

The secrets of Candlestick Charts Unveiled

The secrets of Candlestick Charts Unveiled NeW york ChICAgO LONDON DUBAI* TOkyO singapore sydney ADA The secrets of Candlestick Charts Unveiled By GFT Above all, Integrity. FUTURES FOREX CFDs Worldwide Leaders in Online Trading CD04U.041.102808

More information

FIBO-ABCD Strategy by John Tsai Version 1.0

FIBO-ABCD Strategy by John Tsai Version 1.0 FIBO-ABCD Strategy by John Tsai 05.23.07 Version 1.0 The purpose of writing this ebook is to share the strategy I use to trade the Forex market. In this ebook, I will focus on EUR/USD pair all time, and

More information

Design and Implementation of Candlestick Chart Retrieval Algorithm for Predicting Stock Price Trend

Design and Implementation of Candlestick Chart Retrieval Algorithm for Predicting Stock Price Trend Design and Implementation of Candlestick Chart Retrieval Algorithm for Predicting Stock Price Trend Yoshihisa Udagawa Computer Science Department, Faculty of Engineering, Tokyo Polytechnic University Atsugi-city,

More information

BULLISH ENGULFING. Confirmation: Suggested. No. of Sticks: 2

BULLISH ENGULFING. Confirmation: Suggested. No. of Sticks: 2 BULLISH ENGULFING Type: Reversal Medium Engulfing Pattern is a pattern characterized by a large white real body engulfing a preceding small black real body, which appears during a downtrend. The white

More information

The secret meaning of Japanese Candlesticks

The secret meaning of Japanese Candlesticks The secret meaning of Japanese Candlesticks Part 2 By Vladimir Ribakov Creator of: www.vladimirforexsignals.com http://www.vladimirmarketsforecast.com/ www.forex-lst-syetem.com 2 nd edition, July 2013

More information

Candlestick Secrets for Profiting in Options Seminar Bonus module- Using NCS to set up option trades + Bouncing Ball strategy

Candlestick Secrets for Profiting in Options Seminar Bonus module- Using NCS to set up option trades + Bouncing Ball strategy Bonus Module: Option trade setups using NCS+ The bouncing ball trade setup 1 For the FREE Ninja Trader (and other) platforms 2 Let NCS do the work for you! Save hours of research time Automatically find

More information

COPYRIGHTED MATERIAL. Candlesticks = Signals INTRODUCTION

COPYRIGHTED MATERIAL. Candlesticks = Signals INTRODUCTION 1 Candlesticks = Signals INTRODUCTION Traders and investors have been looking at charts for well over 85 years as Edwin Lefèvre wrote (1994, p. 61), I should say that a chart helps those who can read it

More information

A Statistical Analysis of the Predictive Power of Japanese Candlesticks

A Statistical Analysis of the Predictive Power of Japanese Candlesticks Journal of International & Interdisciplinary Business Research Volume 5 Article 5 June 2018 A Statistical Analysis of the Predictive Power of Japanese Candlesticks Mohamed Jamaloodeen Georgia Gwinnett

More information

Blips By David Duty CTA Price $99.00 Includes 60 Minutes of Video on Blips

Blips By David Duty CTA  Price $99.00 Includes 60 Minutes of Video on Blips Blips By David Duty CTA www.commonsensecommodities.com Price $99.00 Includes 60 Minutes of Video on Blips Page 1 My name is David Duty and I m a CTA or Commodity Trading Advisor and I started trading commodities

More information

EURAUD, EURUSD, GBPUSD, GBPCHF

EURAUD, EURUSD, GBPUSD, GBPCHF 30 pip method This is an amazing strategy which can net you 20 30 pips every day. Once you hit 20 pips for the day stop. Trade this strategy either 1 hour after the London Open or if you are in USA, trade

More information

Candlestick Charts: Your Complete Beginner's Guide To Reading Candlestick Charts By Christopher Daniels

Candlestick Charts: Your Complete Beginner's Guide To Reading Candlestick Charts By Christopher Daniels Candlestick Charts: Your Complete Beginner's Guide To Reading Candlestick Charts By Christopher Daniels For seasoned traders, candlesticks hold no secrets. However, for beginners they can seem intimidating

More information

SPECIAL REPORT: CANDLESTICK PATTERN SUMMARY

SPECIAL REPORT: CANDLESTICK PATTERN SUMMARY SPECIAL REPORT: CANDLESTICK PATTERN SUMMARY Louise Bedford This Special Report is an extract from the Candlestick Charting Home Study Course. It is a handy, quick reference guide that you can refer to

More information

Equal open and close candles. ( known as doji candles ) Short body candles. Long body candles.

Equal open and close candles. ( known as doji candles ) Short body candles. Long body candles. I have broken down the patterns into 3 categories: Equal open and close candles. ( known as doji candles ) Short body candles. Long body candles. Within these categories are both bullish reversal and bearish

More information

Findings. A Number of Candles Do Not Work as Expected

Findings. A Number of Candles Do Not Work as Expected 1 Findings Arguably, you are reading the most important chapter because it discusses the discoveries I made about candles while researching this book. You may already know some of them, but the others

More information

Teodosi s Simple Oscillator-based System ( Forex Strategies Revealed - Simple System #8)

Teodosi s Simple Oscillator-based System ( Forex Strategies Revealed - Simple System #8) ( Forex Strategies Revealed - Simple System #8) http://forex-strategies-revealed.com -DISCLAIMER- Virtually all of the information in this paper was sourced from the Forex Strategies Revealed website.

More information

candelsticks 101 notes for web.notebook Candlesticks 101

candelsticks 101 notes for web.notebook Candlesticks 101 Candlesticks 101 1 The most basic skill needed for investing is... the ability to read a stock chart and then understand how that data can aid your investing success. One of the biggest mistakes of today's

More information

Candlestick Patterns And Trading Strategies

Candlestick Patterns And Trading Strategies We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with candlestick patterns

More information

Reversing candles. Three black crows. Exhibit 13.0 The three black crows pattern

Reversing candles. Three black crows. Exhibit 13.0 The three black crows pattern Three black crows Reversing candles Three black crows Exhibit 13.0 The three black crows pattern The pattern of upside gap two crows has two black candles gap upon the previous bullish real body. The three

More information

CANDLESTICK FORMATION PREDICTION

CANDLESTICK FORMATION PREDICTION CANDLESTICK FORMATION PREDICTION CharanSurya.M 1, SureshKumar.M 2, Gohulnath.M 3, Rathyin.V.R 4, Chaitanya.P 5, Ms.Sahaya Sakila.V 6 1 2 3 4 5 6 Assistant Professor, Department of Computer Science and

More information

The Application of Japanese Candlestick Trading Strategies in Taiwan

The Application of Japanese Candlestick Trading Strategies in Taiwan The Application of Japanese Candlestick Trading Strategies in Taiwan AUTHORS ARTICLE INFO JOURNAL FOUNDER YeongJia Goo DarHsin Chen YiWei Chang YeongJia Goo, DarHsin Chen and YiWei Chang (2007). The Application

More information

FOLLOW THE SMART MONEY: LET CANDLES & VOLUME GUIDE THE WAY

FOLLOW THE SMART MONEY: LET CANDLES & VOLUME GUIDE THE WAY FOLLOW THE SMART MONEY: LET CANDLES & VOLUME GUIDE THE WAY January 2009 By Todd Krueger Compared to the common bar chart, candlestick charts are visually more capable of revealing the psychology and sentiment

More information

Rick Saddler s Introduction to Trading with. Japanese Candlesticks

Rick Saddler s Introduction to Trading with. Japanese Candlesticks Rick Saddler s with Japanese Candlesticks him Learning to Read Stock Charts With Japanese Candlesticks Rick Saddler Hit and Run Candlesticks Trading for Profits, LLC Phone: (417) - 848-3519 www.hitandruncandlesticks.com

More information

AlgoTrading101.com. AlgoTrading101. Full Syllabus Overview. Learn Trade Raise Funds. Lucas Liew

AlgoTrading101.com. AlgoTrading101. Full Syllabus Overview. Learn Trade Raise Funds. Lucas Liew AlgoTrading101 Full Syllabus Overview Learn Trade Raise Funds Lucas Liew lucas@algotrading.com Last updated: 9 th Jan 2019 1 AlgoTrading101 AT101 + PT101 AlgoTrading101 consists of 2 main courses: AT101:

More information

Encyclopedia Of Candlestick Charts Wiley Trading

Encyclopedia Of Candlestick Charts Wiley Trading ENCYCLOPEDIA OF CANDLESTICK CHARTS WILEY TRADING PDF - Are you looking for encyclopedia of candlestick charts wiley trading Books? Now, you will be happy that at this time encyclopedia of candlestick charts

More information

DOWNLOAD PDF ENCYCLOPEDIA OF CHART PATTERNS BULKOWSKI

DOWNLOAD PDF ENCYCLOPEDIA OF CHART PATTERNS BULKOWSKI Chapter 1 : Encyclopedia of Candlestick Charts (ebook, PDF) von Thomas N. Bulkowski - Portofrei bei the In this revised and expanded second edition of the bestselling Encyclopedia of Chart Patterns, Thomas

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

THE MAJOR CANDLESTICKS SIGNALS

THE MAJOR CANDLESTICKS SIGNALS THE MAJOR CANDLESTICKS SIGNALS Profit BIG with Candlesticks Master these Major Candlestick Signals it you want to Master the Market. Copyright @ Stephen W. Bigalow May not be duplicated or distributed

More information

PCF s for TC2000 and TCNet Users 3 MAJOR SIGNALS. Volume II: The Hammer. The Shooting Star. The Harami

PCF s for TC2000 and TCNet Users 3 MAJOR SIGNALS. Volume II: The Hammer. The Shooting Star. The Harami PCF s for TC2000 and TCNet Users 3 MAJOR SIGNALS Volume II: The Hammer The Shooting Star The Harami A Candlestick Forum publication Years of Candlestick Analysis made available in concise formats. Information

More information

Flavio Graziano & Aken Stienka: AKENDICATOR indicator tutorial AKENDICATOR TUTORIAL. Revolutionary indicator for Binary Options on Metatrader

Flavio Graziano & Aken Stienka: AKENDICATOR indicator tutorial AKENDICATOR TUTORIAL. Revolutionary indicator for Binary Options on Metatrader AKENDICATOR TUTORIAL Revolutionary indicator for Binary Options on Metatrader NOT REPAINT INDICATOR First of all, sorry for our not perfect English. However Akendicator is so easy and we hope you understand

More information

Candlestick Charts: Your Complete Beginner's Guide To Reading Candlestick Charts Free Ebooks PDF

Candlestick Charts: Your Complete Beginner's Guide To Reading Candlestick Charts Free Ebooks PDF Candlestick Charts: Your Complete Beginner's Guide To Reading Candlestick Charts Free Ebooks PDF Here's Exactly How To Read And Use Candlestick ChartsIf You're A Complete Beginner When It Comes To Candlestick

More information

Tradeciety.com. My Trading Strategy. Name: Date:

Tradeciety.com. My Trading Strategy. Name: Date: My Trading Strategy Name: Date: I am serious about my trading. I have enough and I want to see better results. I am committed to making a change and start treat trading like a profession. I am committed

More information

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Marek Vochozka Institute of Technology and Businesses in České Budějovice Abstract There are many

More information

PREDICTOR INDICATOR FOREX LIBRA CODE

PREDICTOR INDICATOR FOREX LIBRA CODE PREDICTOR INDICATOR FOREX LIBRA CODE This short manual aims to explain how to use and apply the Predictor Indicator which is part of the Forex Libra Code software. The Predictor Indicator is available

More information

The Candlestick Course

The Candlestick Course We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with the candlestick course.

More information

Applying Fuzzy Candlestick Pattern Ontology to Investment Knowledge Management

Applying Fuzzy Candlestick Pattern Ontology to Investment Knowledge Management Applying Fuzzy Candlestick Pattern Ontology to Investment Knowledge Management 307 Applying Fuzzy Candlestick Pattern Ontology to Investment Knowledge Management Chiung-Hon Leon Lee,*, Alan Liu 2 * Department

More information

Candlestick Formations

Candlestick Formations Presents Candlestick Formations By Russ Horn 1 RISK DISCLOSURE STATEMENT / DISCLAIMER AGREEMENT Trading any financial market involves risk. This report and all and any of its contents are neither a solicitation

More information

An Investor's Guide to Candlestick Patterns

An Investor's Guide to Candlestick Patterns An Investor's Guide to Candlestick Patterns By Gordon Kristopher Dec 12, 2014. 03:34 PM What Are Candlestick Patterns in Technical Analysis? Candlestick patterns In technical analysis, candlestick patterns

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

Neural Labyrinth Robot Finding the Best Way in a Connectionist Fashion

Neural Labyrinth Robot Finding the Best Way in a Connectionist Fashion Neural Labyrinth Robot Finding the Best Way in a Connectionist Fashion Marvin Oliver Schneider 1, João Luís Garcia Rosa 1 1 Mestrado em Sistemas de Computação Pontifícia Universidade Católica de Campinas

More information

EP72: Market Trends.

EP72: Market Trends. EP72: Market Trends Announcer: We love to hold on to this belief that discretion is really important and I think a lot of the times we like to hold on to that is because it gives us that easy out. It gives

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

arxiv: v1 [cs.ce] 9 Jan 2018

arxiv: v1 [cs.ce] 9 Jan 2018 Predict Forex Trend via Convolutional Neural Networks Yun-Cheng Tsai, 1 Jun-Hao Chen, 2 Jun-Jie Wang 3 arxiv:1801.03018v1 [cs.ce] 9 Jan 2018 1 Center for General Education 2,3 Department of Computer Science

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Predictive Indicators for Effective Trading Strategies By John Ehlers

Predictive Indicators for Effective Trading Strategies By John Ehlers Predictive Indicators for Effective Trading Strategies By John Ehlers INTRODUCTION Technical traders understand that indicators need to smooth market data to be useful, and that smoothing introduces lag

More information

Neural Network with Median Filter for Image Noise Reduction

Neural Network with Median Filter for Image Noise Reduction Available online at www.sciencedirect.com IERI Procedia 00 (2012) 000 000 2012 International Conference on Mechatronic Systems and Materials Neural Network with Median Filter for Image Noise Reduction

More information

1 Introduction. w k x k (1.1)

1 Introduction. w k x k (1.1) Neural Smithing 1 Introduction Artificial neural networks are nonlinear mapping systems whose structure is loosely based on principles observed in the nervous systems of humans and animals. The major

More information

Application of Generalised Regression Neural Networks in Lossless Data Compression

Application of Generalised Regression Neural Networks in Lossless Data Compression Application of Generalised Regression Neural Networks in Lossless Data Compression R. LOGESWARAN Centre for Multimedia Communications, Faculty of Engineering, Multimedia University, 63100 Cyberjaya MALAYSIA

More information

THE 4 PILLARS OF INVESTING Technicals: Module 2 TRANSCRIPTION

THE 4 PILLARS OF INVESTING Technicals: Module 2 TRANSCRIPTION THE 4 PILLARS OF INVESTING Technicals: Module 2 TRANSCRIPTION 2 The 4 Pillars of Investing A transcription of TECHNICALS MODULE 1 2 3 4 This is about change in trend, and if we want to follow the trend,

More information

Master Heikin-Ashi with this Trading Strategy

Master Heikin-Ashi with this Trading Strategy Master Heikin-Ashi with this Trading Strategy Roman Sadowski - Humbletraders.com What is it? Heikin-Ashi chart looks like the candlestick chart but the method of calculation and plotting of the candles

More information

Sentiment: The emotions, plans, or thought processes that lead up to the buying or selling of a security. I personally define sentiment this way.

Sentiment: The emotions, plans, or thought processes that lead up to the buying or selling of a security. I personally define sentiment this way. Hi Traders! I trust this article finds you well! I am sure many of you know my affinity for candlesticks and their importance as it relates to trading. A good saying to remember is, The stock market rewards

More information

Stock Market Forecasting Using Artificial Neural Networks

Stock Market Forecasting Using Artificial Neural Networks European Online Journal of Natural and Social Sciences 2013; www.european-science.com Vol.2, No.3 Special Issue on Accounting and Management. ISSN 1805-3602 Stock Market Forecasting Using Artificial Neural

More information

Game Mechanics Minesweeper is a game in which the player must correctly deduce the positions of

Game Mechanics Minesweeper is a game in which the player must correctly deduce the positions of Table of Contents Game Mechanics...2 Game Play...3 Game Strategy...4 Truth...4 Contrapositive... 5 Exhaustion...6 Burnout...8 Game Difficulty... 10 Experiment One... 12 Experiment Two...14 Experiment Three...16

More information

Encyclopedia Of Chart Patterns

Encyclopedia Of Chart Patterns We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with encyclopedia of chart

More information

The Candlestick Course

The Candlestick Course A MARKETPLACE BOOK The Candlestick Course STEVE NISON John Wiley & Sons, Inc. The Candlestick Course John Wiley & Sons Founded in 1807, John Wiley & Sons is the oldest independent publishing company in

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

7 Signs It's Time to Hire a Virtual CFO

7 Signs It's Time to Hire a Virtual CFO 7 Signs It's Time to Hire a Virtual CFO A SPECIAL REPORT FROM NEW DIRECTION CAPITAL WWW.NEWDIRECTIONCAPITAL.COM 877-678-6464 7 Signs It's Time to Hire a Virtual CFO The economy is ever changing and the

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

Target detection in side-scan sonar images: expert fusion reduces false alarms

Target detection in side-scan sonar images: expert fusion reduces false alarms Target detection in side-scan sonar images: expert fusion reduces false alarms Nicola Neretti, Nathan Intrator and Quyen Huynh Abstract We integrate several key components of a pattern recognition system

More information

How to Read the Stock Chart

How to Read the Stock Chart How to Read the Stock Chart Stock charts There are several different kinds of charts: line chart OHLC chart candlestick Line charts The line chart is a single line with starting and ending points. The

More information

Getting Started in Forex Robots

Getting Started in Forex Robots Getting Started in Forex Robots By Rob Booker and Wes Walton Version 1.0, August 29, 2016 WARNING Trading involves substantial risks. Forex trading is risky, and most traders lose money. Past performance

More information

SRDC Level II. By Orange Roshan. Compiled and Edited by Henry S. (Hensch)

SRDC Level II. By Orange Roshan. Compiled and Edited by Henry S. (Hensch) SRDC Level II By Orange Roshan Compiled and Edited by Henry S. (Hensch) No part of this document may be reproduced, without written permission of the author. Copyright 2006 SRDC Level II Orange Roshan

More information

Chapter 14. The Top 10 Trading Mistakes

Chapter 14. The Top 10 Trading Mistakes Chapter 14 The Top 10 Trading Mistakes I want to talk about the top ten common mistakes that most Forex traders make and more importantly how you can overcome them. So let s start right at the very beginning.

More information

Encyclopedia of Candlestick Charts

Encyclopedia of Candlestick Charts Encyclopedia of Candlestick Charts Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia, and Asia, Wiley

More information

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems

Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation of Energy Systems Journal of Energy and Power Engineering 10 (2016) 102-108 doi: 10.17265/1934-8975/2016.02.004 D DAVID PUBLISHING Synergy Model of Artificial Intelligence and Augmented Reality in the Processes of Exploitation

More information

Business angels Published on Innovation Policy Platform (https://www.innovationpolicyplatform.org)

Business angels Published on Innovation Policy Platform (https://www.innovationpolicyplatform.org) This section explores the role of business angels in financing prototype development and market demonstrations. It provides a full characterization of business angels (types, motivations, activities they

More information

A PERSPECTIVE IN COMPUTER ETHICS. Pattarasinee Bhattarakosol 1. Abstract. Introduction. What is computer ethics?

A PERSPECTIVE IN COMPUTER ETHICS. Pattarasinee Bhattarakosol 1. Abstract. Introduction. What is computer ethics? A PERSPECTIVE IN COMPUTER ETHICS Pattarasinee Bhattarakosol 1 Abstract Since computers are counted as a part of life, the issue of computer-related ethics has been considered seriously. Although there

More information

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

More information

Forecasting Exchange Rates using Neural Neworks

Forecasting Exchange Rates using Neural Neworks International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 6, Number 1 (2016), pp. 35-44 International Research Publications House http://www. irphouse.com Forecasting Exchange

More information

This page intentionally left blank

This page intentionally left blank This page intentionally left blank Bloomberg Visual Guide to Candlestick Charting How to Use This Book The Bloomberg Visual series is meant to serve as the all-encompassing, yet easy-to-follow, guide on

More information

Class 1: Introduction

Class 1: Introduction Japanese Trading Systems Class 1 Class 1: Introduction In This Lesson: History of Japanese Trading Candlesticks meet Clouds Introduction to Cloud Charts How to Build a Cloud PAGE 1 The Rich History of

More information