Divergence RSI-OBVDivergence detector on RSI of On Balance Volume. Using a modified script from XaviZ(RSI-VWAP) but instead of VWAP as a source in this script source is OBV, for divergence detector is a script from Libertus. In this version, results are filtered using STOCH oversold or overbought filter from matt_b script MFI Divergence v2.
An indicator for entry in choppy markets, signals for entry in trending market to follow the trend work well. A good way to spot if there is a weakness in a trend but gives too many false positives for spot reversal, so only good for scalping with tight stops if betting against the trend. Multiple divergences in combination with indicator hitting the overbought or oversold should give good places for entry.
Cari dalam skrip untuk "OBV"
DMI + ADX + OBVThis trend following indicator is made up of 3 parts.
A normalized (OBV) On Balance Volume (the gray line) which ranges between -100 and 100 and has a 55 period SMA overlayed (the orange line) to give an indication of the overall trend as far as volume goes.
- If the volume decreases without a drop in price, it might indicate a move down.
- If volume increases without a rise rise in the price, it might indicate a move up.
The (DMI) Directional Movement Indicator which shows the strength of the bulls versus the bears.
- The red line measures how strongly price moves downwards.
- The green line measures how strongly price moves upwards.
One way to trade this is on crossovers e.g.when the green line crosses the red; although it's best to combine this with another indicator or pattern for confirmation.
Another useful feature of the DMI is the ability to see strength of buyers and sellers pressure at the same time, acting as a confirmation before entering a trade.
The third way to use the DMI is when price makes a new high but the green line does not. (Or the price makes a new low and the red line doesn't) This is known as divergence and should act as a warning to tighten your stops or take profits because it signals a possible change of direction.
The last part of the indicator is the (ADX) Average Directional Index
This is the blue line and shows the strength of the trend regardless of direction. This can act as a confirmation for the DMI or other indicators in your trading system.
When the blue line is:
- above the green shaded area there is an extreme trend.
- in the green shaded area there is a very strong trend.
- in the yellow shaded area there is a strong trend.
- below the yellow shaded area there is no trend.
Hancock - Filtered Volume OBV OSC [Alerts]This is an alert version of the strategy found here
This doesn't have the trailing stop or stop loss risk management included, i'll work on a release that has risk management included as best i can with alerts. Make sure to set a stop loss with your alert command.
Happy trading
Hancock
Hancock - Filtered Volume OBVThis idea was taken from "Trading Systems and Methods - 2013".
"The decision to remove low volume days, or intervals, means that a series of low volume days that results in a collective change will be ignored. If you have decided that removing those days makes sense, then measure the daily or intraday volume against a threshold created using the average volume minus one or two standard deviations of the volume.
Using a 1 standard deviation filter will remove the lowest 16% of the days; a 2 standard deviation filter removes 32% of the days. This type of filter is best applied to a volume index, such as On-Balance Volume. For example, we find that the average volume on the New York Stock Exchange is 1.5 billion shares, and 1 standard deviation of the volume is 0.25 billion shares. We decide that the volume filter is 2 standard deviations; therefore, any day with volume below 1.0 billion shares will be ignored." - Trading Systems and Methods, 2013.
This has a signal line ema which is subtracted from the volume filtered OBV to produce a simple oscillator giving signals above or below the 0 line.
Happy Trading
Hancock
On Balance Volume Oscillator Strategy [QuantNomad]Looking for the way to use OBV Oscillator in a strategy.
Here is my first try. I just enter to position of a cross of 2 emas based on OBV.
Here is my original oscillator indicator:
TA-Money Flow-v2, Stochastic OBVNot sure where I originally got this (somewhere off Tradingview several years ago, thanks to the person who shared), just publishing because of a request.
This is basically a stochastic OBV movement indicator. It is good to work with both price and volume. I've updated to be able to display either as positive only, or both sides (50/-50), also included an invert function. It works great on any time frame, but you need to have volume data.
Enjoy.
I've got a version 3 if you're interested.
0-Cross Arrows for Chaikin oscillator on obv+adl combinationusing chaikin oscillator applied to a modified obv+adl combination and plotting the arrows when it crosses 0.
put on main chart. make scale free.
Price/OBV divergenceShows agreement or disagreement between the direction of the the price and the on-balance volume. When they disagree, the price is supposed to follow the OBV (or so they say.)
Pip Foundry - Fx IDC OBVMy premium indicators are available for monthly lease at www.tradingview.com
I previously published a simple OBV that allowed you to manually apply a different security to the one you are charting as the volume plot. However, this script will automatically apply the correct volume data to whatever forex pair you are viewing without requiring a manual setting.
Pip Foundry - Simple OBVMy premium indicators are available for monthly lease at www.tradingview.com
On request from SunnyBTC for trading Forex pairs that do not themselves have any volume indication.
The concept: A simple OBV that will display the volume of a security other than what you are charting.
Edit: This script has been updated.
On Balance Volume with CrossOBV indicator with a few key changes that can turn it into a filter or trading indicator as-is.
Volume calculation given a look-back to help clarify trends without smoothing lag
Change the source (HLC3 indicates a little faster in backtesting)
Smooth the signal if desired
Moving average (MA) added for crossover indication in trend change
MA can be either EMA or HMA**
** My personal use:
EMA for trend filtering trades: Trade long signals if OBV is above the MA, trade short signals if OBV is below the MA.
HMA for scalping and chop: Normally set the HMA to 20 or 15 and trade the crosses. Works on most time frames and generates a lot of noise. 5 min and 15 min seems best for me in day trading
Example of trend trading using only the OBV-C and no other indicators, stops, or trailing stops:
This could obviously be improved using stops, trailing stops, or other indicators to filter when to enter & exit trades or mitigate loss.
Example of trading using the HMA and lower time frames with Elder's Force Index (EFI) used as a filter. Trade with both cross at or very near the same time. Winning trades in green:
OBVnewOBV is one of my favorite indicator so I like to make a lot of indicator from it:)
The buy and sell based on the rise or fall of the OBV by the channel
can be use in any time frame just make sure to set correct to overbought and oversold
one can add more indicator to this back bone frame to make it better
OBV + Simple Moving AverageThird time is a charm. On Balance Volume with simple moving average. Hopefully we don't get this kicked back to us.
On Balance Volume - Color Packed Patch'emOBV is provided as a built-in by TradingView.
This contribution grew out of reading about trend discovery, and since the library kept on this end was lacking in a volume-centric indicator, it looked like a good time to play around.
This approach isn't all that much different than many others with the possible exception of its color scheme.
Should you decide to use the script, it might be worth your while to work with the logic of color and line, to produce alerts.
Enjoy.
OBV with 13 EMA - TRIOn Balance Volume with 13 Exponential Moving Average.
Taught in school Level 1 program.