Key Levels [@treypeng]Draws horizontal lines for Daily, Hourly (1) and Weekly levels. Really handy to switch on quickly when scalping.
Light blue: Previous hour OHLC
Thick light blue: Previous hour Close / current hour Open
Dark blue: Yesterday OHLC
Thick dark blue: Yesterday Close / today Open
Purple: Weekly Open
It's a bit ugly, I'd prefer horizontal rays instead of lines stretching back across the chart but I couldn't figure out how to do this in PineScript. If I get it sorted, I'll publish an update.
在腳本中搜尋"daily"
XBT Volatility Weighted Bottom Finder. [For Daily Charts]An update to:
Made it into and indicator.
v. 0.0.1
DESIGNED FOR DAILY CHARTS
Session RangeSimple script for showing the high/low/midrange of a session. By default configured to do the Daily range using the "regular" session. But it's configurable. For example on this chart I am showing the Weekly range.
BTCUSD - Previous Monthly and Daily Resistances [by JQBS]This indicator will plot the previous month's open/close and the last daily's high, low, close.
RSI: Daily + current TimeFrame
It plots the RSI of the current timeframe + the Daily RSI
it hihlights in green (or red) when they are both in oversold (or overbought)
Fibonacci Pivots Enhanced Levels (daily)Fibonacci pivot point levels
multiply the previous day’s range with its corresponding Fibonacci level.
Tradingview Standard Pivot Template includes S/R Levels 1 – 3 only .
I take into account additional Fibonacci pivot levels (S/R 4 – 7) on daily basis (no need for higher timeframes - weekly, monthly).
SMA's for Daily (7 Week//49MA, 30Week//210MA, 55SMA)SMA's for Daily (7 Week//49MA, 30Week//210MA, 55SMA)
OHLC Daily Resolution BandsShout out to nPE- for the idea.
Bands made with stdev from 10 day OHLC.
Keeps resolution to daily, so you can use bands as daily pivots for day trading.
Upper band 1=yesterday close + 0.5 std(ohlc,10)
Upper band 1=yesterday close + 1 std(ohlc,10)
Mid=yesterday close
Lower band 1=yesterday close - 0.5 std(ohlc,10)
Lower band 2=yesterday close - 1 std(ohlc,1
DayHigh - Plot the Moving Average of the Daily HighPlot the Moving Average of the Daily High for short periods of time (i.e 3 day or 5 day). Great for detecting when a stocks SELL pressure is running out and time to switch to a BUY strategy. Use in the DayHIGH indicator for nice price channels on a chart.
DayLow - Chart the Moving Average of the DAILY LOW PriceThis is a moving average of the Daily LOW Price over a short period of time (i.e. 3 day low moving average, etc...) Great for tracking trailing stops for a stock on an up swing.
Three Bars Down and Inside Bar v2Updated Version of my Script. Script includes a Filter for stocks that are down three days in a row. Also it checks for oversold rsi and inside bars. Works best daily with stocks.
3Down and IB DAScript provides Multiple MAs and checks for 3 Bars down in a row. On top it displays inside Bars. Works best on a daily timeframe with stocks.
Forex Daily Trading Sessions [DW]This is a simple study designed to highlight the daily forex market sessions. Use it to identify the best sessions to trade your security in.
Close of relevant previous periodThis indicator puts the previous close value of a higher relevant time frame on the chart, it adepts to the period of the chart. Relevant means that it puts:
Close of previous year in monthly chart
Close of previous month in weekly chart
Close of either previous month of week in daily chart, default setting is week
Close of previous week in 4hourly and 3hourly charts
Close of previous day in 30minute and higher intraday charts
Not bother the user below 30 minutes.
Weekly closeIt turned out not to be that easy to plot the close of the previous week in hourly or daily charts. In my first experiments things went wrong on Friday or intraday if you simply use the security function. So here is the thing with an algorithm that guaranties the correct value.
Short Interest - Daily VolumeShort interest and daily volume comparison. Originally "Nasdaq SI: Short Interest by Greeny"
HiLo Daily Fibonacci R1 by JustUncleLThis is another indicator in my Pivot level series. This one automatically draw Fibonacci levels based on the previous day's lowest (0%) and highest (100%) values, similar to a Fibonacci retracement.
Manual TimeFrames can be given, it is just a text string though and is not checked, so needs to be a valid resolution eg: 60, 120, 240, 360, 480, 720, 1D, 1W, 1M, 2D, 2W, 3M
LEVELS:
Green = 100% - 200% Levels
Blue = 0 - 100% Levels
Red = -100% - 0 Levels
Optionally can display historical Daily Fibonacci Levels.