- Current OHMLC candles - Show current Open, High, Mid, Low, Close candles levels
This indicator can be useful for traders who are interested in analyzing price movements over different time periods. By displaying the daily, Monday, weekly, monthly, quarterly, and yearly high and low values along with their mid values on a chart, traders can get a better understanding of how prices have behaved over longer periods of time. For example, a...
This script plots 2 lines which are the 2013 and 2016 bull run. The plots are aligned on their mid cycles to the 2021 mid cycle. Settings: You can move the plots on the x and y axis in the settings for the Daily, Weekly and Monthly TFs. The plot is weird on the Monthly TF, best to use the Daily and Weekly. If it doesn't load at first you have to zoom out fully...
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...
A moving indicator that is overlaid main chart. Identifies the start of the day, and then applies this formula: ( Current High of Day + Current Low of Day ) / 2, to get the mid point. It is a useful tool to identify buy side or sell side control, along with vwap.
The script made for research purposes which plots these statistics of a given window: Mid-range (max + min)/2, Lower midpoint (mid-range + min)/2, and Higher midpoint (mid-range + max)/2. This could be interesting when checking periods with sample size <= 0, or checking distros with srs kurtosis values. Mean & median are also there.
This script utilized some new functions in Pine Script, which compares the correlation between the current symbol to a basket of crypto indexes that are listed on the FTX exchange. By tracking these indexes we can gauge the reaction across markets that have a different market cap. By that I mean we can have a better idea about where the money is flowing into a...
Addition to previous time range script, now containing daily ranges. You can select a day of the week, and have it show the high, low, mid, and open of that day. For the time bands: Monday = 2 Tuesday = 3 Wednesday = 4 Thursday = 5 Friday = 6 Saturday = 7 Sunday = 1 Example 1: 1500-1800:2 This will colour the background between 3pm and 6pm on...