HT: Intraday LevelsIndicator draws several most important intraday levels: last day RTH high/low, ETH high/low, Half Back, Day Close and current day RTH Day Open. These levels often act as support/resistance for intraday price movements. Also, they can help to assess day character and control of power.
Indicator can be used for ETH + RTH sessions.
Important notes:
• User must specify RTH session time, appropriate for his time zone and exchange
• Half-back is calculated as a middle line between RTH High and Low.
• Day Close is always equal to close of the last bar of the previous day
• RTH Day Open will be redrawn for the current day as soon as it is known (after RTH session opens and at least one bar gets confirmed).
Known issues:
• Day open will not be shown if there is no bar, clearly corresponding to RTH open time (e.g. if 4h timeframe is selected)
• For some ETH sessions it is not possible to determine session’s last bar (this is pine script limitation) until next day trading starts. This means that daily levels will be also update with only then.
Parameters:
Date – user can select date, for which levels will be plotted. Works only if “Use” check box is on. Otherwise, levels will be plotted for the last day. (“time” value doesn’t matter; unfortunately, there is no way to hide the input box)
RTH Open/Close time – it is important to specify time, appropriate for your time zone.
Time zone – your chart time zone (as UTC offset)
Visuals – controls visibility and colors
Script is published as an open source. It uses two libraries: Levels Lib and Functions Lib. First one demonstrates how to work with pine-script object model and arrays. You can also reuse it in your custom scripts where there is need to construct any support/resistance levels. The second library contains some useful functions for working with time and dates.
Disclaimer
This indicator should not be used as a standalone tool to make trading decisions but only in conjunction with other technical analysis methods.
Intradaytrader
Day ClueDay Clue Indicator
live Market Information
Day Clue Indicator plots days information like " Initial Balance and Range ", " Day Range ", " Current Day Volume (for NIFTY and BANKNIFTY it takes the future volume) ", " ATR ", if the scrip is NIFTY or BANKNIFTY then it shows the difference between SPOT and Future price so that trader will come to know future is trading at premium or discount,it shows current day name at bottom right corner, and it plots the Ema-20 and Ema-200. These information will update during live market.
Information for Next Trading Session
Day Clue Indicator plots " Previous Day High" , " Previous Day Low ", " Central Pivot Range-CPR with S1 and R1 ","It indicate tomorrow is Trading Day or Trading Holiday(other than Weekend Holidays)" these are information used for next day that will be plot today itself once market closed
Limitations of Day Clue Indicator
Day Clue Indicator only work in Indian Market(NSE and BSE)
Day Clue Indicator only work in " 1-mins, 5-mins, 15-mins " Timeframes, if you switch to other timeframe like 30-mins,1-Hour, Daily then information will hide
Thank You