Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
FINGERPRINT CARDS AB SER. B, ABB LTD, KINDRED GROUP PLC, SOLTECH ENERGY SWEDEN AB, VOLVO, AB SER. B, HENNES & MAURITZ AB, H & M SER. B
OMX Stockholm 30 Index, S&P 500, Dow 30, Nasdaq Composite, Nikkei 225, DAX-indexet
SWEDEN GOVERNMENT BONDS 10 YR, US 10Y, Euro Bund, Tyskland 10ÅR, Japan 10Y, UK 10Y
====== ABOUT THIS INDICATOR - A simple but highly customisable display of previous higher time-frame OHLC values, drawn using line.new and label.new. Nothing fancy but... - Customised resolution input which excludes time frames lower than 1 hour while extending the common higher reference inputs to include: • 6, and 12 Hour • 5...
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.
Plots levels representing the prices that the stock closed above its n-period moving median(default=100). 2 thickest lines represents the two most recent crossover levels. Candles are colored green if the price is currently above its moving median and red if below.
█ OVERVIEW After some chart measures, I noticed that if we took the difference between fast and slow Moving Average lines and apply the Fibonacci ratios, we get a very reliable support and resistance level for each bar. So, I made this script to help me (and anyone who wants to use it) know where we should close or put stops in our orders. █ HOW TO USE IT:...
LeveLeledc - Exhaustion levels (InSilico) Method for zero confirmation support/resistance level detection using Leledc Exhaustion Bars Study is extension/mod of glaz script ,its implementing simple but unorthodox use-case for "Leledc Exhaustion Bars" ...
This script provides basic pivot point Support and Resistance Levels to the user whilst displaying Break signal tags. It also has the ability to let the user display more significant breaks by filtering using the Volume Oscillator. Only more significant breaks of these basic levels are displayed to the user when optimized which avoids noise and messy signals. It...
Simple Fibonacci Retracement is a free and easy to use script to plot Fibonacci levels, for any assets like Stocks, Forex, Commodities , Cryptocurrencies etc. on any time frame chart. Fibonacci Levels can be plotted using Lookback or manual Price input from the settings. 1. Lookback type - Candles Determines the High and Low price of the user input number...
description: • Zig Zag indicator plots points on the chart whenever prices reverse by a percentage greater than a pre-chosen variable. • Forecasts area based on zigzag statistics. • Displays labels with detected patterns. • Displays slope information rate of price, time diferentials and angle(experimental)
experimental: zigzag indicator with all the zigzag methods that im aware of(that matter atleast), theres something for all tastes there :P this will be the basis for zigzag tools i make in the future. note: some zigzags REPAINT.
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 indicator paints the background of the chart between 2 EMAs when all 3 given EMAs are in sync. The default settings are: Long-term EMA: 200 Period. Short-term EMA 1: 50 Period. Short-term EMA 2: 20 Period. So according to the default settings, when the 20EMA is above the 50EMA, and the 50EMA is above the 200EMA, the area between the 20EMA and the...
This is an update to the "Pivot HiLo Support n Resistance Levels" indicator, important updates are no re-painting; and different lengths available for each side of Pivot. Description: The Pivot Points are marked with "star" and with Optional Support and Resistance extension Levels shown. Options: Show Pivot Points (default true) Pivot Length Left Side...
Absolute Retracement is a tool to obtain support and resistance levels. It is designed for macro-level support and resistance and should be used on daily, weekly or monthly timeframes. Instructions 1. Define the Reference Point There are 4 methods to define reference point and start initialization of the script: - All Time Low / All Time High : The...
Hello everyone, today I'd like to share a script, which enables you to use external logic to plot levels on your chart. How does it work? The concept is based on two scripts. One script, which uses an external input as a trigger to print a new level and one script that calculates an output, which will be fetched. Sounds complicated? It really is not! Let's...
Dynamic grid system based on supertrend. note: the input nlines/nfractions are not locked so if values too high might start overlapping line objects.
Opening Levels is an indicator to draw lines on the opening prices of the current day, week, and month. Inputs: 1. Line Width :- Opening Levels Line width, from 1 to 10 2. Right Offset :- Right offset from current bar, from 0 to 50 3. Line Style :- Select line styles from 4. Show Label :- Show or hide price labels 5. Day Level Color :- Current...
A script that draws supply and demand zones based on the RSI indicator. For example if RSI is under 30 a supply zone is drawn on the chart and extended for as long as there isn't a new crossunder 30. Same goes for above 70. The threshold which by default is set to 30, which means 30 is added to 0 and subtracted from 100 to give us the classic 30/70 threshold on...