JUVENTUS FC, UNICREDIT, INTESA SANPAOLO, ENI, Apple, Advanced Micro Devices Inc
FTSE MIB, Euro Stoxx 50, Indice DAX, FTSE 100, S&P 500, Nasdaq Composite
Petrolio Brent, Petrolio greggio, Oro, Argento, Gas naturale, Bitcoin
Italia 10Y, Euro Bund, Germania 10Y, Francia 10Y, UK 10Y, US 10Y
Simple script to show key levels of current day and previous day. Labels can be turned on and off as needed. Line colors, thickness and style can be changed. Modified the "M/W/D Level" script from paaax. Credit for original code goes to him. Link to script and profile posted in code of this script.
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: ...
Displays the day's progressive high and low of the day colorized by the day of the week.
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 indicator is a combination of 3 public indicators being: * a standard Simple Moving Average with the source as the candle low & length of 2 * a standard Simple Moving Average with the source as the candle high & length of 2 * the Least Square Mean with a source of high + low /2 and length of 9 This combo was inspired by Tyler Coates who crafted EMASAR. He...
//This script finds High and Low X bars back. Simple pine script, can customize lookback period.
Plots Historical key levels for volume profile idea. Plots the following: - Previous Day High - Previous Day Low - Previous Day Close - Previous Day IB High - Previous Day IB Low - Current Days IB High - Current Days IB Low IB is based on first hour of trading. Made specifically for ASX stocks, have not tested it on other exchanges or assets.
- Marks 3 candle Fractals + Swings on chart - added alert options: Alert instruction: - Create Alert - Change condition to "Fractalerts" - Select desired alert - Select 'once per bar' Note: Alerts will show up on the timeframe you set them up on
A script which marks a line pointing the highs and lows of the previous trading day.
This code is modified to draw the first 15 minutes(variable in setting by default 15m is set) of the high and lows through out the day. It will work on time frames less than than or equal to 1st input. Hope this code helps you all. IMPORTANT SETTING DETAILS: 1.Res = input(title="Starting X minutes lines to be Displayed",defval="15",...
Hey guys, this script shows monthly, weekly and daily OHLC data represented as horizontal level. I tried to make it as user-friendly as possible. Therefore, you can add different colors and styles for each level, as well as turn them on and off. With the "Label Offset" -parameter you are in control where the label text should appear. You can shift it from left...
This script will give you red or green columns as an indication for oversold/overbought based upon the rsi and stochastic both being at extreme levels (you set). The default oversold is at 35. If Stochastic and RSI fall below 35, you will get a green column (Both indicators at the extreme). Play with your levels to see how your stock reacts. RSI and Stochastic...
How deep is the Rabbit hole? Interesting experiment that finds the RISING HIGHS and FALLING LOWS and place the difference between the highs and lows into separate arrays. == Calculations == In case current high is higher than previous high, we calculate the value by subtracting the current highest high with the previous High (lowest high) into array A, same...
Quick dirty code for personal use. Plots previous OHLC levels based on a selected time-frame on the chart. Not bad if you want to see different time-frame levels. Fill function can serve to highlight the daily range (high-low or open-close) on non-standard charts Uses base code from JayRogers
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 automatically draws the high/low of after hours and pre-market
A small script to track all-time high/low levels. You can create alerts when levels will be updated.