█ 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...
Pi - Intraday High-Low Predictor This is not my Strategy/Research , I've just coded it into a indicator. I found it interesting & useful so I'm sharing it here. This Strategy/Research is by Kshirod Chandra Mohanty ( y-o-u-t-u-b-e : Trade with IITIAN ) You can watch his video on y-o-u-t-u-b-e for more info on this one. the video has following title : "1Cr...
It uses Heiken Ashi candles to detect recent swing high and low. It can be used as a stop-loss or support/resistance indicator.
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...
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...
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.
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 script provides following levels: 1. ORB Level - You can adjust the timeframe of Opening Range (plots from 9am to 4pm) 2. ORB Fib Extension - 1.618 and 2.618 Fibonacci Extension of ORB High and Low (plots from 9am to 4pm) 3. Previous Day High/Low/Close - You can adjust color/thickness of the lines (plots from two days ago so that you can clearly see the...
Creates a 'Time-of-Day' Deviation cone starting from the first bar of the session based upon data from previous days.
Library "DailyDeviation" Helps in determining the relative deviation from the open of the day compared to the high or low values. hlcDeltaArrays(daysPrior, maxDeviation, spec, res) Retuns a set of arrays representing the daily deviation of price for a given number of days. Parameters: daysPrior : Number of days back to get the close from. ...
Library "DailyLevels" Functions for acquiring daily timeframe data by number of prior days. openD(daysPrior, spec, res) Gets the open for the number of days prior. Parameters: daysPrior : Number of days back to get the open from. spec : session.regular (default), session.extended or other time spec. res : The resolution (default =...
This is a DAILY High/LOW strategy combined with a moving average and volume for more accuracy. The rules are simple : For long if we had a cross of the high with the previous high and close of the candle is above moving average and chaikin money flow volume is positive we have a long entry. We exit when we cross down the moving average with the close of the...
This indicator automatically plots the chosen timeframe's high, low, mid point and open. These levels on higher timeframes act as support and resistance levels on lower timeframes, helping find entries, stoploss and profit targets. Most common timeframes to choose are Daily, 1W, 1M, and 3M. Other timeframes that are good include, 2D, 2W and 2M. For example, you...
This script plots the 30min Opening Range as well as the previous day's high & low. Description: Blue Line = Top of the 30min Opening Range for the session Pink Line = Bottom of the 30min Opening Range for the session White Line = Mid-Point of the 30min Opening Range for the session White Transparent Area = The full range of the 30min Opening Range Green Line =...
This is a simple indicator which plot high and lows based on Fibonacci sequence. Best part of this indicator is it don't rewrite itself once it got plotted on the chart, which make it unique from other High low indicators.
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...