Trader Set - Volume CandleThis is a candlestick system but not on price. These candles are drawn based on the volume movement. This is one of those professional charting systems that big industries use every day. Remember, the key to find what smart money is doing, is always VOLUME. Any new way that you can track new aspects of volume will help determining what the market will do, BEFORE it starts doing it !
There are total of Seven moving averages that you can ...:
1- Set their period separately
2- Set their type separately
3- Turn on/off separately
The averaging types that are supported, remember you have options PER moving average :
- SMA
- EMA
- RMA
- WMA
- HMA
- KAMA
- MAMA
- FAMA
This script IS FOR SALE , you can buy it with crypto currencies, or webmoney or perfect money. THE PRICE is 55$. for life time license.
You can find all the crypto wallet addresses plus webmoney and perfect money accounts in the link below. Please send the correct amount PLUS the transaction fee. After the transaction is confirmed, contact me with the info of the transaction for granting access.
AَِDDRESSES FOR WALLETS : justpaste.it
X-volume
BTC Exchanges Volume [SHK]Useful script to calculate sum of BTC ( Bitcoin ) volumes on different exchanges.
Supported Exchanges:
Coinbase
Bitfinex
Bitmex
Houbi
CEX
Bitstamp
Binance
BitFlyer
Poloniex
Bittrex
Flyer
OkEx
Poloniex
Gemini
HitBTC
Daily OBVOBV that should reset on a daily session break. Looks neat when you scroll out all the way. Good use remains to be found; I believe this could be a useful reference for a more fleshed out idea for 'local zone' OBVs. Maybe comparing previous sessions' daily OBVs to current.
Cumulative Weekdays VolumesHello traders!
This indicator shows you cumulative weekdays' volumes across the instrument history.
What is included
An option to start calculations from specific date
It works on ANY instrument that has available volume data.
It works on all resolutions
I attached some screenshots to show you how it works with other instruments.
How to get access
You can buy it for only 39$ to get lifetime access
Good luck and happy trading!
Average Hourly VolumesHello traders!
This indicator shows you the average hourly volumes across the instrument history.
It can help you to find time frames with the highest and the lowest activity of traders. Thus, you will know when to jump into the train and when to jump out.
What is included
An option to include/exclude weekends from calculation
An option to start calculations from specific date
An option to hide zero volumes
It works on ANY instrument that has available volume data.
It works on all resolutions
I attached some screenshots to show you how it works with other instruments.
How to get access
You can buy it for only 59$ to get lifetime access
Good luck and happy trading!
Cumulative Hourly VolumesHello traders!
This indicator shows you cumulative hourly volumes across the instrument history.
It can help you to find time frames with the highest and the lowest activity of traders. Thus, you will know when to jump into the train.
I attached some screenshots to show you how it works with other instruments.
How to get access
You can buy it for only 79$ to get lifetime access
Good luck and happy trading!
Volume Squeeze Momentum by HypesterTradingview is basically composed by reskins of many great contributors such as Chrismood, Lazybear, RicardoSandos and a few others. Without those guys I would not be able to learn how to code PINE - since the "documentation" is horrible and support is basically also non-existent. So thank you!
So here is another contribution to the community, which I chose to not disclose the code since the community usually reskin the code and do not give credit and this code is 100% mine.
I believe that the volume tools available are poor and lagging so here is my contribution.
I use this tool to filter noise and eliminate fake reversal signals, momentum readings and trend changes on my Spectro M. Use at your own risk.
I've added some pre-set volume profiles and trend configs. Also, the bar colors for ease of use, and all of that can be easily turned on/off and changed in the config menu.
Let me know what you think!
net volume of positive and negative volume buy and sell alertThis indicator try to give the mean number of bars in regarding to net volumes
This signal is produce by either cross up the 0 =buy or crossdown the 0 =sell
alerts inside
you can play with length to make optimization
Quantum Tick VolumesMany forex traders assume there is no volume in the foreign exchange market. And they would be correct. There is no central exchange, not yet anyway. And even if there were, what would it report?
What there is however is activity, and this is captured as tick volume. After all, volume is simply displaying activity, the buyers and sellers in the market. So for volume read activity, and for activity read volume – simple.
First, the indicator paints the volume bars the same color as the candles on the chart. This means you can quickly match price and volume bars together. If you’re trading using volume and price as your core methodology, this is imperative. Your analysis will depend on a fast interpretation of the volume price relationship.
Second, the indicator prints a dynamic midpoint based on the daily data, giving you an instant picture of whether the volume is high, medium or low in the time frame selected. Again, this is essential for correctly analyzing the price volume dynamic. After all, what is average volume in the London session, may be high volume in the Asian session. The dynamic midpoint level reveals this instantly on the indicator, helping you make sense of the highs and lows of each volume bar.
ImminentImminent Volume & Rsi Indicator
U can See how Volume & Rsi are overbought or oversold in the same time + Signal Divergence in to Volume vs Price xD
Price Volume - Development BranchPrice*volume.
Not going to give out access, this is for development recording only, please don't ask. Eventually to be merged to OSI.
Bestest Vol boxI do not like how the default volume indicator crowds my chart. So, I made this little thing just for fun. It's the bestest!
Negative Volume IndexHello traders!
This indicator was originally developed by Paul L. Dysart in the 1930s and then described and popularized by Norman G. Fosback in his book "Stock Market Logic: A Sophisticated Approach to Profits on Wall Street" .
Like and follow for more cool indicators!
Happy Trading!
Positive Volume IndexHello traders!
This indicator was originally developed by Paul L. Dysart in the 1930s and then described and popularized by Norman G. Fosback in his book "Stock Market Logic: A Sophisticated Approach to Profits on Wall Street"
Like and follow for more cool indicators!
Happy Trading!
Trader Set - Volume MomentumThis is a Momentum indicator but on "Volume" The formula is heavily tweaked version of TSI with chance of using different averaging types, the period numbers are fixed and user don't need to type anything for them!
Please don't contact me for getting access, these tools are available for my students only. These are part of my "methodology" that I teach. The English version of the website and learning material is under development and I will announce it under each related script when they are ready so that those who are interested can participate in the course.
Mohab sessionstudy("Mohab Fx Sessions", overlay=false)
t1 = time(period, "0630-0800")
t2 = time(period, "1130-1300")
t3 = time(period, "2330-0200")
t4 = time(period, "2200-2300")
t5 = time(period, "1400-1515")
t6 = time(period, "2000-2115")
t7 = time(period, "0800-0905")
t8 = time(period, "0500-0605")
London = na(t1) ? na : blue
NY = na(t2) ? na : red
Tokio = na(t3) ? na : yellow
Sydney = na(t4) ? na : lime
Londonclose = na(t5) ? na : navy
NYclose = na(t6) ? na : maroon
Tokioclose = na(t7) ? na : orange
Sydneyclose = na(t8) ? na : green
bgcolor(London, transp=30, title="London OP")
bgcolor(NY, transp=30, title="New York OP")
bgcolor(Tokio, transp=30, title="Tokio OP")
bgcolor(Sydney, transp=30, title="Sydney OP")
bgcolor(Londonclose, transp=30, title="London Close")
bgcolor(NYclose, transp=30, title="New York Close")
bgcolor(Tokioclose, transp=30, title="Tokio Close")
bgcolor(Sydneyclose, transp=30, title="Sydney Close")
Zcash/USD Total VolumesHello traders!
This tool shows you Zcash/USD total trade volumes from the all (well, almost) cryptocurrency exchanges on different timeframes.
Supported timeframes
"1"
"3"
"5"
"10"
"15"
"30"
"45"
"60" - 1 hour
"120" - 2 hours
"180" - 3 hours
"240" - 4 hours
"300" - 5 hours
"360" - 6 hours
"420" - 7 hours
"480" - 8 hours
"540" - 9 hours
"600" - 10 hours
"660" - 11 hours
"720" - 12 hours
"780" - 13 hours
"840" - 14 hours
"900" - 15 hours
"960" - 16 hours
"1020" - 17 hours
"1080" - 18 hours
"1140" - 19 hours
"1200" - 20 hours
"1260" - 21 hours
"1320" - 22 hours
"1380" - 23 hours
"D"
"2D"
"3D"
"W"
"M"
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Monero/USD Total VolumesHello traders!
This tool shows you Monero/USD total trade volumes from the all (well, almost) cryptocurrency exchanges on different timeframes.
Supported timeframes
"1"
"3"
"5"
"10"
"15"
"30"
"45"
"60" - 1 hour
"120" - 2 hours
"180" - 3 hours
"240" - 4 hours
"300" - 5 hours
"360" - 6 hours
"420" - 7 hours
"480" - 8 hours
"540" - 9 hours
"600" - 10 hours
"660" - 11 hours
"720" - 12 hours
"780" - 13 hours
"840" - 14 hours
"900" - 15 hours
"960" - 16 hours
"1020" - 17 hours
"1080" - 18 hours
"1140" - 19 hours
"1200" - 20 hours
"1260" - 21 hours
"1320" - 22 hours
"1380" - 23 hours
"D"
"2D"
"3D"
"W"
"M"
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Litecoin/USD Total VolumesHello traders!
This tool shows you Litecoin/USD total trade volumes from the all (well, almost) cryptocurrency exchanges on different timeframes.
Alerts included.
Supported timeframes
"1"
"3"
"5"
"10"
"15"
"30"
"45"
"60" - 1 hour
"120" - 2 hours
"180" - 3 hours
"240" - 4 hours
"300" - 5 hours
"360" - 6 hours
"420" - 7 hours
"480" - 8 hours
"540" - 9 hours
"600" - 10 hours
"660" - 11 hours
"720" - 12 hours
"780" - 13 hours
"840" - 14 hours
"900" - 15 hours
"960" - 16 hours
"1020" - 17 hours
"1080" - 18 hours
"1140" - 19 hours
"1200" - 20 hours
"1260" - 21 hours
"1320" - 22 hours
"1380" - 23 hours
"D"
"2D"
"3D"
"W"
"M"
How to get access
Buy for only 25$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Stellar/USD Total VolumesHello traders!
This tool shows you Stellar/USD total trade volumes from the all (well, almost) cryptocurrency exchanges on different timeframes.
Alerts included.
Supported timeframes
"1"
"3"
"5"
"10"
"15"
"30"
"45"
"60" - 1 hour
"120" - 2 hours
"180" - 3 hours
"240" - 4 hours
"300" - 5 hours
"360" - 6 hours
"420" - 7 hours
"480" - 8 hours
"540" - 9 hours
"600" - 10 hours
"660" - 11 hours
"720" - 12 hours
"780" - 13 hours
"840" - 14 hours
"900" - 15 hours
"960" - 16 hours
"1020" - 17 hours
"1080" - 18 hours
"1140" - 19 hours
"1200" - 20 hours
"1260" - 21 hours
"1320" - 22 hours
"1380" - 23 hours
"D"
"2D"
"3D"
"W"
"M"
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
Ripple/USD Total VolumesHello traders!
This tool shows you Ripple/USD total trade volumes from the all (well, almost) cryptocurrency exchanges on different timeframes.
Supported timeframes
"1"
"3"
"5"
"10"
"15"
"30"
"45"
"60" - 1 hour
"120" - 2 hours
"180" - 3 hours
"240" - 4 hours
"300" - 5 hours
"360" - 6 hours
"420" - 7 hours
"480" - 8 hours
"540" - 9 hours
"600" - 10 hours
"660" - 11 hours
"720" - 12 hours
"780" - 13 hours
"840" - 14 hours
"900" - 15 hours
"960" - 16 hours
"1020" - 17 hours
"1080" - 18 hours
"1140" - 19 hours
"1200" - 20 hours
"1260" - 21 hours
"1320" - 22 hours
"1380" - 23 hours
"D"
"2D"
"3D"
"W"
"M"
How to get access
Buy for only 20$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!
ETHUSD Total VolumesHello traders!
This tool shows you ETHUSD total trade volumes from the all (well, almost) cryptocurrency exchanges on different timeframes.
Supported timeframes
"1"
"3"
"5"
"10"
"15"
"30"
"45"
"60" - 1 hour
"120" - 2 hours
"180" - 3 hours
"240" - 4 hours
"300" - 5 hours
"360" - 6 hours
"420" - 7 hours
"480" - 8 hours
"540" - 9 hours
"600" - 10 hours
"660" - 11 hours
"720" - 12 hours
"780" - 13 hours
"840" - 14 hours
"900" - 15 hours
"960" - 16 hours
"1020" - 17 hours
"1080" - 18 hours
"1140" - 19 hours
"1200" - 20 hours
"1260" - 21 hours
"1320" - 22 hours
"1380" - 23 hours
"D"
"2D"
"3D"
"W"
"M"
How to get access
Buy for only 25$ to get lifetime access to this indicator
Like and follow for more cool indicators!
Happy Trading!