Divergence Detector v1This indicator looks for divergences between price (close) and the indicator of your choice. You can see which indicators are supported further down. I discovered that there are 2 slight variations on how to calculate divergences in Pinescript, so I used both in this script.
Benefit : The accuracy of divergence detection becomes much higher.
Tradeoff : Some of the labels will overlap each other, not looking too pretty. I know how to fix this, but I didn't prioritize it with this version.
Supported indicators:
RSI (Relative Strength Index) - www.investopedia.com
ROC (Rate of Change) - www.investopedia.com
CCI (Commodity Channel Index) - www.investopedia.com
OBV (On Balance Volume) - www.investopedia.com
You can switch between them in the settings display of the indicator. Default is set to RSI.
Khối lượng Cân bằng (OBV)
[astropark] Renko OBV divergencesDear Followers,
today a new great Scalper Tool , based on Ob Balance Volume (OBV) oscillator, which works from 1 minute timeframe Renko chart , which is the best and more secure timeframe to use on a Renko chart. But of course it works great on all timeframes (included the 1D timeframe), both on FOREX and on Cryptocurrencies!
This tool has some cool features:
it works on all timeframes , starting from 1 minute: so you can enjoy high-frequency trading by using a 24/7 running bot and a proper money and risk management strategy
it shows you both bullish and bearish divergences with a triangle up or down respectively
when it finds a strong bullish/bearish divergence , a flag will be displayed instead of a triangle
This script will let you set all notifications you may need in order to be alerted on each triggered divergence.
You may like to use it together with my Renko Scalper V2
and my Renko RSI Divergences indicator
On Bitmex/ByBit/Binance Bitcoin/USD chart best settings is Traditional Renko chart with 10$ box size, while 0.5$ box size is suggested on Ethereum/USD pair.
This is a premium indicator , so send me a private message in order to get access to this script.
Hashem OBV+EMA/MAThe On Balance Volume indicator (OBV) is used to measure buying and selling pressure.
It is a cumulative indicator meaning that on days where price went up, that day's volume is added to the cumulative OBV total. If price went down, then that day's volume is subtracted from the OBV total.
The OBV value is then plotted as a line for easy interpretation. OBV is primarily used to confirm or identify overall price Trends or to anticipate price movements after Divergences .
In addition to OBV, EMA and SMA are included. the EMA is used for Support and Resistances for the OBV. and the SMA is used by its Slope (can be S/R as well).
QuantNomad - On Balance Volume OscillatorCreated an oscillator from OBV - On Balance Volume. This way I think it is more responsive.
I just took OBV over a period and divided it by the total volume for the same period. So now it's an oscillator from -1 to 1.
You can also add EMA to this script.
Any feedback will be appreciated.
OBV Divergence PointerThis script points regular and optionally hidden types of bullish and bearish OBV divergences on the chart by drawing the divergence lines and optionally labels.
Hidden divergence is disabled by default, it can be enabled over settings window.
Regular divergence is enabled by default, it can be disabled over settings window.
There is an option to display the price channel additionally.
Added alerts for all types of divergences.
TA-Money Flow-Version5This is the MACD of a stochastic OBV movement indicator, Squeeze Momentum Indicator, and addition coloring for Market Direction Indicator . It is good (right) to work with both price and volume.
In this version we've moved the divergence highlighting to symbols at the ends of the histograms. Same coloring scheme as previous, yellow is divergence of either OBV or SQZ , red is both divergence. In the previous version we added in the "squeeze on - blue" highlighting to show follow through of divergence (or just squeeze/stall). We also added in another old script, but colors so well, Lazybears (Market Direction Indicator, linked below). Also incorporated a 3 color or 5 color scheme from the MDI script as a bool. It works great on any time frame, but you need to have volume data. Not sure where I originally got this (stoch-OBV, somewhere off Tradingview several years ago, thanks to the person who shared), Squeeze/MDI is Lazybear, links below.
Enjoy.
Version 5:
Moved divergence highlighting to symbols on histogram
Added coloring based on MDI
TA-Money-Flow-Version4
TA-Money-Flow-Version3
TA-Money-Flow-Version2
Squeeze-Momentum-Indicator-LazyBear
Market-Direction-Indicator-LazyBear
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.
explosion detector (OBV+MA+BB)In this indicator you can find the market trends, investing time and market readiness for an explosion.
enjoy...
TA-Money Flow-Version4Updated for TV-Pine V4
This is the MACD of a stochastic OBV movement indicator and now the MACD of the Squeeze Momentum Indicator. It is good (right) to work with both price and volume...it is also good to utilize the most popular indicator ever in TV (Lazybear).
I've included highlighting based on price divergence, yellow is divergence of either OBV or SQZ, red is both divergence, and then I've also built in the "squeeze on - blue" highlighting to show follow through of divergence. It works great on any time frame, but you need to have volume data. Not sure where I originally got this (stoch-OBV, somewhere off Tradingview several years ago, thanks to the person who shared), Squeeze is Lazybear, links below.
Enjoy.
Version 4:
Updated OBV equation because TV-Pine V3 broke in V4
Included MACD of Squeeze for histogram
Included "squeeze on" highlighting
TA-Money-Flow-Version3
TA-Money-Flow-Version2
Squeeze-Momentum-Indicator-LazyBear
OBV with Auto Fibonacci LevelsI like to use OBV as a summary of the order book action + I added Fib levels from my other script for more context. I typically trade swings on H4, and HMA of the OBV helps me set the bias/trend.
TEDong OBV MACD OSC ==> ProfitHi, Folg,
OBV MACD OSC gives a Buy signal when the OBV value crosses up its EMA and a Sell signal when it crosses down its EMA.
Cross over markers Directional bgcolor, where RED for bearish (S) and GREEN for bullish (B)
If you include volume analyses in your trading strategy, automating OBV MACD OSC will give buy signals whenever volume and price are rising altogether.
DONATE/TIP
BTC: 13nhMN2H4LoRi4VMcPcyR96jitxrH3uivB
TA-Money Flow-Version3This is the MACD of a stochastic OBV movement indicator. It is good (right) to work with both price and volume. I've included highlighting based on price divergence. It works great on any time frame, but you need to have volume data. Not sure where I originally got this (stoch-OBV, somewhere off Tradingview several years ago, thanks to the person who shared), just publishing because of a request.
Enjoy.
Version 2 - TA-Money-Flow-v2-Stochastic-OBV
OBV StochasticsThis indicator uses both a standard Stochastic Oscillator based on security prices and stochastically oscillated OBV values.
Explanation:
Stochastics measure momentum by comparing the current closing price to its lowest and highest price over a user-defined window of n periods. Without going too in depth, traders can view the K value as the current value for the stochastic indicator and the D value as a Simple Moving Average of K values. Users can adjust the length of that Simple Moving Average through modifying the smooth D parameter in the input option menu.
Traders can also define the upper and lower bounds for both sets of K and D values. These are plotted on the graph as the horizontal red (upper) line and horizontal green (lower) line. Generally, the upper line is viewed as the threshold at which a security can be considered overBought. Conversely, the lower green line is the threshold at which they can be viewed as overSold.
OBV, or On-Balance Volume, is a versatile momentum indicator that we discussed in our OBV Z-Scores open-source script. That is a good place to look if you're looking to gain a better understanding of the OBV indicator. By applying the stochastic formula to the OBV, it allows us to gain a better understanding of the current OBV value relative to its historical data and display the OBV in a {0.100} bounded range of values.
Plotting the standard price-based Stoch. K and D in combination with the Stoch. OBV K and D can help identify divergences and track the progression and direction of trends. For example, you can see that when the two move in opposite directions or when one significantly outpaces the other, it often hints towards an impending reversal.
The Graph:
As mentioned the upper and lower overbought and oversold thresholds can be adjusted by the trader and are plotted on the graph in red and green.
The green oscillating line represents the Stoch. K of OBV values, while the red line symbolizes the OBV D values.
The teal line is the standard Stoch. K and the orange line is the standard Stoch. D.
Users have two options for background highlights. The first option is to use green highlights to show entry signals and red highlights to show exit signals. These signals are based on the criteria we have set for identifying optimal entry and exit points. This is shown in the second pane.
The second option is to plot red highlights whenever Stoch. OBV K crosses the upper bound and green highlights whenever it crosses the lower bound. This is shown in the bottom pane. NOTE: Choosing this option means that signals will not be displayed in sequential entry-exit order (instead this is a good option if traders only want to identify when the security is overbought or oversold).
Input Options:
Traders can adjust the respective smooth K and smooth D values for both the standard stoch. and OBV stoch. Additionally, the lookback window length can be adjusted as well as the upper and lower bounds(in addition to the display options shown above).
Alerts:
Indicator sends alerts when entry and exit conditions are met, as well as alerts to inform traders when overbought/oversold conditions are met. Alerts can be tailored for GunBot / other automated trading platforms upon request.
~Happy Trading~
OBV Z-ScoresThis study calculates the On-Balance Volume (OBV) and displays it in terms of its Z-Score.
OBV is a great momentum indicator . As the name suggests, OBV predicts changes in price based on the security's volume flow.
Formula:
if (Current Price > Previous Price)
then Current OBV = Previous OBV + Current Volume
if (Current Price < Previous Price)
then Current OBV = Previous OBV - Current Volume
if (Current Price == Previous Price)
then Current OBV = Previous OBV
As the formula shows, the OBV goes a step beyond just looking at the pure volume of a security. Instead, it factors in relative price action from period to period to reflect investor sentiment. As a result, we often look to the OBV to spot bullish or bearish trends while they are in the early stages of development or simply predict impending uptrends or downtrends.
To make the OBV easier to visualize, we converted the value to a Z-Score. The Z-Score is a simple statistical measurement and represents the current OBV value's distance from the mean OBV value in terms of # of standard deviations.
Users can adjust the values for the 2 upper bounds for Z Scores and 2 lower bounds. Additionally, the n value for z score calculation can be adjusted in the input menu. A higher n value means the z score will be based on a longer lookback period. A lower value will result in more sensitive readings.
Overall, I think this is an interesting way to represent OBV values and will be a valuable leading indicator.
~Happy Trading~
Cryptohopper OBVCryptohopper is an automated trading platform where you can automate your strategy based on technical indicators and candlestick patterns. OBV is one the indicators that you can automate with Cryptohopper.
How can you automate it? OBV gives a Buy signal when the OBV value crosses up its moving average (default: EMA) and a Sell signal when it crosses down its moving average.
If you include volume analyses in your trading strategy, automating OBV will give buy signals whenever volume and price are rising altogether.
Start automating your trading in Cryptohopper.com
--CRYPTOHOPPER--
Session AverageThis indicator finds the average time of High or Low formed in sessions.
This is a request from trader @Salmanmahmood15 . You need permission from him to fully use it
OBV On Balance Volume - Divergences - LibertusHello all,
As my RSI divergences script became popular, I got few requests for making divergences scripts on other indicators.
One of most popular and requested indicators next to RSI is OBV (on balance volume) which measures buy and sell volume based on candle close (green/red).
So finally, here it is, divergences script for OBV. I'll probably also make candle edition script after I iron out bugs on this one.
Have fun and good luck with trading.
Note for those that are not familiar, here you can find my RSI divergences scripts:
RSI Divergences - regular -
RSI Divergences - candle edition -
Gainzy OBV DiagsPlots diag breakouts and breakdowns of on balance volume. Toggle allows you to turn diags on and off. Default leaves them off since it's easier to view obv this way.
green = breakout
lime = parabolic breakout
red = breakdown
fuchsia = sell-off
all other colors are indicative of chop
OBV+ (v0.1)Just playing around with some ideas I had with On Balance Volume (OBV). Added a divergence spotter and EMA's that all uses OBV as a source. Let me know if you have any feedback!
My main use of OBV:
1) Confirm trend continuation: When price has a clear trend, OBV should be aligned with the trend.
2) Discover price reversal: When price and OBV moves in opposite directions, you can expect a reversal.
DIVERGENCE SPOTTER
The spotter will tell you when there are divergences between OBV and price. These are useful as they can indicate a trend reversal;
Regular Bullish Divergence
If price is making lower lows (LL), but the OBV is making higher lows (HL), this is considered to be regular bullish divergence .
This normally occurs at the end of a DOWNTREND.
Regular Bearish Divergence
Now, if the price is making a higher high (HH), but the OBV is lower high (LH), then you have regular bearish divergence.
This type of divergence can be found in an UPTREND. After price makes that second high, if the OBV makes a lower high, then you can probably expect price to reverse and drop .
Hidden Bullish Divergence
This can be seen when the pair is in a UPTREND.
Once price makes a higher low (HL), look and see if the OBV does the same.
Hidden Bearish Divergence
Lastly, we’ve got hidden bearish divergence.
This occurs when price makes a lower high (LH), but the OBV is making a higher high (HH).
By now you’ve probably guessed that this occurs in a DOWNTREND.
When you see hidden bearish divergence, chances are that the pair will continue to shoot lower and continue the downtrend.