This script doesn't give buy or sell signals. It gives a reference point to the previous day's high and low as well as the previous week's high/low. This will be helpful for intraday trading decisions.
Displays recent higher and lower highs. In it's simplicity is a lot more powerful than might appear at first glance. Does not rely on volatility calculation. Can be linked together to create an objective view of recent resistance levels. Makes current trends more visible. Excellent as a trailing stop (short) algorithm. Can be used with its sibling: ...
plots Yearly Open, High, Low levels Interesting interactions to note at previous yearly opens
I present to you a simple but useful indicator. The basic logic is an indicator that tracks the high of the high bars in the specified range and the low of the low bars in the specified range. I used two multipliers in order to go out of certain ranges and I tried to provide precision by subtracting this multiplier value from the lowest and highest values. I...
Haven't seen a strategy quite like it. Buy when Heikin Ashi candle closes above a moving average that is sourced on highs - Sell when Heikin Ashi candle closes above a moving average that is sourced on lows. Moving average length should be between 5 and 20 ideally. NOTE: the Heikin Ashi close values are calculated when the box is checkmarked. You do not need to...
Shows you the normal deviation from the OPEN based upon historical data. Levels measured: Normal range (1 standard deviation) of the CLOSE (vs the OPEN). Normal daily HIGH +1, +2, +3, and +4 standard deviations. Normal daily LOW -1, -2, -3, and -4 standard deviations. Configuration: Always shows you the normal CLOSE vs OPEN range for the current...
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. ...
FirstBarRange study displays lines for the high and low of the first bar/candle of the trading day, along with shaded areas for the range on top of the first bar high and below the first bar low. This study is very useful for intraday traders to see when stocks trade above the first bar high, it shows strength, and many times the high of the first bar is also...
English: This is a little, simple script I made upon request from a user. It shows the highs ad lows of up to three custom timelines (e. g. 60 min, 30 min and 15 min) within a chart. Deutsch: Dies ist ein kleines, einfaches Skript, das ich auf Anfrage eines Nutzers erstellt habe. Es zeigt die Hochs und Tiefs von bis zu drei individueller Zeitreihen (z. B....
This script just shows a histogram of the daily range. You can change the interval to view the high/low range of any period, but I use it just to see what the day's range is and how it compares to prior days. Simple and straightforward.
The script is simple, going for a color scheme logic which tenderly avoids rigorous signals processing. For the script to remain simple, logical derivatives are also out; as such, there are no secondary relations built off of primary ones. And it also ignores (unless you do this yourself) the logic in a varying order of lines. Coloring has been done according...
This is a study intended to port the work of /u/QuantNomad's "Kozlod - All-time high/low alerts" to pine version 4 without giving any alerts. It is intended to capture the most extreme points on any given price chart in real time, the absolute high and absolute low points. Ideally, the plotted lines would strictly diverge from one another in opposite directions...
//This script finds High and Low X bars back. Simple pine script, can customize lookback period.
This will plot in the ticker opened: -All-time High and Low -1 Year High and Low -6 Months High and Low -3 Months High and Low -1 Month High and Low -1 Week High and Low -Previous day High and Low Colors, extending the line to the right, width, showing price tag are all parameters. High and Low calculations are updated daily Lines haves issues sometimes...
This script plots an extension my other script High, Low, Inbetween. It sometimes makes it difficult to view the candles effectively so I've added this separately to my other script It calculates the range between high/low and midpoint. It then plots these lines as extensions from the high and low. This is done twice.