█ INTRODUCTION Nearly three years in the making, intermittently worked on in the few spare hours of weekends and time off, this is a passion project I undertook to flesh out my skills as a computer programmer. This script currently recognizes 85 different candlestick patterns ranging from one to five candles in length. It also performs statistical analysis on...
I made this script a long time again and never released it. It is a ABC Pattern finding tool. You can adjust the "Bars Back" setting to include more or less bars in the pattern. I usually have it set to 10 or 15 these settings seem to work well on most assets. The scripts allows you to set up a trade box automatically and has a call out table to make prices levels...
This script is our version of the "Fair Value Gap". A Fair Value Gap is nothing more than a series of 3 candles with a gap between a candle high/low and a candle high/low two candles prior. For example: A Gap Up - the Low of a candle is higher than the High of two candles back. A Gap Down - the High of a candle is lower than the Low of two candles...
––––HISTORY & CREDITS 🏦 The Three Weeks Tight Close pattern is a technical analysis pattern that occurs when a stock closes at nearly the same price for three consecutive weeks, suggesting a period of consolidation before the stock moves in a new direction. The concept of "line of least resistance" as mentioned by Jesse Livermore is closely related to this...
What does this Indicator do? This indicator works by identifying Trends and "potential" shifts in trends before they happen. It is technically a momentum indicator that watches for specific Bullish or Bearish momentum (i.e. Bull Runs, and Crashes). How does it do this? It uses a custom script that takes into account extremes in price and certain moving...
This script serves as a successor to a previous script I wrote for identifying Hikkakes nearly two years ago. The old version has been preserved here: █ OVERVIEW This script is a rework of an old script that identified the Hikkake candlestick pattern. While this pattern is not usually considered a part of the standard candlestick patterns set, I found a lot...
DojiCandle body size RSI-SMMA filter MTF Hi. I was inspired by a public script written by @ahmedirshad419, . I thank him for his idea and hard work. His script is the combination of RSI and Engulfing Pattern. //------------------------------------------------------------ I decided to tweak it a bit with Open IA. I have changed: 1) candle pattern to...
█ OVERVIEW We have included by default 3 known Patterns. The Bat, the Butterfly and the Gartley. But have you ever wondered how effective other, not yet known models could be? Don't ask yourself the question anymore, it's time to find out for yourself! You have the option to customize your own Patterns with the Backtesting tool and set Retracement Ratios and...
The Candle Hunter Indicator - by Karoshi Trading The Candle Hunter Indicator is based on specific Candlesticks and Patterns. Activating this indicator will mark all specific Bullish & Bearish Candles on the Chart. Depending on your settings, not all candles will be displayed on the chart. The goal of this indicator is, to highlight all the important trending...
This script identifies chart patterns: wedges, flags, triangles on the chart It has many settings. You can choose by which extremums you want to identify patterns - by the edges of wicks (tails, shadows), or by the edges of candle bodies . You can also adjust the accuracy - how smooth and accurate the shapes must be in order for them to be considered wedges...
What This Indicator Does The Forex Master Pattern uses candlesticks, which provide more information than line, OHLC or area charts. For this reason, candlestick patterns are a useful tool for gauging price movements on all time frames. While there are many candlestick patterns, there is one which is particularly useful... The Engulfing Pattern An engulfing...
Early Double Top & Bottoms This script will scan pivot highs/lows as well as the macro highs/lows to determine whether it thinks there could be a potential double top or double bottom. This does not mean there definitely will be but the indicator from this point will display the proposed pattern and set out a box where you could look for reversal signals. The...
█ Overview The 1-2-3 pattern is the most basic and important formation in the market. Almost every great market move has started with this formation. That is why you must use this pattern to detect the next big trend. In fact, every trader has used the 1-2-3 formation to detect a trend change without realizing it. Our 1-2-3 Pattern (Expo) indicator helps...
Library "FunctionPatternFrequency" Counts the word or integer number pattern frequency on a array. reference: rosettacode.org count(pattern) counts the number a pattern is repeated. Parameters: pattern : : array : array with patterns to be counted. Returns: array : list of unique patterns. array : list of counters per...
Library "FunctionDynamicTimeWarping" "In time series analysis, dynamic time warping (DTW) is an algorithm for measuring similarity between two temporal sequences, which may vary in speed. For instance, similarities in walking could be detected using DTW, even if one person was walking faster than the other, or if there were accelerations and decelerations...
Hi Traders, I've developed an indicator which can detect fake-breaks on the chart. In the following you'll find the definition of the fake break candles and also you will find how to recognize it on the chart with practical examples. What is the fake break pattern? Sometimes support and resistance lines broke with a full body and strong candles that gives us...
We script this one for combining VWAP , EMA50 and EMA200. The tool is fantastic if traders know how VWAP , EMA work? Just adding this script in your favorite and work like charm: VWAP: How to trade with that - One of the simplest uses of the VWAP is gauging support and/or resistance. - A trader who is long a stock can use the VWAP as a target exit if its trading...
The Fibonacci Timing Pattern is a price-based counter that seeks to determine short-term and medium-term reversals in price action. It is based on the following set of conditions: * For a bullish Fibonacci timing signal: The market must shape 8 consecutive close prices where each close price is lower than the close prices from 3 and 5 periods ago. * For a bearish...