Highlights in blue when an inside bar follows an inside bar. Double inside bars (when used on the daily timeframe) are a way of easily finding equilibrium patterns (i.e. pennant shaped price action) on lower time frames. There is usually a strong move in whatever direction these patterns break, so good to have alerts set up for your favourite markets.
Shows the historic bar type, whether it is up, down, up and inside, down and inside, up and outside, or down and outside. Will only display historic bar type based on the selected time timeframe. (Ex. if you are looking at the weekly time frame, you will only see the bar type for Year, Quarter, Month, and Week. It will not display the Day or Hour bar type.)
Updated from V1. Chart the multi-day Volume Weighted Average Price ( VWAP ). Normally, the VWAP is tracked for the current day, from the first bar of the day (regular or extended session). The VWAP shows the current value of: -> sum(hlc3 * volume , barsForDay) / sum( volume , barsForDay), -> where 'barsForDay' is the total number bars that have elapsed during...
A really simple script I made for someone, but also noticed I couldn't find anything like it that's as quick or simple (I may just be dumb) Simply labels out and alerts you when three consequently higher volume bars appear, pretty useless on its own but for crypto, it works great to quickly notice if some important fundamentals suddenly cause the price to rocket....
This is a scaled version of the Forecast Oscillator, paired with a Point of Force Indicator, my modification of an indicator, whose original name and developer happened to be missing on my notes, so my regards to the author). Point of force is a spot from where price action will dynamically evolve in the same direction or soon reverse and pursue that reversed...
Seismic Market Spike Detector v1.0 This indicator helps identify spikes in market activity , typified by bars with extreme open / close or high / low prices. This indicator plots 2 lines. The Blue line simply depicts extreme price movements with in that bar regardless of the initial opening price of the closing price of the bar. This allows you to get an...
hello? Although it is a simple indicator, I decided to disclose it because I thought it was a pretty useful (?) indicator. ** Others may have previously published indicators similar to this indicator. ** Please understand this. ** All charts or indicators disclosed are not guaranteed to result in profit or loss. ** Therefore, please use it as a reference for...
The MA is indicating historical cost on the market. This script will help you observe MA with price and slope. This stript is inspired by LEI & LoneCapital. All thanks to LEI.
This is a simple script that will visually show where buy and sell points occur based upon configurable price action. I wrote this purposefully to evaluate stablecoins and other narrow or fixed ranged markets where algorythms don't generally do well. Putple triangles, pointing up, are buy signals. Purple triangles, pointing down are sell signals Alert...
Somehow there aren't too many renko bars that have the traditional setting built-in so I put one up. This one has the option to choose between Traditional and ATR, the size number corresponds to the option that was chosen. And just in case if anyone wanted, I put up a multi-time frame option to choose the time frame the bars take place. D is for day, W is for...
Price Overlay for Multiple Method Choice Divergence Detection:
This indicator lets you freely customize your price line. Choose between static or dynamic colors for falling/rising prices. In addition you can adjust the following: Line style Thickness Length Direction It is also possible to mix different designs by using a single indicator.
A way to find if price made a big move in a user input given amount of time ago. If it made a move more than the given percent amount, a colored zone will be placed until a given amount of length finishes taking place, and then it will stop coloring the zone. This helps filter out or find stocks that are making or have made too big a price move or were too...
Just a different way to view S&P 500 valuations versus the standard look of looking at raw PE. Current yield of the 10 Year Bonds are used to calculate a fair value for the SPX. This is a methodology that Buffett uses to measure value. Recommend turning off most plots and just plotting PE and/or PE10 percent difference only. The "slope and intercept" inputs...
RSI Price Bands By Ricardo Santos and JR Have you ever wondered what RSI would look like as a Band? Well here it is. First premier Trading View special, RSI Price Band. Red shows overbought and Green shows oversold. You can also adjust what levels you prefer for overbought and oversold, and what additional RSI lengths you would like to see displayed on the chart..
Greetings Traders! I have decided to release a few scripts as open-source as I'm sure others can benefit from them and perhaps make them better.(Be sure to check my Profile for the other scripts as well: www.tradingview.com). This one is called Trade Manager. How To Use Trade Manager Trade Manager acquires potential targets by measuring the Average Change of...
VWAP Oscillator - Awesome Oscillator but using different period Volume Weighted Average Price values instead of moving averages. Used to get an idea of the momentum of price movements and when momentum might be reversing.