Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
WDI, BAYER AG NA O.N, DAIMLER AG NA O.N, Apple, Advanced Micro Devices Inc, Amazon Com Inc
DAX Index, TECDAX TR, MDAX PERFORMANCE-INDEX, Dow 30, S&P 500, Nasdaq Composite
Euro Bund, Euro BTP, Euro BOBL, Germany 10Y, US 10Y, Ultra T-Bond
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 the day's progressive high and low of the day colorized by the day of the week.
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: ...
█ OVERVIEW This script presents a label with an overview of higher timeframe highs and lows. This can be useful information as we all know that price likes to revisit previous highs and lows area, specially on the higher timeframe. █ CONCEPTS This information can be relevant and valuable for various reasons: Finding horizontal Support and Resistance ...
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 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...
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...
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 script automatically draws the high/low of after hours and pre-market
The Coppock Curve is a zero-centered momentum oscillator that relies primarily on rate of change calculations. The Coppock Curve in its most basic form is already a great indicator, especially for spotting shifts in momentum. But, we wanted to see how we could modify it to get some better performance out of it. As the ‘cop’ function demonstrates, the Coppock...
plots Yearly Open, High, Low levels Interesting interactions to note at previous yearly opens
Updated Indicator - Plots High, Low Open, Close For Weekly, Daily, 4 Hour, 2 Hour, 1 Hour Current and Previous Sessions Levels. Updated Adds 4 Hour, 2 Hour, 1 Hour levels for Forex and Intra-Day Traders.
This script plots the previous n day and week highs and lows (previous two days and previous week by default). Here are some additional info about the script behavior: Plots highs and/or lows Plots for days and/or weeks Day highs and lows are shown only on intraday timeframes Week highs and lows are shown only on timeframes < weekly