Trend Confirmation Indicator - Triple OBVDear all, you might wonder is there a confirmation indicator that has a high hit rate, is dependable, and could rely on the information it gives you when making a decision?
Here I present an indicator I developed specifically for cryptocurrency, in the minds of eliminating fakeouts and traps.
Trend is always invalid then there is a lack of volume, so by tracking the momentum of price direction & volume, we can have a ballpark about where the market is moving to.
On balance volume
obvshort = ema3
obvmedium = ema9
obvlong = ema26
This is a lagging indicator, which means it's not good at predicting reversal.
This is also the reason why
long signal = obvshort > obvmedium and obvshort > obvlong
shortsignal = obvshort < obvmedium and obvshort < obvlong
both without obvmedium >< obvlong
This indicator will not lie to you.
At last
Save Hong Kong, the revolution of our time.
在腳本中搜尋"trend"
Trend signal with PullbackHello traders
I updated the Trend signal indicator from @riffster21 (www.tradingview.com) and added alerts and pullback to it.
Nothing fancy but still extremely useful
How to use the Trend signal with alerts indicator
In this screenshot, I didn't select the most optimal timeframe, neither the most optimal input for the indicator. I just wanted to explain with a very simple example, how it works and how to use it
Basically, it's being used to simulate obliques trendlines . I draw that one in pink to highligh what is the trendline simulated by the indicator
For Which timeframe ?
It's working for all timeframes.
Recommended input for the indicator ?
The greater the timeframe, the lesser the input should be. Which makes sense because setting a high value period on a weekly chart will give entry/exit signals way too late
On the contrary, on a m5 chart, setting a low value period will give too many fake signals and you'll get angry. I don't want that to happen :)
For crypto intraday trading (meaning m5 to H4), I feel the sweet spot is between 7 and 14 for the indicator input.
For crypto Swing trading (meaning H8 to weekly), an input between 3 and 5 is best
I can only strongly encourage you to apply it on a newly created chart without any other indicator and try to find the best input for the asset. Please note the ideal input might change between assets (example: BTC/USD vs ETH/BTC )
Drawing the corresponding oblique is very important the first time setting them on a chart to find the best setup
Notes on the pullback
The pullback field expects a percentage input. Meaning if you want your trend signal to be at least 1% away from your MM pullback, just insert 1 and don't forget to check the "Pullback Percentage" checkbox :)
Please let me know in the comments section if you have any question
Enjoy
Dave
Trend CheckpointsTrend Checkpoints reversals
Green :
1-Trend meter 3 green oscillators
2- Stochastic Rsi going down from 100-75
3- Stochastic Rsi with red background (optional on settings)
4- Price action above
Red :
1-Trend meter 3 red oscillators
2- Stochastic Rsi going down from 0-25
3- Stochastic Rsi with green background (optional on settings)
4- Price action below
Trend CheckerAn indicator that tell if market is trending or ranging, when the indicator is greater than 0.5 then market is trending, when the indicator is equal to 1 market is overbought/oversold.
Trend zonesThis simple script helps you to visualize trends on main chart, to filter any other signals against trend and detect trend durations for other indicators optimizations.
Trend apa sekarang? Mr.HokageIngat Trend adalah teman Jadi bagi kalian yang tidak tau apa itu trend nah itu jadi bahaya karena trader ilmu dasarnya adalah TREND jadi bagi kalian yang masih pusing trendnya naik atau turun saya punya indikator andalan di sini nah Jika candle kalian Hijau berarti Trend naik kalau Merah berarti Turun kalau merah berganti hijau berarti Beli kalau hijau berganti merah berarti Sell
trending script it's trending script, when all the lines on the indicator on closed candle are higher than past value and volume is higher than volume average it's BUY order when all the lines on the indicator on closed value are lower than past value and volume is higher than average it's SELL order, have in mind this script was designed for closed value candles and it's trending script, it will not predict reversals or pivots. it will show you what's really happening on the chart.
Trendy RSI (Selim KMD)BETA!!! Script checks the trend from higher interval and creates signals with lower interval RSI condition.
Trend-based Lindratic RegressionThis is an effective trend-following script that uses a finite volume element, linear regression, quadratic regression and multiple EMAs to define appropriate times to enter and exit the market. It can be applied to any asset that has volume data available for it.
As it follows the trend it's a very low-risk strategy, but it's not made to catch and ride reversals. It would rather close a long at the top and close a short at the bottom, although this means you can expect not to be stopped out on any trade you take.
Works on any timeframe, although I did create this with the intention of scalping, so shorter timeframes are recommended.
Combined with a volatility filter, this would be a very effective script, allowing you to stand away from the market during flat periods and trading with the trend during exciting periods.
Access to the script will be grated for 10$ of most low-fee cryptocurrencies, as well as BTC. If you're interested reach out to me through TradingView or, alternatively, contact @overttheraibow through Telegram.
If there's enough demand for it, I will also create a strategy version of this study which will be given for free to those who purchased the script. As always, maximum 250 places available.
Good luck!
trendline function - JD!EXPERIMENTAL!
As TV doesn't provide a function to draw lines between points, I wrote a function to do this in one my own indicators.
The function itself however can be applied/modified for different use cases, eg. drawing trendlines.
In this (proof of concept) example I used it to draw lines based on past high/low pivot points.
The inputs required:
* an INPUT FUNCTION (in this form, its designed to work with functions that have occasional values and na-values between them, it then connects the non-zero values to form a line)
* a BOOL (to indicate if you want to draw only the rising or falling lines)
* a DELAY (in this case this is the lookback period for the pivot-points function, this is to compensate the calculation of the past and realtime points)
The function returns:
* the function to draw the extension from the BASE-LINE to the current time (here this is the connection of the last pivot-point to the current point to bridge the gap of the lookback period, this is NOT REALTIME!)
* the function to draw the extension for the current time (here this is the continuation of the line until a new pivot-point is valid, this is DRAWN IN REALTIME!!)
* the color of the lines (in this case the lines are only colored (lime or fuchsia) if they either go up or down, else they are invisible, this is to clean up the invalid lines)
these output functions can then simply be plotted using the 'plot' function.
JD.
Trend or RangeA remarkably simple but very useful indicator. Earlier and clearer signals than ADX or VHF. More positive ranging signal than any other indicators.
Old conventional theory says when StdDev above ATR then market trending.
I say this idea may be OK for stocks & commodites but for the harmonics of Forex market we need something quicker and clearer. Also never forget time of day in relation to the pairs main movements.
Yellow = StdDev
Aqua = ATR
Red = Smoothed Moving Average of the StdDev
Usage:
Any pair, any time frame. Best used on majors and M15 period or higher
Yellow breaks above Red when below Aqua = Trend building
Yellow breaks below Red when above Aqua = Trend exhausting
Yellow below Red when below Aqua = Ranging/Sideways market
Trend Cross StrategyMoving average cross strategy with a custom trend line that allows for better positioning when buying and selling.
1. Shorts positions at ideal times to protect from large drops
2. Captures full gains when the price is mooning.
3. Makes small gains while the market is sideways and trending downward
*Intended for Bot Trading, but can be used on larger time frames for manual trading.
**Use Heikin-Ashi Candlesticks
Trend Detection IndexTrend Detection Index indicator script.
This indicator was originally developed by M.H. Pee (Stocks & Commodities V. 19:10 (54-61): Trend Detection Index).
Trend StrengthTrend Analysis and Divergence Filter
This tool helps you to read trend strength and spot divergences, to be ready for a reversal.
All the tool is based on a colorcode:
- bright colors = impulse bars.
- hard colors = consolidation / continuation bars.
- light colors = weakness bars.
=> You can choose to use barcolor, or not, and simply use the indicator. Divergences occured on the histogram, when the price makes a local high/low, but the histogram in the black zone.
Also, the reason why i created is that it is insanely accurate to spot divergences in an established trend.
#In an uptrend:
- If prices makes a higher high,
- But bar color is green light (or histogram is in the blackzone), it's probably the end of the move and a regular bearish divergence is happening.
=> Take profit and open a short.
#In a downtrend :
- If price makes a lower low,
- But bar color is red light (or histogram is in the blackzone), it's probably the end of the move and a regular bullish divergence is happening.
=> Take profit and open a long.
To sum up:
- when you see light bars, or if the histogram is in the blackzone, be prepared for a move.
- To choose the direction, check for divergences before entering.
To get the most benefit of this indicator, use it in a multi timeframe strategy :
The indicator will give you the best results in the subordinate timeframe, considering you trade using a macro trend, a parent and a subordinate one.
Trend FollowerTrend Follower (Follower)
The Trend Follower is a powerful trading tool, which helps us to control our operations.
This tool performs different calculations based on market movements, so it becomes a very versatile and reliable indicator.
This indicator tells us NOT to do and at what time it is prudent to leave an operation or take a share of profits.
If you have any questions, please let me know by private chat.
Regards!
Trend Analysis Index Backtest In essence, it is simply the standard deviation of the last x bars of a
y-bar moving average. Thus, the TAI is a simple trend indicator when prices
trend with authority, the slope of the moving average increases, and when
prices meander in a trendless range, the slope of the moving average decreases.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Trend Analysis Index Strategy In essence, it is simply the standard deviation of the last x bars of a
y-bar moving average. Thus, the TAI is a simple trend indicator when prices
trend with authority, the slope of the moving average increases, and when
prices meander in a trendless range, the slope of the moving average decreases.
WARNING:
- This script to change bars colors.
io-trend-follow (1.4)Trend Follow script to be used across all market instruments and timeframes.
You can display long only, short only or both signals.
version 1.4 -> Alerts added
version 1.2 -> Only one signal per trend (default) or multiple entry signals per trend
version 1.1 -> White theme option added
io-trend-follow (1.2)Trend Follow script to be used across all market instruments and timeframes.
Now you can display long only, short only or both signals.
version 1.2 -> Only one signal per trend (default) or multiple entry signals per trend
version 1.1 -> White theme option added
io-trend-follow (1.1)Trend Follow script to be used across all market instruments and timeframes.
Now you can display long only, short only or both signals.
version 1.1 -> White theme option added
Trend FilterThe indicator paints the bar colours based on the average open and average close for past N days.
if average close is above average open, the bars are coloured green, otherwise they are coloured red
It can be used as a general trend filter on weekly, daily bars. even on intraday timeframes, this would work well and give a sense of the current trend direction.
Trend Trading With Moving Averages (by ChartArt)This indicator is measuring if three different moving average calculations (EMA,WMA,SMA) with the same period length are aligned in an uptrend. If this is the case then the bar is colored in green. If only one or two of the three moving averages signals an uptrend then the bar is colored in blue. This can mean that the trend is changing.
Save another $999 bucks with this free indicator.
This is the ChartArt optimized version. Original idea: Steve Primo's Robbery Indicator (PET-D).
coded by UCSgears: