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...
█ 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...
Expected Move Plotter "There is magic in everything new." Introduction: This script is an indicator for financial trading that plots the expected movement of a security based on the average range over the last five periods. The script is written in Pine Script, a high-level programming language used for creating technical indicators, strategies, and other...
All In One Key Levels - Displays key levels for any type of chart. Over 30 levels at your complete disposal. Filled with a host of features that allow you to customise the appearance and display of the indicator to suit your individual trading style. The result is a clear and concise indicator that helps traders easily identify key levels. - The indicator...
This indicator displays the: - Prior day high - Prior day low - Pre-market high - Pre-market low as a coloured line across the entire session for each individual session on an intraday chart. For the extended session, this indicator marks the prior day and pre-market high low for each individual session starting at the pre-market and ending in the post-market, a...
█ 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...
This script is meant for stocks that have a pre-market session. It is meant to be used on the 1 min time frame. This script will draw a green line at the high of pre-market, and a red line at the low of pre-market and extend these lines across the regular session day This makes it easy to see if price action during regular market has broken above pre-market high...
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...