Simple Code for Hourly Pivot Points Requested by user pippo Inputs Tab: Turn On/Off Pivots Turn On/Off R3/S3
Draws horizontal lines for Daily, Hourly (1) and Weekly levels. Really handy to switch on quickly when scalping. Light blue: Previous hour OHLC Thick light blue: Previous hour Close / current hour Open Dark blue: Yesterday OHLC Thick dark blue: Yesterday Close / today Open Purple: Weekly Open It's a bit ugly, I'd prefer horizontal rays instead of lines...
This is my "Weekly/Daily/Hourly/Minutes Colored Background Intervals" assistant. I wouldn't describe it as an indicator, it just exhibits coloration of referenced periods of time with bgcolor() in Pine. With the arrival of 2021, I pondered the necessity of needing a visualization pre-2021 to visually recognize periodicity of market movements by the week, day,...
I made this indicator mostly for personal use but there may be few others who would like to have vertical lines occur every day in specific our on chart. I am no developer and all I did was copy @allanster's work and delete few lines and duplicate few others. Code will be open for anyone to edit since it was not my code to start with after all. Hopefully this one...
Plots a vertical line on each hour. Only goes back so far. This indicator is great to look at the structure of the 15m, 5m, 3m, or 1m within the block of a 60m candle.
Hourly Range Separator is a useful tool to display a hourly vertical line separator in less than 1H timeframes like as 1M, 5M, 15M and etc. You can change Lines color, style and width from Indicator settings. Notice : We used vline() function for building this Indicator. Good trading to all ...
The RexDog Hour Close Lines plots the last 4 previous hour (60 minute) closes. Extremely helpful indicator for traders who trade on lower timeframes below the 60. The plotted lines are also offset to represent that hours close location on the chart-- but keep the below in mind. The offset is set for a default resolution of 5 minutes. In that chart timeframe, the...
Nearly identical to the price version , this configurable indicator retains the max and min value of a chart for the time duration you specify. The difference with this one is that it can be applied to any other indicator, not just price. Applied to volume:
Someone requested a high/low price indicator that would reset the "remembered" prices daily. I started out doing just that, and then decided to make it much more configurable. Choose the units (minutes, hours, days, weeks, months) and the number of those units, and this will reset the highest/lowest value remembered to the current values on your chosen time...
This script shows average absolute values of the open minus close (or largest of open to high/low if option is selected), for each hour of the day. It can be used to find high and low volatility hours for strangles and butterflies. You must have the daily time frame selected for it to work properly. The "mul" multiplier will show "whole pips" (i.e. 10 instead of...