Wskaźnik Wolumenu
HEAVI - HawkEye Aggregated Volume IndicatorThis is combined Aggregated BTC Exchange Volume by Neobutane with HawkEye volume clone indicator by LazyBear.
Indicator includes aggregated raw BTC volume from 9 user selectable fiat and tether exchanges + Exponential MA + hawkeye bar coloring where: green is bullish volume, red - bearish and white - volume neutral to the market:
Bitfinex
Coinbase
Bitstamp
Kraken
Binance
Poloniex
Bittrex
bitFlyer
Bithumb
🥢 Crypto-Sticks: Commodity Channel Index 1.0 by Cryptorthyhms🥢 Crypto-Sticks™ CCI
A new series of indicators brought to you by Cryptorthyhms...giving you an alternate look at your trusted favorites!
🚀 Indicator Specific Info
I have found this indicator to show divergences as shown on the main chart. It also iuncludes the standard signaling system from CCI allowing you to define overbought and oversold zones. This indicator is freely available for anyone from the public library.
🚀 Crypto-Sticks General Info
💭This series isnt polished 100%, and I have some more options I will add in the future. But for now, I want to just release them, as I am not sure when I will have the time to put more work into them (many other big projects I am working on).
📊Its basically reinterpretations of all your favorite indicators. I calculate the values a little bit differently than normal, but the end result is creating a candlestick chart (for the indicator!). Then I added the option to plot them as Heiken Ashi candles to smooth out noise and make signaling easier. Here's how it looks as Heiken Ashi:
🔊Lastly I implemented a Volume Weighting system for them all which simply integrates volume into the formulas for these indicators. For the most part this feature is experimental and doesn't provide huge utility (yet - I have other ways I want to try it as well - just no time). Though on some of the indicators it already shows great promise. Here is Volume Weighted + Heiken Ashi:
👍Enjoying this indicator or find it useful? Please give me a like and follow! There are many more indicators to be released in this series, not to mention I post crypto analysis and other free indicators regularly.
💬Questions? Comments? Want to get access to an entire suite of proven trading indicators? Come visit us on telegram and chat, or just soak up some knowledge. We make timely posts about the market, news, and strategy everyday. Our community isnt open only to subscribers - everyone is welcome to join.
Multi Time Frame VolumeThis is a standard Volume indicator with options to allow different configurable daily and weekly MA length. All other chart time frame (besides daily and weekly) will be using the default MA length value.
On top of the configurable daily and weekly MA length, a dot is displayed for volume x% > current MA length. This is to indicate institutional buying when volume is above certain %.
Default, daily and weekly MA length are configurable. % of increase above the MA length is also configurable. Here are the default value, Default = 20, Daily MA length = 50, Weekly MA length = 10, Institutional Purchase (blue dot) = 40%.
Ultimate Money Flow (UMF), Stoch, Multi Time Frame (MTF) [cI8DH]This indicator adds stochastic, multi time frame, signal line, histogram, and bar coloring options to my previous indicators. It can also replicate standard Money Flow Index ( MFI ), Chaikin's Accumulation/Distribution Line ( ADL ), On Balance Volume ( OBV ) and Price-Volume Trend ( PVT ). This indicator can be used for analyzing momentum, buy/sell pressure, overbought/oversold conditions, and trendiness/choppiness, as well as identifying swings (stoch). Chart below shows example multi-TF setup with bar coloring.
For analyzing price, I made a similar indicator based on Absolute and Relative Strength Indices, which you can find in the link below.
Equation
Here is part of the code used in the script: pastebin.com
Standard MFI, OBV, ADL and PVT
To validate the calculations, I stacked UMF on MFI, OBV, ADL, and PVT in the chart below (100% overlaps validate the calculations). It also shows how you can replicate these indicator if you'd like to use them, or if you want to make your own custom indicator by combining features from different indicators. I do not recommend MFI, ADL or OBV; read "why invent a new indicator" section below. (bear in mind that MFI scale is 0-100, while UMF scales is -100 to 100)
Money Flow based on "Balance of Power" (this is the default mode)
Balance of Power (BoP) equation is: (close - open) / (high - low)
In my opinion, BoP is the most accurate equation to measure the amount of volume accumulated or distributed. I used BoP in my previous open source indicators ADV , ADL , ADP and ADMF . I applied the "True Range" fix to BoP equation similar to what Twiggs did on CMF .
Aggregation Method
By changing aggregation methods, you can replicate my previous indicators which are also linked at the bottom of this page. Please read more about their applications in their respective pages.
aggregation method = Cumulative => ADL indicator: accumulation/distribution (price factoring should be turned off)
aggregation method = MA => ADMF indicator: accurate buy/sell pressure, momentum and divergence
aggregation method = MA Percent => ADP indicator: overbought/oversold conditions, buy/sell pressure, momentum and divergence, failure swings
Smoothing, signal line and histogram to detect trend and choppiness
You can apply additional smoothing to UMF. Also, you can add a signal line and histogram (histogram is the difference between main line and signal line). To do so, set the signal length to a number greater than one. Signal line can help you detect changes in trend similar to the signal line on MACD. If signal line criss-crosses UMF, it shows market is choppy. The worst case is when this criss-crossing coincides with UMF flattening near neutral line and histogram height is short; that means market is ded (until it is not; expansion following a contraction period is a common phenomena)! (Bear in mind that histogram will not show in stoch mode.)
Stochastic
To enable stoch, change the stoch length to a number greater than 1 (default stoch length for the built-in stoch RSI is 14). This length should be calibrated depending on TF and asset. If done correctly, it can be a powerful tool for identifying swings. Stoch can be combined with any aggregation method. I recommend using stoch with MA or cumulative aggregation methods. For conventional uses of stochastic, please read www.tradingview.com(STOCH) and www.tradingview.com(STOCH_RSI).
Experimental Bar coloring Feature
There is an option to color bars depending on UMF's position relative to the signal line. If both TFs are used in coloring and they are in disagreement, the TF with greater histogram height wins. There are two shades of green and red. The darker shade means both TFs agree. If you use the signal line, bar coloring can help with calibrating the indicator (play with parameters until you see a good looking chart i.e. a lot of green candles followed by a lot of red candles in a row). Please note that bar colors might change until candle(s) close(s). The bar coloring rules will most likely change in the future.
Notes
- Uncheck "Factor Price" for Bitmex or any other exchange that shows volume in terms of money.
- UMF is a replacement to ADP , ADMF and ADL , so no more updates for the old indicators!
- Smooth MA length N = EMA length 2*N-1
- Combined tickers, e.g. (COINBASE:BTCUSD+BITSTAMP:BTCUSD+KRAKEN:XBTUSD)/3, can mitigate inconsistency issues between different exchanges (I recommend not mixing USD and USDT pairs together)
Why invent a new indicator
I have spent a great deal of time to find the best equation that represents accumulation/distribution. Each of the well-known methods have a major flaw.
- Winner-take-all problem
MFI, OBV and to some extent Williams AD assign accumulation or distribution based on the direction of change in price. They don't account for the amount of change. That means the indicator does not differentiate between a full candle and a doji candle.
- Extreme divergence problem
Chaikin tried to avoid winner-take-all problem. However, he ended up with a solution that, in my opinion, is even worse. A big flaw of Chaikin's indicators is that they can diverge too much from price. Most responsive indicators in this class, require at least two candles to diverge from price, but CMF/ADL can diverge in a single candle. Chaikin used the same component ( aka Chaikin's money flow multiplier) in both CMF and ADL. CMF 's flaws may not be as visible because it is a normalized oscillator. However, this common flaw is more evident in accum/dist indicator which keeps all past information in its memory. As you can see in the chart below, accum/dist is constantly rising during an obviously distribution period.
ADV (Volume)
ADP
ADMF
ADL
Please give a like, and share the interesting configurations you find in the comments.
Volume spikesSimple indicator which shows volume spikes.
By default spike is defined as such when volume is 2 times higher than average volume for last 10 volume bars (this can be changed in settings)
Also instead of using average volume (SMA is used in this case) you can use WMA or EMA by changing settings
Volumezones-mtfso adding MTF function to the volumezone indicator make it nicer
i suggest that you play with setting untul you find best optimazation (here it set to one hour graph with 120 min time frame)
you can put the exit on 90 instead of 70 for better result
so have fun
Institucional VolumeAccording to Anna Colling, we should analyze the spreads together with the volume "VSA", the work in this script was to make the study of the volume of visual form, in this way we focus only on the candle spread, since the volume is represented by colors and their respective activities
Red Candles = Ultra High Volume
Orange Candles = Very Hight Volume
Candles Yellow = Volume Hight
White Candles = normal volume
Aqua Candle = Low Volume
GapologyThis indicator can be used as a simple measure of price action tradability. It's an alternative to volume that focuses on the gaps between close and open candle prices. The bigger the gaps, the more spread and slippage you'll get when trading.
Volume + Margin Toolkit (Longs & Shorts)-predicts volume on current bar based on how long is left in the bar
-shows how much volume is spent on margin positions
-shows how much buy & sell volume on margin positions
-shows volume in fiat value
-normalized view shows percent of volume spent on margin
-sma
-enter the security name for shorts & longs data, by default it is set to BITFINEX:BTCUSDLONGS and BTCUSDSHORTS.
PlutusX BreakoutHello PlutusX Family,
We created this GBPUSD breakout strategy for you all. This strategy can be easily automated on your broker account. This strategy is SPECIFICALLY for people who have no time to stare at charts (like me), or do not necessarily want to learn technical analysis.
Currency Pair: GBPUSD
Time Frame: Any (H1 is better)
Trading Rules:
1- Open your chart on 08:00 AM (GMT), or 02:00AM MST.
2- This strategy will find Max & Min price to use for later, in addition to 2 t/p zones.
3- You have 2 numbers. Maximum Price & Minimum Price. Now should open 2 pending orders:
Buy Stop:
At: Maximum Price Line + 2 pips
T/P: 1st dotted line above the Maximum Price Line
T/P: 2nd dotted line above the Maximum Price Line
S/L: Minimum Price Line - 2 pips
Expiratory: Next trading day at 08:00 AM (GMT)
Sell Stop:
At: Minimum Price Line - 2 pips
T/P: 1st dotted line below the Minimum Price Line
T/P: 2nd dotted line below the Minimum Price Line
S/L: Maximum Price Line + 2 pips
Expiratory: Next trading day at 08:00 AM (GMT)
4- Now you can even turn off your computer and sleep. If any of above pending orders activated, let it touch T/P or S/L itself. It may take some hours or even some days. Please never close it manually.
Inactive pending orders will expire next trading day at 08:00 AM (GMT). At this time you should go to the first stage and repeat this cycle for the next day.
--
I'd recommend that you use this in addition to your technical analysis. Be aware of fundamental news such as NON-Farm, FOMC, etc. Those news sources tend to create intense volatility in the FX market and could trigger buy & sell orders simultaneously. In which, I'd suggest a technique called fading. Video on that soon.
Now that my TED Talk is over on blockchain I can be more active with the trading series and technical analysis.
Be sure to use the PlutusX EMA script that I created for BTC as well.
--
I created this script as a "study" with TV so that means there are now values assigned to W/L ratio or P/L. However, you can easily visualize the P/L and W/L ratio and from our count, we are experiencing a 73% win ratio with ~120% gains YoY. Not bad for an easily automated strategy.
--
ATTENTION
We are not accountable for the loss that may occur from using this strategy. This is merely a tool for your trading arsenal. Trading involves risk to lose some or all of your money. Past results are NOT indicative of future returns. Trade carefully my friends.
Volume Oscillator Divergence PointerThis script points regular and optionally hidden types of bullish and bearish Volume Oscillator 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.
Note : This is not a highly accurate indicator. You can use it with other indicators for confirmation.
Relative Volume - VPA / VSA / Better VolumeVolume is important.
Volume is VERY important.
But all the existing methods of volume analysis and order flow analysis fall into the same trap: they're all extremely complicated, hard to learn, and difficult for the human brain to distill down to an actual, tradable signal.
The Relative Volume Gradient Paintbars indicator seeks to address this issue by reducing and simplifying concepts from Volume Price Analaysis (VPA), Volume Spread Analysis (VSA), and Market Profile / Volume Profile into a single indication with varying levels of intensity. Rather than adding more complex symbology and cluttering up your charts with arrows and signals and lines as many volume indicators do, relative volume intuitively takes advantage of the dimension of color, and plays to your brain's automatic recognition of color intensity to highlight areas of interest on a chart where large volumes are being traded. These areas can in turn point out levels of support and resistance, or show strength in a move, exposing the actions of larger market participants that are behind a move.
The Relative Volume indicator can calculate based on a time-segmented / time-based / bar-specific average of volume, adjusting for some of the typical spikes in volume that happen at the beginning and end of a trading day; Or it can be calculated based on any length and type of moving average of volume that is desired: simple, exponential, weighted, Wilders, price-weighted, Hull, or TEMA.
This indicator does more than just normal relative share volume. It can also do relative volume-per-range. The idea behind this setting is that when more volume is being traded but very little movement is happening, this can indicate substantial support or resistance, where a lot of trades are likely being absorbed by larger operators. You can choose your own range calculation for this setting, whether you prefer True Range, high-low range, candle body range, close to close range, or any of several other custom settings.
Moreover, the levels or thresholds at which the color intensity changes are completely user-controlled, so you can adjust them upward to tune out more noise, or downward to increase the level of sensitivity. In addition, all of the colors for each of the thresholds are completely user-controlled.
We hope to see TradingView add support for Richard Arms' CandleVolume or Equivolume before too long, as well as Tick Volume or Trade Count Volume data, all of which can add a lot of power to this method of trading.
Manipulation IndicatorThis indicator is based on SMA, EMA, Volume, Price Action and more! All in order to find where the BIG BEARS & BIG BULLS are at! This big fishes are able to add huge ammounts of volume in the direction they want, and move the prices. Fact is this indicator shows if the big fish is either a bull or a bear, best entries, targets, exits, and more!
Trade with the trend, not against it
Emiliano Mesa Uribe
Inquires: emilianomesauribe2000@live.com
How it Works?
When the oscillator turns the background red a BIG BEAR has been found. When it turns Green a powerfull bull has been found, furthermore the blue histogram shows high ammount of volume.
The indicator has been tested on 5 min stocks. And with the default values.
JSE Wyckoff Wave Volume Code// The Stock Market Institute (SMI) describes an propriety indicator the "SMI Wyckoff Wave" for US Stocks. This code is an attempt to make a Wyckoff Wave for the Johannesburg Stock Exchange (JSE).
// The JSE Wyckoff Wave is in a separate code. This is the code for the volume of the wave. Please see code for the JSE Wyckoff Wave which goes with this indicator.
//
// The Wave presents a normalized price for the 10 selected stocks (An Index for the 10 stocks).
// The theory is to select stocks that are widely held, market leaders, actively traded and participate in important market moves.
// This is only my attempt to select 10 stocks and a different selection can be made.
// I am not certain how SMI determine their weightings but what I have done it to equalize the Rand value of the stock volumne so that moves are of equal magnitude.
// The then provides a view of the overall condition of the market and volume flow in the market.
//
// I have used the September 2018 price to normalize the stock price for the 10 selected stocks based. The stocks and weightings can be changed periodically depending on the performance and leadership.
//
// Please, let me know if there is a better work around this.
The stocks and their weightings are:
"JSE:BTI"/0.79
"JSE:SHP"/2.87
"JSE:NPN"/0.18
"JSE:AGL"/1.96
"JSE:SOL"/1.0
"JSE:CFR"/4.42
"JSE:MND"/1.40
"JSE:MTN"/7.63
"JSE:SLM"/7.29
"JSE:FSR"/8.25
RefreshAssistantDraws faint orange vertical lines behind bars, for non-refreshed non-historical forward-tested bars. Value is equal to volume of a certain historical bar, for testing purposes.
[frac] Flowrate StrategyThis script employs an algorithm to assess the net volume traded. Entry and exit signals are a function of the MA crossovers. The default settings produce extremely strong results on 4hr charts. Alternative settings set to EMA and a 233 Channel Length also produce very encouraging results on higher resolution timeframes, specifically the 15m-1hr.
pipe_finder. Reversal Indicator for Pipe Top & Bottom Patterns.Simple indicator to find pipe bottom and top patterns.
Definition:
- Pipe Bottom:
- Positive Difference from Open and Close is greater than the average thickness of the last "x" candles multiplied by sensitivity "y"
- The previous candle is red and the current candle is green
- Trend Definition - (Trend for EMA length 'z" has a slope less than 0 or pointed downwards)
- The average of the current and previous candle's volume is greater than the average volume for the last "n" candles.
- Pipe Top:
- Positive Difference from Open and Close is greater than the average thickness of the last "x" candles multiplied by sensitivity "y"
- The previous candle is green and the current candle is red
- Trend Definition - (Trend for EMA length 'z" has a slope greater than 0 or pointed upwards)
- The average of the current and previous candle's volume is greater than the average volume for the last "n" candles.
Settings:
Sensitivity: How thick do the pipe candles have to be? (Greater sensitivity = more alerts)
Candle Thickness Average Period: The number of past candles used for measuring the average body size of candlestick.
Filter EMA Length: Length of the EMA used to filter between bull trends and bear trends.
Volume EMA Length: Length of the volume EMA.
BTC Turn Over Rate (Multi-Exchange) [v2018-08-22]Turnover rate is used to judge the period when the main chip is concentrated and dispersed.
BTC Avarage Volume Indicator 2This indicator shows that volume and candle color of "BTC" pairs on one of the top 4 "BTC" exchanges.
You can easily see the volumes and candle color for "BTC" trading.
* Currently, this indicator can be used by selected people in order to complete private beta test.
* Once testing is completed, this indicator can be purchased.
* If you'd like to use this, please "DM" me and I will provide PayPal information.
About Inputs
* Default Ticker IDs are set as "BITMEX:XBT", "BITFINEX:BTCUSD", "BITFLYER:BTCJPY" and "BINANCE:BTCUSDT".
* Ticker ID can be changed.
* Ticker Label Color can be changed.
* Scale Value Of Sum Of Other Volume can be changed. See the following Important Notice.
* Ticker Label Color can be changed depending on theme color.
* Show/Hide warning(Show=0, Hide=100) can be changed. See the following Important Notice.
* Interval (Timeframe) can be changed depending on timeframe of current chart.
Specification
* barmerge is set as barmerge.gaps_off and barmerge.lookahead_off for every calculation.
Important Notice
* Volume of some exchange is over 100x times compared to other volumes. In this case, value of column chars is manipulated since other column chars come to be invisible and warning will be displayed on the right side of last chart.
* Manipulated column charts is calculated as sum of other volumes by scale which can be changed from "Scale Value Of Sum Of Other Volume" on Inputs