This script identifies double top and double bottom chart patterns It has many settings. For example, 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 . The Sensitivity parameter will allow you to control the frequency of detected patterns , depending on whether you want...
This indicator is based on ta.pivothigh and ta.pivotlow function. And with the help of different ph and pl I am detecting double top and double bottom. Features 1. All signal are on realtime means no repaint 2. Able to detect precise double top & bottom Input Field Pivot Length : Default 10 => Use to detect pivot point
█ This indicator shows V bottom & V top patterns as well as potential V bottom & V top. These V bottom & V top are chart powerful reversal patterns. They appear in all markets and time-frames, but due to the nature of the aggressive moves that take place when a market reverses direction, it can be difficult to identify this pattern in real-time. To address this...
Double top and bottom patterns are chart patterns that occur when the underlying investment moves in a similar pattern to the letter "W" (double bottom) or "M" (double top). In this strategy, I use Pivot High/Low to find Double top and bottom. Entry long: when Double bottom occur. Entry short: when Double top occur. Risk: Reward: You can change % Stop loss and...
Our proprietary algorithm supports two types of Signals to choose from (and uses Matrices to keep track of the various waves): 'Fibonacci Extensions' where it spots extended waves (XABC) to predict AB=CD moves and puts the Take Profit levels accordingly to commonly used Fibonacci ratios; OR 'P&V' which stands for Peaks & Valleys (M and W) capturing full Peaks and...
This is zigzag based double top/bottom indicator. Code is same as : Double-Top-Bottom-Ultimate But, republishing it to make it available open source. Double Top: Recognition - Checks on Zigzag if LH is followed by HH Confirmation - When low crosses under last lower pivot point on zigzag Invalidation - When high crosses over HH Double Bottom: ...
I may not be able to spend much time on the harmonic patterns and realized that there are not much open source scripts on them either. Hence, decided to release open source version which can be used by other developers for reference and build things on top of it. Original script is protected and can be found here: Logical ratios of patterns are coded as below:...
Hellow traders, this is my final script regarding double top/bottom pattern recognition. This script is built based on zig zag indicator whereas the previous ones are built based on pivot points. Double Top: Recognition - Checks on Zigzag if LH is followed by HH Confirmation - When low crosses under last lower pivot point on zigzag Invalidation -...
This is an enhanced version of Double Top/Bottom detector. Initial basic version can be found here: Concept of deriving pattern is similar but there are few major changes. Double Top: Get the highest pivot high from last X pivot highs ( DTHigh1 ) Look for next top most pivot high which happened after DTHigh1 ( DTHigh2 ) Look for lowest pivot low...
Here is an attempt to identify double top/bottom based on pivot high/lows. Logic is simple. Double Bottom: Last two pivot High Lows make W shape Last Pivot Low is higher than previous Last Pivot Low. Last Pivot High is lower than previous last Pivot High. Price has not gone below Last Pivot Low Price breaks out of last Pivot High to complete W...
This is a Cup and Handle Indicator. Features include: Can set alert at any point after handle starts rising before breakout Can detect multiple tops before confirming cup and handle pattern, not just double. Many settings to adjust to meet your exact requirements The functionality of this indicator is very similar to my double top indicator , and...
This is a double bottom indicator with an alert that has many settings to customize your double bottom . From Wikipedia "A double bottom is the end formation in a declining market. The pattern is formed by two price minima separated by local peak defining the neck line. The formation is completed and confirmed when the price rises above the neck line, indicating...
Automatic Double Top and Double Bottom pattern scanner for any time frame, any asset. Simple to use, just add to your chart, and set the size (in the settings) for the patterns you want to find. • Green patterns are bullish • Red patterns are bearish • Alerts are available for when new patterns are displayed • When a pattern completes (at the neckline), it...
This is a free double top indicator with an alert that has many settings to customize your double top. From Wikipedia "The double top is a frequent price formation at the end of a bull market. It appears as two consecutive peaks of approximately the same price on a price-versus-time chart of a market. The two peaks are separated by a minimum in price, a valley....
Private Indicator Version Alpha The indicator is subject to changes. This indicator's goal is to help automatically find double top and double bottom patterns. Its core algorithm uses purely price action and does not use any kind of overbought/oversold oscilator. To be validated, a double top/bottom must be preceded by a simple top/bottom. ...
I believe the most of users know the Double Top Pattern, so I omit the introduction. The algorithm uses 10 internal watchers to identify the incomplete M-pattern. If any of the watchers finds the pattern, the signal will be plotted on the chart. You can customize the lookback periods for the watchers as well as you can specify the precision of the difference...
I think everybody knows the Double Bottom Pattern, so I omit the introduction. The algorithm uses 8 internal watchers to identify the incomplete W-pattern. If any of the watchers finds the pattern, the signal will be plotted on the chart. You can customize the lookback periods for the watchers as well as you can specify the precision of the difference between two...
I decided to make this formerly invite only script public (you can find the invite only version here If you are part of the invite only you don't need to change scripts. I will push improvements first on the invite only script but in time it will come to this version as well. I would love to know your ideas and thoughts on how this indicator can be improved, so...