Pitchfork is a technical indicator for a quick and easy way for traders to identify possible levels of support and resistance of an asset's price. It is presents and based on the idea that the market is geometric and cyclical in nature Developed by Alan Andrews, so sometimes called Andrews’ Pitchfork It is created by placing three points at the end of...
Aᴜᴛᴏ PɪᴛᴄʜFᴀɴ, Fɪʙ Exᴛᴇɴꜱɪᴏɴ/Rᴇᴛʀᴀᴄᴇᴍᴇɴᴛ ᴀɴᴅ ZɪɢZᴀɢ This study aim to automate PitchFan drawing tool and combines it with Fibonacci Extentions/Retracements and ZigZag. Common setting options, applied to all components of the study Deviation , is a multiplier that affects how much the price should deviate from the previous pivot in order for the bar to...
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: ...
This is an updated and improved version of my "Price Action Trading strategy". I have added two extra optional filters, one is a trend direction filter based on the MACD slow EMA(17), blue line, and the other is a RSI(7) filter which works similarly to CCI(14) but slightly different dynamics (thank you to gianfranco60 for the suggestion). Also made a couple of...
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:...
Here's an oscillator derived from my previous script, Cycle Channel Clone (). There are 2 oscillator plots - fast & slow. Fast plot shows the price location with in the medium term channel, while slow plot shows the location of short term midline of cycle channel with respect to medium term channel. Usage of this is similar to %b oscillator. The slow plot can...
Auto trend channel based on donchian or standard deviation.
█ 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...
This is my first public release of indicator code and my PSv4.0 version of "Linear Regression Channel", as it is more commonly known. It replicates TV's built-in "Linear Regression" without the distraction of heavy red/blue fill bleeding into other indicators. We can't fill() line.new() at this time in Pine Script anyways. I entitled it Linear Regression Trend...
Introduction Although many will use lines in order to make support and resistances, others might use curves, this is logical since trends are not always linear. Therefore it was also important to take this into consideration, and when i published the price-line channel indicator, i already started a curved version of it. Therefore i propose this new indicator...
The Smarter MACD displayed as a band instead of an oscillator. A classic MACD with average peak and dip lines. The lighter green and red horizontal lines are the average peak and dip of the entire span, respectively. The second, bolder of the two lines are the averages of the peaks and dips above and below the overall peak and dip averages. The filled in color is...
Introduction Bands are quite efficient in technical analysis, they can provide support and resistance levels, provide breakouts points, trailing stop loss/take profits positions and can show the current market volatility to the user. Most of the time bands are made from a central tendency estimator like a moving average plus/minus a volatility indicator....
This indicator try to create a channel by summing a re-scaled and readapted sinusoidal wave form to the price mean. The length parameter control the speed of the sinusoidal wave form, this parameter is not converted to a sine wave period for allowing a better estimation, higher length's work better but feel free to try shorter periods. The invert parameter...
This script is based on an idea I have had for bands that react better to crypto volatility. It calculates a Donchian Channel, SMMA-Smoothed True Range, Bollinger Bands (standard deviation), and a Keltner Channel (average true range) and averages the components to construct its bands/envelopes. This way, hopefully band touches are a more reliable indicator of a...
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 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 tool is used to draw wedges. Traders can choose which pivot points to draw lines from in settings. Wedge Maker does not automatically detect current wedge and is required to be tweaked in settings.
Introduction Lines are the most widely used figures in technical analysis, this is due to the linear trends that some securities posses (daily log SP500 for example), support and resistances are also responsible for the uses of lines, basically linear support and resistances are made with the assumption that the line connecting two local maximas or minimas will...