Brooks 18 Bars Overview: This indicator allows traders to specify a time frame within each trading day and plots lines at the highest and lowest prices recorded during that period. It is particularly useful for identifying key levels of support and resistance within a specified time range. Features: User-Defined Time Frame: Traders can input their...
Good morning, Here is my first script as a pinecoder. So I present to you my indicator: the “Candles Theme”. Instead of searching for a long time in the chart settings to change the style of the chart, you can use this indicator which offers: - 8 default themes. - The ability to create a custom theme. Themes : - Pink - Blue : Dark and Light - Classic : Dark...
Description When an inside bar is found, the indicator remembers the high and low (= range) of the candle before the inside bar. As long as price moves within the range, every bar is highlighted as an inside bar to the range. Purpose The indicator can assist when identifying valid pullbacks and buy-side liquidity (BSL) / sell-side liquidity (SSL).
OHLC candles plot of the Williams VixFix indicator, which allows to draw trend lines. Williams VixFix is a realized volatility indicator developed by Larry Williams, and can help in finding market bottoms. Indeed, as Williams describe in his paper, markets tend to find the lowest prices during times of highest volatility, which usually accompany times of highest...
Library "NumberOfVisibleBars" This library calculates the number of visible bars on the user screen NumberOfVisibleBars(No) Calculates the number of visible bars on the user screen Parameters: No : paramters needed Returns: The numbers of visible bars on the user screen (int)
Market Sessions Day & Candles JRA V2.0 This indicator will allow you to: - Create boxes for the Market Hours for: '♯1 SESSION TOKYO' '♯2 SESSION LONDON' '♯3 SESSION NEW YORK' You will be able to change the Hours depending your TimeFrame You will be able to extend the boxes for the Market Hours and Have Fibonacci Levels on it. - With every one of it you can...
"Extreme Bars" is a simple but useful indicator that marks overbought and oversold candles. This indicator paints candles that fall far above the average red, and the candles that rise above the average green. Of course, they can change these colors if they want. "Extreme Bars" can be interpreted in many different ways. The starting points of colored candles can...
█ OVERVIEW This library is a Pine programmer’s tool containing functions that return values calculated from the range of visible bars on the chart. This is now possible in Pine Script™ thanks to the recently-released chart.left_visible_bar_time and chart.right_visible_bar_time built-ins, which return the opening time of the leftmost and rightmost bars...
Hello! Not much special about this script; you can use date & time, or bar count, to ascertain the number of bars in a time period for backtesting. This script can be used in conjunction with large scripts incorporating complex intricacies that won't load on 20,000+ bar data sets. If your script's load time transcends the TV allotted load time - use this...
Custom Candles /FVG/ nSideBar - I used this as a learning project for understanding plot()'s Better - My goal was to see if I could use normal plots to cleanly plot FVGs on the chart using only plots with out and boxes/lines The problem was if multiple FVGs were on back to back bars the plot fill would fill the line to the next FVG/Bar I solved this by...
A trend indicator FiboBars Extended , the main purpose of which is to confirm the trend and cut off market noise. In his logic, he uses the Fibonacci sequence. Two settings are used to account for noise suppression accuracy: Period - number of calculation bars Level - Fibonacci number selection
Library "Last_Available_Bar_Info" getLastBarTimeStamp() getAvailableBars() This simple library is built with an aim of getting the last available bar information for the chart. This returns a constant value that doesn't change on bar change. For backtesting with accurate results on non standard charts, it will be helpful. (Especially if you are using...
I took the script for the built-in indicator for candle bodies of a higher timeframe (www.tradingview.com) which has a fixed border width and style and added the possibility to customize both the border width and the border style or to even disable the display of any border at all, which makes the presentation of those boxes more flexible.
The Ultimate Volatility Indicator was created by Richard Poster (Stocks and Commodities July 2021 pg 21) and this is a very simple but effective indicator. The idea behind volatility indicators is that when the indicator rises above a certain threshold then volatility is high enough and you can make a good amount of money riding the trend in the current direction...
Probability of bars in the same direction based on historical data.
This script helps to get a better view on the volatility of the price. Each bar represents the high and low of the candle calculated derived from the open price. It can help to get an insight on the volatility .
Tick Renko, bars are formed on live chart. note:there is a issue that creates artifacts while there is not enough history loaded.