█ OVERVIEW This indicator is an educational indicator to make pine coders easier to how to use interactive inputs with User-Defined Type (UDT) especially when dealing input.time. █ NOTES This indicator is not perfect but it is a good starting point or template to start develop custom range interactive indicator. █ INSPIRATIONS ABC 123 Harmonic Ratio...
This script plots the extended session highest high and lowest low levels. It works on any time frame from 1 minute to daily. Please note that during the extended session, TradingView stops updating the daily chart. This means that once the script is loaded on a daily chart, it will not be updated until the market opens, unless you manually reload the layout...
█ OVERVIEW This indicator displays zigzag based on high and low, which is using user-defined types (UDT) or objects . █ CREDITS LonesomeTheBlue █ FEATURES 1. Label can be resized. 2. Label can be display either short (Eg : HH, LL, H, L, etc) and long (Eg : Higher Low, etc) 3. Color can be customized either contrast color of chart background, trend...
OHLC Tool allows you to display Current or Historical OHLC Values as horizontal lines that extend to the right on your chart. Features Variable Lookback to display a specific historical bar's values. Default = 1 (Previous Candle) Customizable Timeframe to view HTF Candle values. Custom Line Colors, Styles, and Thicknesses. Price Scale Value Display...
It uses Heiken Ashi candles to detect recent swing high and low. It can be used as a stop-loss or support/resistance indicator.
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...
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...
Name: Scalping The Bull Indicator Category: Scalping, Trend Following, Mean Reversion. Timeframe: 1M, 5M, 30M, 1D depending on the specific technique. Technical Analysis: The indicator supports the operations of the trader named "Scalping The Bull" which uses price action and exponential moving averages. Suggested usage: Altcoin showing strong trends for...
█ OVERVIEW The indicator introduces a new representation of the previous days, weeks, and months highs & lows ( DWM HL ) with a focus on untapped levels. █ CONCEPTS Untapped Levels It is popularly known that the liquidity is located behind swing points or beyond higher time frames highs/lows (in a sense, an intraday swing point is a day high/low)....
This '4C Daily Levels Suite + Premarket High/Low' indicator is a clean way to automatically plot important daily levels including: Prior Day High Prior Day Low Prior Day Close 50% level between Prior High/Low Today's Open Today's Premarket Low+High This Daily Levels indicator is unique in its ability to: -Plot all of the daily level PLUS premarket high/low...
––––History & Credit I wanted to show our community the idea that stocks that make All Time High are likely to continue making ATHs for some time. It goes contrary to the idea "buy cheap sell high". Actually, in the real market leaders the stocks that make 100+% return are just getting started on returns to few THOUSAND percent. I have used code from QuantNovad...
I present to you a simple but useful indicator. The basic logic is an indicator that tracks the high of the high bars in the specified range and the low of the low bars in the specified range. I used two multipliers in order to go out of certain ranges and I tried to provide precision by subtracting this multiplier value from the lowest and highest values. I...
This is a simple application of OBV indicator (On-Balance Volume ), to visually determine when a given stock current obv is near the highest or lowest based on the number of lookback bars. Indicator examples: ### OBV value is near an all-time high ## breakthrough , stock value could set new all-time highs. rejection , stock value could come down or...
This script doesn't give buy or sell signals. It gives a reference point to the previous day's high and low as well as the previous week's high/low. This will be helpful for intraday trading decisions.
English: This indicator is designed for the stock market and marks potential buying or selling climaxes. If a "buying climax" or "selling climax" is marked, the probability is high that this price level will not be exceeded or undershot quickly. The indicator is used exclusively on the weekly time level. Conditions for a "Buying Climax": - New 52-week high -...
This Strategy is finding high and low breaks of the day and enter into the trader based on RSI value and time value 1) This strategy is created for Indian Index like Nifty, Bank Nifty and so... 2) Trades are initiate only after 10:15 AM and before 3:10PM 3) High and Low of the day break will be check during the above time frame 4) RSI value will be check (RSI...
Renders the high and low values from previous days. Useful alert conditions are provided: "Less than low" and "Greater than high". Configuration: The number of days is configurable with a default of 1. The source of the high and low values. Use the close value instead of high and low values. Default is false. The example above uses 2 days to...
This indicator is a combination of 3 public indicators being: * a standard Simple Moving Average with the source as the candle low & length of 2 * a standard Simple Moving Average with the source as the candle high & length of 2 * the Least Square Mean with a source of high + low /2 and length of 9 This combo was inspired by Tyler Coates who crafted EMASAR. He...