█ Overview The Ross Hook pattern is one of the most consistent and successful trading patterns that have been around for years. The Ross Hook is the first correction following the breakout of the 1-2-3 formation . This means that the Ross Hook only occurs in established trends. In other words, Ross Hook is a trend continuation setup. To fully understand the...
Delta Volume is Difference between Buying Volume and Selling Volume. This indicator gives the Delta Volume based on Lower TimeFrame Candles. It utilizes security_lower_tf() function, a function that provides Lower TF candle data in Higher TF Chart. security_lower_tf() is a new function provided by TradingView yesterday. If you are a PineScript Programmer, I...
Automatically plots trendlines based on swing highs/lows on multiple timeframes. This indicator will save you the time required to plot horizontal trendilnes that occur on swing highs and lows where the trend usually changes direction, then delete them and re-draw elsewhere once they are mitigated (i.e. price crossed above/below them and breaks the...
The Trend Analysis Indicator was created by Adam White (Stocks & Commodities V. 10:8 (358-360)) and this is not to be confused with the Trend Analysis Index which was also created by Adam White. The stock is trending when it is above the signal and loses steam when it falls below the signal. Generally you should buy when it is above it's signal and sell when it...
Welcome traveler ! Here is my first indicator I made after 3 days of hardlearning pine code (beginner in coding). I hope it will please you, if you have any suggestion to enhance this indicator, do not hesitate to give me your thoughts in the comments section or by Private message on trading View ! How does it works ? It's a simple MACD strategy as describe...
This idea is based on the Donchain Channel centre line Price action. When price moves from the highest/lowest point, the price will move to the center line first. At this point, the center line acts as dynamic support/resistance and often price will bounce back up. However, if price successfully breaks the centre line (primary entry condition), then prices...
Version 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator. Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator. Make the chart yours using the share button for the indicator with barcolors functionality. Changes from v2 and looking forward: Indicator now uses a...
The Trend Exhaustion Indicator is a custom indicator of mine that is loosely based on the Trend Exhaustion Index created by Clifford L. Creel Ph.D. (Stocks & Commodities V. 9:1 (9-11)) This indicator will let you know the trend reversal points and when it falls below the signal line then the trend is ending vice versa. Buy when the indicator crosses above the...
Guppy Multiple Moving Average Short Term EMA 3, 5, 8, 10, 12, 15 Long Term EMA 30, 35, 40, 45, 50, 60 Use for SFTS Class
This script uses 25-75 treshold of stochastic RSI with the help of kijun-sen as confirmation, to find entry points to any trend either newly developed or an established one. I just realized it on the 1 hour SPX chart. Sure it can be used on other symbols. Crossing above/below 25/75 line of sto RSI is considered as buy/sell signal. Signals are evaluated whether...
A different approach to finding higher highs and lower lows. Heikin Ashi candles filter out most of the noise from liquidity sweeps and high volatility and give us a nice, normalized trend indication. When so many HA Candles follow in the opposite direction to the previous trend, it can be seen as a trend reversal. In turn, we can use this to detect highest high...
The leading indicator is helpful to identify early entries and exits (especially near support and resistance). Green = trend up Red = trend down How it works: The leading indicator calculates the difference between price and an exponential moving average. Adding the difference creates a negative lag relative to the original function. Negative lag is what...
█ This Indicator shows a wick-off check pattern applied to a moving average. This pattern appears when a candle opens below the moving average and closes above it, or when it opens above a moving average and closes below it. This causes a wick to go through the moving average: a wick-off check moving average. █ Usages: This indicator detects small...
Trend identification indicator. Estimates (higher-timeframe) market state using the "Institutional Bias" MA relationship (9ema - 18ema, 1D timeframe). A "reference" MA (30sma - TRI's preferred MA for Trade Location) is then plotted, and colour-coded according to higher-timeframe market state. NOTE: All MA lengths, types, and the timeframe to use are...
This is my own version of the famous Trend Direction Force Index and I modified the original to make my version react quickly to any trend. I have color coded the indicator to make it extremely easy to read so if it is green then buy and red then sell. This was a custom request so if you would like more then just send me a message!
The system uses 1 hour and 15 min timeframe data. Signals coming from 15 min Inverse Fisher Transform of SMI and stochastic RSI are confirmed by 1 hour Inverse Fisher Transform SMI, according to the following rules: long cond.: 15 min IFTSMI crosses ABOVE -0.5 or SRSI k-line crosses ABOVE 50 while 1-hour IFTSMI is already ABOVE -0.5 short cond.:15 min IFTSMI...
Version 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator. Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator. Make the chart yours using the share button for the indicator with barcolors functionality. Changes from v2 and looking forward: Indicator now...
Bollinger Bands are mostly used for trend reversal. I believe they should be used for Trend Continuation and Trend Confirmation. In this Trending Bollinger Bands script you will see two bands drawn on chart. The Upper band is suggestive of Uptrend and Lower Band is suggestive of Downtrend Market. It just provides the guidance of where the market is now and...