It uses Heiken Ashi candles to detect recent swing high and low. It can be used as a stop-loss or support/resistance indicator.
dear fellows, this indicator is an effort to determine the range where the prices are likely to fall within in the current candle. how it is calculated 1. obtain a. gain from the open to the high b. loss from the open to the low in the last 20 (by default) candles and in the last 200 (10*20 by default) candles 2. perform a. the geometric average (sma of the...
Library "inChart" determine if price value is between chart high + x% and low - x% on the visible chart. inChart()
An effective way of finding swing tops and bottoms on a chart. This indicator detects both, history-tested and potential swing highs and lows. It does so by comparing current high or low with the last X candles into history and if it finds at least Y candles with a high/low at the approximately same price level, it will mark this high/low on a chart. This...
About This Indicator This indicator plots support (pivot low) and resistance (pivot high) using the chart timeframe and second editable timeframe. How it can be useful Having higher timeframe support and resistance plotted on a lower timeframe chart helps keep you grounded in the current range the price is in. This can be useful when wanting to avoid taking...
Basically the same script than Carusolnsights but without hidding the lines of code... "This indicator displays the net number of stocks on the Nasdaq Composite making 52-week highs or lows. For instance, if there are 60 new 52-week highs and 20 new 52-week lows, the net number will display 40 net new 52 week highs. This indicator is particularty useful in gauging...
Library "AllTimeHighLow" Provides functions calculating the all-time high/low of values. hi(val) Calculates the all-time high of a series. Parameters: val : Series to use (`high` is used if no argument is supplied). Returns: The all-time high for the series. lo(val) Calculates the all-time low of a series. Parameters: val : Series to...
We are forever drawing key levels on our charts with saved drawing templates, but finding the levels, adding the labels, is all tedious stuff. We have indicators, but we have multiple different ones at a time. What if you could just tick a box on/off? Well now you can. This all in one 'levels' indicator is designed to show all the key highs and lows from...
Mark Structure is building the market swing structure, minor and sub structure and marks all possible insignificant pivots Building such structure is really complex task to do, that has a lot of obstacles and challenges. I'm doing my best to develop this indicator behaving in absolutely expectable and right way. Fill free to leave any comments or bug reports. it...
It is with RSI level and Zigzag Pattern that Market goes on Maximum level and Lower Level And it is also Showing High and Law Level of last Moving Candle so it is easy to entry and Hold
This is a small little script that helps visually mark the high and lows of the DAY, WEEK or MONTH (of your choosing). It's best when paired with my High and Low Fibonacci Pivot Points indicator to help emphasize the high and lows of the day, week or month.
I am an aircraft maintenance technician who is trying to get into software development in the financial sector. This is a project in which a dashboard of other security(stocks) with open, close, high, and low will appear. I could compile this after a detailed study of different dashboards and pine script for several hours hope you like this.
This script can be used as a visual aid in seeing the last highs and lows of price in a specific time period. It automatically updates the plots if new highs or lows are made within the given lookback period. This is a fairly basic version currently, with new added features coming in future updates such as range between high/low and half and whole number detection.
This is a Multi-Time Frame High Low Indicator that plots the highest and lowest price levels of the chart timeframe and a user selected higher timeframe. The length can be optimized by the user from settings (default value is 6 candles) and table position can also be adjusted. The calculation does not takes into account the last candle price data to form a view...
Wolf EMA & OHL & SIGNALS this indicator is mainly used for fast trading techniques (scalping). provides various tools for comprehensive trend analysis. 5 EMAs are used to have possible market entry or exit signals. EMA Thanks to the combination of the EMAs of different timeframes, you can immediately get an idea of the resistances or supports of the...
NYSE New Highs vs New Lows is a simple market breadth indicator that compares HIGN, the number of new highs during that day, and LOWN, the number of new lows. The new highs are on top and lows are appropriately on bottom. Without averaging, it's a little chaotic so you can smooth them out as much as you want, and the top-right label shows how much you're...
I wrote this for the purpose of saving time while marking up charts by automating the process of drawing and labeling lines at areas of interest on larger timeframes while still having the option to change the style and size of the lines and labels to adjust for any timeframe and avoid a messy chart. I also used this as an exercise in menu organization...
Recent events inspired me to create a small widget that allows you to spot from when current value is lowest / highest. Just add it to chart and script will compute most recent day when price was higher / lower than current and it will display: Line coming from that value to the current one A table with previous low/high information Thanks to @MUQWISHI...