VRSI-MARSI BI wanted to create an indicator which resembles price movement, aside to volume movement.
MARSI (= MA RSI(close)) = "yellow-blue" line which is the MA(5) of the RSI (9) of closing price.
VRSI (= MA RSI(Volume)) = "orange" line which is the MA(5) of the RSI (9) of Volume .
(Default plot of RSI and VRSI is not visible but can be made visible ("Settings" > "Style" > set "Opacity" of "RSI & VRSI"))
Because it still is a RSI indicator, the midline (50), and Oversold/Overbought area's (20-30 & 70-80) are important to watch, especially the MARSI!
Comparing the price movement with the "orange" Volume VRSI line helps to spot a possible trend change,
for example when price goes up and an ascending Volume VRSI line starts to flatten or starts descending,
this could be a sign that the Bullish trend is weakening, predicting a possible trend change.
Or, when for example a downwards price movement is accompanied with a rising Volume VRSI line, this can be a sign of large Bearish power.
This study comes with Bollinger Bands as an assisting tool, it is default made not visible but can be made visible
("settings" > "style" > Set "Opacity" of "basis, upper & lower")
You can see where the MARSI ("yellow-blue" line) crosses the "basis", or bounces off the bands, ...
All this is seen in "VRSI-MARSI B"
"VRSI-MARSI A" contains the alerts:
1) Long/Short = "Triangle UP/DOWN", color: lime/red
Condition: Movement of MA(5) of RSI (9) of price (close )
2) Long2/Short2 = ">", color: lime/red
Condition: Long/Short condition is true for 2 or more bars (= continuation)
3) Long3/Short3 = "•", color: lime/red
Condition: MA RSI (Close) crosses MA RSI ( Volume )
1 or more alerts can easily be disabled if desired (settings > inputs)
Thanks!
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
More information available in the script ;-)
Wskaźnik Wolumenu
Horizontal Volumes v.2 by WentalEng.
This is the second version of the "Horizontal Volumes" indicator.
The indicator shows the distribution of the traded volume by horizontal levels.
It is not authentic horizontal volumes, but works well.
The differences from the previous version are in:
- changing the mechanism of drawing lines;
- the introduction of new features;
- the possibility of using the interval in the past.
Main inputs:
Start position = 5...4999 - the position of the candle relative to the present moment
Length = 5...1200 - number of candles for which calculation will be made
The longer the length value, the longer it takes to compute and can be significant!
Length = 100 ===> time =~10 sec.
Length = 500 ===> time =~40 sec.
Length = 1000 ===> time =~75 sec. but it might not work at all
Therefore, it is better not to specify a large length value.
To increase the measured range, it is better to switch to a higher timeframe.
Rus .
Это вторая версия моего индикатора для отображения горизонтальных объёмов "Horizontal Volumes".
Горизонтальные объёмы не настоящие, а преобразованы из обычных вертикальных. Работают отлично. )
Отличия от предыдущей версии заключаются в:
- изменении механизма отрисовки линий;
- введении новых пользовательских настроек;
- возможности использования интервала в прошлом.
Главные параметры:
Start position = 5...4999 - позиция свечи для начала отсчёта относительно настоящего момента (текущей свечи)
Length = 5...1200 - число свечей для которых будет производиться вычисление объёма
Индикатор тратит много времени на вычисления и отрисовку!
Length = 100 ===> время через которое появится результат =~10 секунд.
Length = 500 ===> время через которое появится результат =~40 секунд.
Length = 1000 ===> время через которое появится результат =~75 секунд, но может вообще не появиться и выдать ошибку.
Поэтому лучше не указывать большую величину длины без острой необходимости.
Для увеличения измеряемого диапазона лучше переключиться на таймфрэйм выше.
|-ML-| C4 - Amplified Volume Directional Bias OscillatorThis indicator presents an oscillator that suggests volume directional bias.
Colour switch (blue to ice-blue and red to maroon) confirms oscillator turnaround.
Confirmed divergences flag a trend change that can be used as a trade entry aid.
I suggest changing your candlesticks as follows:
Border: black
Wicks: grey
MARKET VOLUME by BeloTrade (@XeL_Arjona)Indicator to see the market buyers and market sellers.
Important for a sentiment analysis
VoDVo by Solah AzmanVoDVo stand for Volatility Discounted Volume
The indicator examines the abnormality of volatility discounted volume. Several parameters would be applied to make buy signals(green bars) and McGinley crossovers are used to make sell signals(red bars). Please note that sell signals are not meant to be an optimal point, you are advised to use your best judgment to find an optimal price prior to sell signal.
It is designed to accommodate some degree of discretionary decision, hence objects are colour coordinated with traffic light.
Green bars: buy signal: entry recommendation.
Yellow dotted line: please reevaluate your position.
Red bars: sell signal: sell everything! it's too late to get creative.
Neru_VolumeAlert_v3Neru_VolumeAlert_v3
_______________________
This indicator let´s you set alerts on different events / changes in the volume, that has been added with standard settings.
You can also see significant changes as labels above the volume itself.
Additionally stochastic RSI is used to filter oversold / overbought conditions.
Added:
Increasing Volume (Bullish + Bearish)
Decreasing Volume ((Bullish + Bearish)
Oversold / Overbought Volume
Standard settings are used, but are adjustable. Suitable for any market.
___________________________________
Warm regards,
Neru
QuantNomad - Bitcoin NVT/NVTSIn this script I included 2 quite interesting indicators for Bitcoin:
* NVT (Network Value to Transactions Ratio)
* NVTS (NVT Signal)
Both indicators are based on Bitcoin Network Value (Market Cap) and 24h transaction volume.
For both these values I'm using Quandl datasets from Blockchainc.com:
market_cap: QUANDL:BCHAIN/MKTCP
transac_vol: QUANDL:BCHAIN/ETRVU
Calculation for both indicators are pretty simple:
NVT = median(market_cap / transac_vol, 14 bars)
NVTS = market_cap / sma(transac_vol, 90 bars)
NVT and NVTS are cryptocurrency's answers to P/E ratio. They can help you to understand if bitcoin is under/overvalued.
When NVT or NVTS is relatively high it can be a pretty good point to short bitcoin, if it's low it good time to buy bitcoin.
NVT Ratio - was created by Willy Woo
NVT Signal - was created by Dimitry Kalichkin
Because of different sources of transaction volume data, these indicators can differ in values from originals, but magnitude should be the same.
This is a pretty simple example where you can select only static overbought/oversold levels and when indicator will be above/below it you will see in changing in color.
I have many more things in my head how these indicators can be developed further and what strategies can be derived from them, but as is they can be a pretty good base for you. Will share my advanced findings later.
Volume Based Buy and Sell Momentum by 2tmThis is Volume based Buy and Sell Momentum script.
Basically I'd just adjusted PVI and NVI
But It's easy to understand current Volume trends and Momentums
Thank you and Wish your successful investment.
Relative Volume Combined With a Cumulative FunctionHi everyone
The today's script was suggested by a follower.
--------------------------------------
1 minute of Knowledge
--------------------------------------
Many traders look at volume as a pre-signal that a move may happen.
In trading, some say that "the volume precedes the movement".
This simply means that often volume will increase before a significant move in the stock.
Imagine if a unique trader is buying a crypto/stock. The volume is unlikely to move.
But, if all the mass goes to mass spot buy an asset, then we could see a volume spike announcing a potential upwards move.
---------------------------------------------
What's the story with that indicator?
---------------------------------------------
It's an interesting way of presenting the volume data.
Will show the total volume for the selected period.
You can choose between relative and cumulative presentation.
The users can display the consecutive rising volume above the 0 line and the failing volume below that line.
--------------------------------------
Mix knowledge with usefulness
--------------------------------------
A price making a higher/high (HH) or lower/low (LL) has a real and strong meaning- a HH or LL on a volume has a significant meaning also.
Increasing volume for a stock/crypto, could signify that buyers were willing to purchase a bigger number of shares at a higher price (comparatively to the day before)
Obviously, non-stop crazy buying/shorting won't work at some point - and that "some point" may hurt a bit.
Such volume indicator combined with others like momentum or strength indicators is a nice trading strategy.
The volume announces that a move may happen and the other indicators will confirm the prophecy :)
Peace
Dave
Range Force Impulse The "Range Force Impulse" indicator combines 4 useful indicators into one, freeing up chart real-estate and giving the trader insight into trend health, bull/bear commitment, range and volatility all at a glance.
The indicator consists of the following:
Direction - True Range and Average True Range columns shown above and below 0 depending on direction of the period's price
-- TR (gray) shows the current period's trading volatility
-- ATR (Impulse colors, see below) shows an EMA of TR over a specified length
-- Can be used to determine stops and targets (Example: Stop loss at prev close - ATR, Target at 2x ATR)
Index - Alexander Elder's EMA of (change(close) * volume), shows crosses above 0 (green) and below 0 (red), and intermediate signals
-- Shows bull vs. bear interest/commitment/dominance
-- Elder recommends EMA length of 2 for daily chart buy/sell signals, and 13 for weekly chart bull/bear dominance & trend direction signals
-- Intermediate signals are shown above 0 when falling (salmon), or below 0 when rising (pale yellow)
System - Range columns are colored using Alexander Elder's censorship system (green: do not short, red: do not long, blue: is up to you)
-- Shows overall trend health (Macd histogram and EMA up/down changes)
Volume ⨃ αMomentum 🦝🦾First attempt playing around with mixing volume and momentum... I find it to be nonsense, but putting it up for the moment.
Flunki Quad VWAP Plots & ClosesHerewith a further multi-timeframe Volume Weighted Average Price indicator
This has 4 Timesframes (5 including the default pine VWAP)
So, 4 Multi timeframe VWAP line plots, PLUS (and here's the interesting bit) 4 previous CLOSE values of the 4 timeframes.
Play with the options, the above uses a fat VWAP line and horizontal levels.
Enjoy
(DJI)Dow Jones Industrial 30 Volume IndicatorThis is my "(DJI)Dow Jones Industrial 30 Volume Indicator" using PSv4.0 freely available to ALL! The title literally "sums" up what this is. This came about by a response from another member inquiring about volume in DJI on TV. After further consideration, I decided to add all of those volumes up, nicely wrapped, into a multicolored package in order to have this available for those who wish to use it. I provided a wide assortment of vibrant color schemes to choose from, for anyone who may have vision impairments. Surprisingly, this script is very resource intensive on the TV cloud, so it may take a while to initially load. I optimized this script as much as humanly possible while including other beneficial features listed below.
Features List Includes:
Enable/disable dark background for enhanced visibility
Color schemes (all displayed above)
Transparency control
Colorize by candle color - (close - close)
Moving average "type" option with multiple selections
Adjustable moving average period
The comments section below is solely just for commenting and other remarks, ideas, compliments, etc... regarding only this indicator, not others. When available time provides itself, I will consider your inquiries, thoughts, and concepts presented below in the comments section if you do have any questions or comments regarding this indicator. When my indicators achieve more prevalent use by TV members, I may implement more ideas when they present themselves as worthy additions. As always, "Like" it if you simply just like it with a proper thumbs up, and also return to my scripts list occasionally for additional postings. Have a profitable future everyone!
Relative Volume (RVOL) - ATR - R4RocketHello !!
This is a big upgrade on my earlier Indicator called "RVOL - R4Rocket". I could have updated the existing script, but there were two reasons for me to not do so.
1. I changed a lot of the previous code and added a lot of statistics like
a. Intraday Daily ATR Plot
b. Progressive (High - Low) Range as % of Daily ATR
c. % of RVOL Days in available chart data in any timeframe
d. In the new script RVOL Sectional has been removed as I did't find it very useful (Old script still has that feature)
e. And lastly and greatly, I modified the actual RVOL code (Huh ? Well I'll explain what I mean by this below)
2. Earlier I named my script just as RVOL. But then I though, well not everyone is going to search "Relative Volume" Indicator as "RVOL" Indicator, right? And Then during my second update I even tried to see whether I can change the script name but I couldn't figure it out. (Maybe it's not possible or maybe you know, "I DON'T HAVE ENOUGH BRAIN POWER" :P). So in order to make my script more accessible and easy to find for everubody so that it may add a little value to them in their trading, I'm changing the name of the script in this publication to "Relative Volume (RVOL) - ATR - R4Rocket". (Quite a big name, don't you think?)
Now as my reasons are out of the way, let me tell you about the indicator and the available options.
First let me explain what is RVOL basically. (Even after making 4 updates to my last script, I forgot to explain this......BIG BRAIN POWER :P)
It is calculated as (Cumulative sum of volume till time t from the start of the session) divided by the (Average of same period volume over a given number of days).
Lets say market starts at 09:30 am and right now the time is 10:00 am. So what RVOL does is it takes the sum of volume done from 9:30 am to 10:00 am for today and divides it by the same average volume that occurred between 9:30 to 10:00 in lets say X number of last days.
What this does is gives you the means to quantify how much everybody is interested today in the given stock w.r.t last X days. Generally higher the RVOL value - higher the public interest (due to some known or unknown reason like results / news / market condition etc) - and hence higher is the probability of stock movement on intraday basis. (Mostly everybody prefers to trade stocks intraday with RVOL > 2)
Now let's get back to the changes and the features.
1. It calculates Relative Volume
Adjusted in a way that the recent volume spike (e.g say due to quarterly result announcement or some other big news) don't skew the next day's
RVOL calculation. What this will do is, it will give you a good idea whether the stock is still in play the next day or a day after that.
LIGHTS !! CAMERA !! ANNNNNNDD ACTION !! (I love to watch movies, not very relevant here I know, but couldn't help it :P)
Now you can see in the image below the difference between old and new script RVOL calculations. This will help you to find out 2nd Day, 3rd Day plays.
To calculate RVOL first you have to choose your local exchange trading hours
E.g. NSE (India) trades from 09:15 to 15:30
NASDAQ (USA) trades from 09:30 to 16:00
LSE (UK) trades from 08:00 to 16:30 etc
Then you have to choose the RVOL period. This is the lookback period for cumulative volume average calculations.(I suggest using default value of 4 but it depends upon your preference and one more thing to note is that too high of a value will not even load the script due to some constraints that I don't know)
And last parameter is RVOL Trigger = What RVOL value YOU CONSIDER IMPORTANT. (I like 2 and if RVOL > RVOL Trigger then the columns will turn Green otherwise they will be Red. SIMPLE !!)
You can use any timeframe from 1 min to 1 Day. (Even custom timeframes like 2,4,6 will work fine)
1 min Chart
2 min Chart
2. It calculates Daily ATR in % terms of the day's open and plots it on intraday charts (and on daily charts too, if you want)
It's just what I just said - plain & simple.
You can see it in the image below. (Yellow dotted line and value in yellow color)
This will help you if you use profit targets or stop losses based on previous day's ATR values.
All you have to do is tick the Plot Daily ATR % box in inputs and choose the ATR Average.
3. The indicator calculates (High - Low) range as and when it extends throughout the day as the % of Daily ATR
This will help you quickly in finding which stocks are trading with extreme volatility.
Can be seen in the image below where the stocks trade @ almost 3 times or 300 % of the previous days ATR (Blue dotted line and value in blue color)
4. And lastly it gives you the statistic that will tell you how much is the average % of total days are RVOL days. (Did you get that ? It sounded great in my head but really don't know what I just said)
Let me tell you in terms of numbers. Lets say on daily timeframe Tradingview provides some 5000 bars worth of historical data. Out of that there were 16% days where RVOL was more than 2. Roughly speaking if you were to trade this stock every day then you would find on an average about 3 days per month with RVOL > 2.
(If you reduce the RVOL Trigger, then you will get more % RVOL days. In the second image if you reduce RVOL Trigger to 1.5 then you will have almost 27 % good trading days AS PER YOUR DESIRED & DEFINED PARAMETER OF RVOL TRIGGER = 1.5. Which translates to almost 6 days per month. You can play with it as you want and deem fit.)
RVOL Trigger = 2
RVOL Trigger = 1.5
“The goal of a successful trader is to make the best trades. Money is secondary.” – Alexander Elder
With best regards.
R4Rocket
Hashem Accumulation/Distribution (V2)Hashem Accumulation/Distribution. Accumulative Net Delta.
Accumulation/Distribution Line with the Histogram of it. Basically shows the buyers and sellers on a move and trend.
Can analyze it to verify if the volume in a trend is confirming it or not.
Added markers when it cross the 0 Line in a Distribution. (after Accumulation) and Vice Versa.
Can be used for the Histogram Divergences and the A/D Line Slope logic for identifying a trend that is supported by the Volume.
OBV EMA X BF 🚀Credit to Lancelot_Augur for the idea of EMAs of On Balance Volume.
The signals are generated when the faster OBV EMA crosses the slower one.
BACKGROUND COLORS:
Green = go long
Red = go short
White = you have been stopped out
This strategy uses a 3% stop loss.
Volume Price Confirmation Indicator by 2tmThis script is based on Buff Pelz Dormeier’s article “Investing with Volume Analysus”
As you knows the Volume is the Only Indicator to prior Candles.
So, Lot's of CMT(Charted Market Technicians) invest the Volume Indicator and the Buff Dormeier's VPCI is very popular.
If you have interest let's prey to God Google then he'll be answered.
Anyway, The Basic Logic is this.
a. VPC=SUM(C*V,PERIOD)/SUM(V,PERIOD)-MA(C,PERIOD)
b. VPR= SUM(C*V,PERIOD)/SUM(V,PERIOD)/MA(C,PERIOD)
c. VM=AVG(V,PERIOD)/AVG(V,PERIOD*K)
d. VPCI=VPC*VPR*VM
Feel free to use my script.
Volume SpikeDetect current bar's volume is at least Ratio times than average volume of previous "Look back" bars.
Volume Flow BFBased on code by oh92 and kiasaki.
Measures volume to indicate Bull vs Bear.
Go long when green, short when red, wait patiently when white.
Volume ValueInstead of the Volume this plots the closure price times volume, hence the Value.
Useful in study of long term phenomenons.
Weis Wave Volume (Pinescript 4)Port of LazyBear's Weis Wave Volume indicator to pinescript v4 from v2.