NixTrading Volume SpikesNix Volume Spike (NixVS) is a volume-based indicator that detects high volume spikes and colors corresponding bars. There are two types of such bars: reversal and continuation. It is up to the trader to decide which is which based on market conditions (maturity of the trend, overbought/oversold etc). Best used with margin zones. This indicator is private.
Coded by super55
BARS
FUNCTION: Specify lengths in time (or bars) This is a function to give measures in time rather than bars...
I often want to measure in things in time rather than bars and change the sample rate (the candle size)
without reconfiguring my settings. This is a handy function for setting you input lengths in time units
(or bars when you want that)
For example
I want a 3 hour moving average, regardless of whether I have 5 minute candles or 30 min candles...
I want a 200 day moving average, regardless of whether I have 1 day or 1 week candles...
This is designed for you to put in your own scripts for your own purpose, but you can use this as is for time constant moving averages
or as an indicator on an indicator.
This shows the same moving averages 45 min / 3 hours in aqua / fuchsia and 1 day / 1 week in red / green
First row: On an extended session chart with 10m, 30m and 60m candles (all of them use the same settings (day length is 16 hours) everything else default.
Second row: On a standard session chart with 10m, 30m and 60m candles (all of them use the same settings everything else default.
Kaz Style BarsChange bar colors based on above or Below EMA
I use it to match Kaz's bars look on my charts
UDIO BarsUp-Down-Inside-Outside Bars
I prefer to see bars in a simpler fashion that is more logical.
An UP BAR is a bar when the market makes a high that is higher AND when the low is higher than the bar before.
A DOWN BAR is when the market makes a lower low AND a lower high.
The UP or DOWN BAR is not based on the close-to-close movement which is also called NET CHANGE for the bar AND it also disregards the open-close movement as well, which can be misleading more often than not.
This allows you to easily see periods of INDECISION when the bars are painted black because if the bar isn't RED or GREEN, it will be painted black.
INSIDE bars and OUTSIDE bars are INDECISION days.
INSIDE BARS: The market wants to wait for news or has exhausted itself on an INSIDE bar. The market makes neither a higher high or a lower low. Instead, the market trades in a tighter range inside the high and low of the bar before. Hence the name "inside bar".
OUTSIDE BARS: The market exhausts one side of the market after a new high or new low, then reverses and stops out anyone outside the range of the bar prior. Essentially, neither side of the market is strong on an OUTSIDE bar. Outside bars can cause sharp losses for trend traders and if you see many of them near each other, the market is preparing itself for a large move one way or the other.
UDIO = Up Down Inside Outside and I think it is a tool you all will want to use to make your charts tell a story and alert you to important price levels.
After a long trend of green and red bars, you may find that there are many black bars starting to appear and that can be a sign the trend is ending and is ready to reverse.
Dreadblitz BarsThese bars can give you good opportunities if you know how to analyze the context.
blue=bullish
black=bearish
thumbs up
Cumulative Overlapping Volume BarsThis is cheap replacement for volume profile.
Red bars is where accumulated high volume in small range.
if new bar moves out of range all accumulated volume will be lost and color will change.
QS Jamaica SetupThis indicator plot several indicators togheter including WMA30, Supertrend ATR, pivots points and the QS Jamaica Bars
Improved Volume Bars IVB"IVB" is an attempt to improve volume analyze using classical volume bars , focusing on market cycle phase recognition and noticing cycle onset/peak points
V.01
BossHouse - Price ChangeBossHouse - Price Change
What it is:
In the stock market, a price change is the difference in trading prices from one period to the next or the difference between the daily opening and closing prices of a share of stock.
Here you have a timeline with a bar price change. In seconds you can see if the selected market has good and high price changes or not.
The values are in percentage and you have a limiter in the settings, so you can show only bar/values above a value. Ex. 2.4%.
Why it Matters:
Price changes are a core component of financial analysis, and predicting price changes can be as, if not more, important than an actual price change.
It is important to remember, however, that percent-based price changes are useful only in the context of the number of dollars involved.
A 75% change in the price of a company X, for example, may only involve a few dollars while a 75% change in the price of company Y may involve thousands of dollars.
Settings:
Show the SMA 21 line
Minimum Limit - Set the minimum value to show a bar
Calculation:
For example, let's say Company XYZ shares opened at $25 this morning and closed at $24.
The price change is -$1, or -$1/$25 = -4%.
Any help and suggestions will be appreciated.
Marcos Issler @ Isslerman
candle barsI am trying to count volumes over a period of time. So that turned out awkwardly.
Why is it, I do not understand. I did not see anything special about this topic. If someone digs on this topic, I ask for links. Why publish, well, if I take something from the community, I have to return something). Russian himself, so google translation. With zeros do not know on input. By default I enter numbers of candles, like draws
SadLittleThings Price Compare With Offset MTF by RRBSadLittleThings Price Compare With Offset MTF by RagingRocketBull 2018
Version 1.0
This indicator lets you compare multiple assets across different timeframes, supports offsets and alpha multipliers.
Standard TradingView Compare doesn't have Offset/Timeframe/Multiplier options, hence this indicator.
Features:
- compare current asset's price with 2 custom ext OHLC sources
- plot sources as lines/bars/candles
- use offset:
- for lines - both positive/negative offsets, unlimited
- for bars/candles - only positive offsets <= 5000
- specify timeframe for each source
- uses timeframe textbox instead of input resolution dropdown to allow for 240 120 and other custom TFs
- support for timeframes in H: H, 2H, 4H etc
- show/hide sources
- colorize sources
- convert source price to 1000s, mlns, or blns using alpha multiplier
- total bars counter
Notes on using offsets:
- Max offset is defined by study max_bars_back which is limited to 5000 for free accounts. This variable specifies the number of history bars an indicator can access.
- if you see the 'internal server study error' => one of the indexes of ohlc series is out of bounds (i.e. close ) => decrease the offset <= 5000 or switch to line type
- you will be limited only by the total number of bars in history (n) +/- 1 full screen of empty bars
- you can't scroll past the beginning of history - 1 empty screen and past the end of history + 1 empty screen to be able to still see the line with applied offset
- before applying a large offset, scroll back long enough to make sure you have enough history loaded
- if you have a long history the indicator will get slower, its UI less responsive. Reloading the page may fix that.
- you will not see source's history past the beginning of the current asset - open the chart with the longest history first (i.e. BLX, not COINBASE)
- Make sure that the Left Price Scale shows up with Auto Fit Data enabled. You can reattach the indicator to a different scale in Style.
- you may not be able to plot intraday TFs < current TF, because free accounts are limited to TFs >= D1 (i.e. D, 2D, 3D, W), but you can still plot, say, H4+ on a lower TF H1 chart
1. uses plot*, security, change
MTF candles by yatrader2Get higher time frame candles overlaid on a lower timeframe chart.
Add 1H candles on 1M or 1D on 30M
Overlaid candles feature wicks and multiple display options to customize appearance.
Add the indicator multiple times to get MTF (multiple time frames) all on one chart.
Simple Gaps for use on Bar ChartsThis script identifies when price gaps up and gaps down, represented by green and red box icons respectively.
Future enhancements to this script will work across Candle charts and will indicate the size of the script, perhaps with more prominent colours.
Please suggest improvements as you see fit. Thanks, and enjoy.
Deribit ChartsCurious what the price is on Deribit and can't wait for the new charts to be posted on TradingView? This gives you an overlay of their price bars based upon how they calculate their derivative.
Real Candles with Support & Resistance by Emiliano Mesa Public VReal time support & resistance levels with something I like to call real candles. This is a complex overlay indicator which uses several algo's to calculate a real support and resistance level.
(To be honest I wasn't even going to release it to the public, so please do leave positive feedback... This indicator has over 100 lines and took me several hours of hard work. So I do appreciate your support <3 )
Features:
- Real Candles (Evaluates price action and gives each candle a different color based on how bullish or bearish they are)
- Adaptive S/R levels (This are real time support & resistance levels found with algo's, they are most likely to be respected again)
- Confirmed S/R levels with Experimental EMA (Are more likely to be respected than adaptive S/R due to a confirmation by Experimental EMA & KC)
-Squeeze Bars (Fuchsia colored bars which indicate a squeeze in the market)
-Trend Lines (Work in progress, if you have functioning trend lines I do appreciate any feedback on how to work them out. Not in public version)
Key:
Real Candles:
1) Green : Bullish
2) Red : Bearish
3) Lime : Strong Bullish
4) Black : Strong Bearish
S/R:
1) Green: Support
2) Red: Resistance
3) Orange: Previous S/R levels
4) Blue: Confirmed level of S/R
Squeeze:
1) Fuchsia: Squeeze
Chart Theme - Change Bar and Background Colors using HEX #sAdds aesthetic ability to charts by allowing the trader to change the color of the bars, background, and plots using HEX colors, rather than TradingView's limited color selector box. This makes for easy application of color palettes to charts. The color palettes can be saved as indicators and applied quickly, as desired.
Moving Average & PriceBars that change color to red/green when the price closes below/above Simple MA
Volume Strength Candles / Colored BarsIs Price Action Higher or Lower on STRONG or WEAK VOLUME from lookback
(Strong or Weak Bulls // Strong or Weak Bears)
Candles / Bars Indicate the Following (default 13 period lookback / Length)
MAROON Bear Candle with STRONG VOLUME more than 150% of the lookback / length (13 default), STRONG Bear Candle Confirmed With Volume
RED Bear Candle while VOLUME is BETWEEN 50% & 150% of the Lookback / Length (13 default), Neutral Bear Volume Neither strong or weak
ORANGE Bear Candle with WEAK VOLUME (Less than 50% of the Length / Lookback)
DARK GREEN Bull Candle with STRONG VOLUME MORE than 150% of lookback
GREEN Bull Candle with Neutral VOLUME BETWEEN 50% & 150% of the lookback / Length
AQUA Bull Candle with WEAK VOLUME less than 50% of the Lookback
Is price confirmed by volume?
Can Change the Lookback / Length from 13
Can Change the Colors and Transparency to easily see based off your chart background colors I recommend ZERO Transparency to easily identify volume strength (i use white background but many use black or other)