Pivot Points - Daily(with CPR)/Weekly/Monthly with two EMAsThis script plots all the Pivot points and Support/Resistance on your chart
You can chose Daily, Weekly or Monthly pivot.
Daily Pivot has CPR, 4 support levels and 4 resistance levels
Monthly and Weekly pivot has 3 supports and 3 resistance.
You will also get to plot two EMAs if you want.
Untick the checkbox of Primary EMA and Secondary EMA if you don't want to see EMAs(by default EMAs are disabled)
As this is a leading indicator, price reacts to these levels quite significantly.
You can use this indicator by 'Add to Favourite Indicators' option
Pesquisar nos scripts por "weekly"
First Week Trend [MX]I created this indicator based on one of my ways of analyzing the BTC trend in particular, I noticed that the break of the first weekly candle usually indicates the trend for the rest of the month.
This indicator has a bug in which if you change the timeframe of the indicator it will show erroneous values
If you use the candlestick chart, you will need to pull the visual order of this indicator to the top to overlay the colors of the standard candles, or simply hide the standard candles
the trend colors are bugged in timeframes other than the weekly
special thanks to @xdecow who helped me with the code
////////////////////////////////////////////////////////////////////////
Eu criei esse indicador baseado em uma das minhas formas de analisar a tendência do BTC em específico, eu notei que o rompimento do primeiro candle do semanal costuma indicar a tendência para o resto do mês.
Esse script tem um bug em que se mudar o timeframe do indicador ele irá mostrar valores errados
Se você usa o gráfico de candlesticks, você precisará puxar para o topo a ordem visual desse indicador para sobrepor as cores do candles padrões, ou simplesmente ocultar os candles padrões
as cores da tendencia estão bugados em outros timeframes diferentes do semanal
agradecimentos especiais ao @xdecow que me ajudou no código
Pre and Market OpeningsPre and Market Openings is to enable you to quickly visualize the opening markets and how they could influence trading.
The below script has used the market time data from the below links:
Tokyo/Asia www.tradinghours.com
London www.tradinghours.com
New York www.tradinghours.com
The below script aims to plot:
Daily Asia Open
Weekly Asia Open
Daily London Open
Weekly London Open
Daily New York Open
Weekly New York Open
Using background colour it also shows market sessions (pre-market) for London and New York and regular for London, New York and Asia.
There is also plotted text for days of the week and sessions.
As you can see from the picture below that these market openings can act as support and resistance:
BTC
ETH
MrBB:BullBear Support BandVery simple and effective S/R band. Created bycombining the weekly 21EMA and weekly 20SMA, it provides strong support/resistance depending on market direction, and works as a basing area for retraces during parabolic (and normal) bull markets.
Fibonacci Pivots Monthly and Weekly Full (no history)Fibonacci Pivots Monthly and Weekly Full (no history)
Inspired by FxChartAnalyst trader, with his great Monthly Weekly Daily Pivot Points Standard indicator
www.tradingview.com
This indicator calculates and plots both Monthly and Weekly pivots on a chart. Pivots are based on the Fibonacci ratios of the previous Month/Week candle close.
Good luck everyone!
Key Levels TheHuntThis indicator is made to show you some key levels on the chart on the different timeframes. You can hide them or show them in the settings. The levels are the Monthly Weekly and Daily opens, current monthly, weekly and daily high / low, last weeks high / low & last daily high / low as well as Monday high and low. These levels can be used as key pivots or key liquidity areas. You can also adjust the time to also use the correct Mon range for forex pairs.
As you can see on the chart, that is how the levels show up on the chart.
Logarithmic Regression (Weekly)This script is a combination of different logarithmic regression fits on weekly BTC data. It is meant to be used only on the weekly timeframe and on the BLX chart for bitcoin. The "fair value" line is still subjective, as it is only a regression and does not take into account other metrics.
Pivot Points (Daily, Weekly, Monthly)Pivot point: P = (High + Low)/2
First support: S1 = Low
Second support, S2 = Low - 2 * (High - Low)
First resistance: R1 = High
Second resistance, R2 = High + 2 * (High - Low)
White Line: Pivot Point
Gleen Line(Thin Line): Support 1
Green Line(Thick Line): Support 2
Red Line(Thin Line): Resistance 1
Red Line (Thick Line): Resistance 2
You can adjust it to daily, weekly or monthly indicators, daily for intraday trading (1minute, 1hour etc.), weekly and monthly for day/swing trading, monthly for weekly trades. I plot the graph with steplines since I think they can show the differences of pivots from time to time more clearly, you are free to change to other plot styles like circles or regular lines if you want to. Please like this script, and let me know any questions, thanks.
Short in Bollinger Band Down trend (Weekly and Daily) // © PlanTradePlanMM
// 6/14/2020
// ---------------------------------------------------
// Name: Short in Bollinger Band Down trend (Weekly and Daily)
// ---------------------------------------------------
// Key Points in this study:
// 1. Short in BB Lower band, probability of price going down is more than 50%
// 2. Short at the top 1/4 of Lower band (EMA - Lower line), Stop is EMA, tartget is Lower line; it matches risk:/reward=1:3 naturally
//
// Draw Lines:
// BB Lower : is the Target (Black line)
// BB EMA : is the initial Stop (Black line)
// ShortLine : EMA - 1/4 of (Stop-target), which matches risk:/reward=1:3
// Prepare Zone : between EMA and ShortLine
// shortPrice : Blue dot line only showing when has Short position, Which shows entry price.
// StopPrice : Black dot line only showing when has Short position, Which shows updated stop price.
//
// Add SMA50 to filter the trend. Price <= SMA, allow to short
//
// What (Condition): in BB down trend band
// When (Price action): Price cross below ShortLine;
// How (Trading Plan): Short at ShortLine;
// Initial Stop is EMA;
// Initial Target is BB Lower Line;
// FollowUp: if price moves down first, and EMA is below Short Price. Move stop to EMA, At least "make even" in this trade;
// if Price touched Short Line again and goes down, new EMA will be the updated stop
//
// Exit: 1. Initial stop -- "Stop" when down first, Close above stop
// 2. Target reached -- "TR" when down quickly, Target reached
// 3. make even -- "ME" when small down and up, Exit at Entry Price
// 4. Small Winner -- "SM" when EMA below Entry price, Exit when Close above EMA
//
// --------------
// Because there are too many flags in up trend study already, I created this down trend script separately.
// Uptrend study is good for SPY, QQQ, and strong stocks.
// Downtrend Study is good for weak ETF, stock, and (-2x, -3x) ETFs, such as FAZ, UVXY, USO, XOP, AAL, CCL
// -----------------------------------------------------------------------------------------------------------------
// Back test Weekly and daily chart for SPY, QQQ, XOP, AAL, BA, MMM, FAZ, UVXY
// The best sample is FAZ Weekly chart.
// When SPY and QQQ are good in long term up trend, these (-2x, -3x) ETFs are always going down in long term.
// Some of them are not allowed to short. I used option Put/Put spread for the short entry.
//
Buy in Bollinger Band uptrend (Weekly and Daily) // © PlanTradePlanMM 6/14/2020
// ---------------------------------------------------
// Name: Buy in Bollinger Band uptrend (Weekly and Daily)
// ---------------------------------------------------
// Key Points in this study:
// 1. Long in BB Upper band, probability of price going up is more than 50%
// 2. Buy at the bottom 1/4 of upper band (Upper line - EMA), Stop is EMA, tartget is Upper line; it matches risk:reward=1:3;
//
// Draw Lines:
// BB Upper : is the Target (Black line)
// BB EMA : is the initial Stop (Black line)
// BuyLine : EMA20 + 1/4 of (Target-Stop), which matches risk:/reward=1:3 naturally
// Prepare Zone : between EMA and BuyLine
// buyPrice : Blue dot line only showing when has long position, Which shows entry price.
// StopPrice : Black dot line only showing when has long position, Which shows updated stop price.
//
// Add SMA(50) to filter the trend. Price >= SMA, allow to long
//
// What (Condition): in BB uptrend band
// When (Price action): Price cross over BuyLine;
// How (Trading Plan): Buy at BuyLine;
// Initial Stop is EMA;
// Initial Target is BB Upper Line;
//
// FollowUp: if price moves up first, and the EMA is higher than Entry point, Use EMA as new stop. At least "make even" in this trade;
//
// Exit: 1. Initial stop -- "Stop" when down first, close below stop price.
// 2. Target reached -- "TR" when up quickly, Target reached
// 3. make even -- "ME" when small up and down, Exit at entry Price
// 4. Small Winner -- "SM" when EMA above Entry price, Exit when close below EMA, and higher than entry Price
//
// --------------
// Because there are too many flags in up trend study already, I will create a down trend script separately.
// Uptrend study is good for SPY, QQQ, and strong stocks.
// Downtrend Study is good for weak ETF, stock, and (-2x, -3x) ETFs, such as FAZ, UVXY, USO, XOP, AAL, CCL
// -----------------------------------------------------------------------------------------------------------------
// Back test Weekly and daily chart for SPY, QQQ
// If it will be a big Gap down or a big down move, stop at close price could be a big loss; But this way could avoid may noise, to stay in a trending position longer.
// When buy in trending move, the position could be hold for a big range.
// The best samples are SPY and QQQ daily chart.
//
// Better to use another way to verify the long term up trend first.
// For single stock, it is better shows more relative strength than SPY.
Elder's Impulse System with weekly EMA Filter - ValenteThis indicator was based on the Elders Impulse System by astraloverflow.
The only difference is that I included the weekly EMA26 as a filter and you can plot it on the graph if you want (unchecking the Weekly EMA26 won't turn the filter off, will only stop plotting it).
The indicator works this way:
When the MACD Histogram is growing UP, the EMA13 is pointing UP AND the Weekly EMA26 is pointing UP, the bar is Green
When the opposite is true, the bar is Red.
When any condition from both green and red is not true, the bar is blue.
In my opinion, this particular indicator works better on the D1 time frame. I recommended using the original one, by astraloverflow for other time frames.
I hope it is useful!
Buy in long term uptrend (Weekly and Daily)Condition: in uptrend, EMA8 > EMA144 (User can change the EMA# from input);
Price Action: (Price crossover EMA144) or (price touched EMA144 and close above it);
Trading Plan: Buy at close or next open; Initial Stop below EMA144;
No Exit strategy in this study, trader needs to move stop by other rules; such as, uptrend line break;
Back test Weekly and daily chart for SPY, QQQ, TLT, GLD, IWM, XLF, XLK, XOP, GS, IBM, APPL, CAT, LVS
1. When side way move or price From uptrend to Down trend, Entry could be stopped quickly with small loss;
2. When buy in trending move, the position could be hold for few years.
The best sample is QQQ weekly chart.
This is my first tradingview script. I created this script file and tested in one week.
Maybe, this script is too simple, other people published similar code already; Sorry, I didn't Check that yet.
Levels Compound v.2Daily, weekly, monthly support and resistance levels. Also paints 2 different daily WMAs and the daily weekly monthly avg.
Pivots (CPR) - Daily, Weekly & Monthly (only for Indraday) Hi all Dear users,
Here, I have shared my CPR script on Daily, Weekly & Monthly basis. which will only works on intraday time frames. Best time frames recommended are 3,5 &15.
This will be very useful for intraday trades. And also it has more customizing options.
The features are:-
================
- Have an option to use only Daily pivots.
- Have an option to check tomorrow pivot ( After day closing).
- You can customize each and every style and colors.
- It also contains Previous day High, Previous Week High & Previous Month High.
- You can Show or Hide daily weekly Monthly and highs too.
Please share this AMAZING INDICATORS others.
Daily Weekly Monthly Yearly OpensThis script plots the current daily, weekly and monthly opens (all enabled by default).
Here are some additional info about the drawing behavior:
Daily open is shown only on intraday timeframes
Weekly open is shown only on timeframes < weekly
Monthly open is shown only on timeframes < monthly
High/Low Weekly TimeframeI'm testing a simple but useful indicator that plots the high and low for the current week. The time-frame can be selected by the user.
It's useful when you're trading in a smaller time-frame (example: 1H or 4H) to know exactly the weekly low and high, and whether the price breaks above or below this price lines.
This indicator allows you:
- To select the desired time-frame to get the Low and High.
- To print an optional EMA for the same time-frame.
- To optionally change the bar-color when the close price crosses above the weekly high or crosses below the weekly low.
Hope this helps you to visually identify price movements.
If you like this script please give me a like and comment below.
Thanks,
Rodrigo
Iconik Trading Suite: Auto Support/Resistance - WeeklyAutogeneration of support and resistance lines. Posts a horizontal line of the open/close for the past 40 weekly candles.
DM for a PowerPoint describing this indicator and the rest of Iconik in detail.
Iconik Trading Suite Indicator List:
ITS-OSC: Oscillators (v2)
ITS-PAA: Price Action Alerts (v2)
ITS-ASR: Auto Support/Resistance
-> Daily (v2)
-> 3 Day (v2)
-> Weekly (v2)
ITS-4TFC: 4 Time Frame Confirmation (v1)
ITS-DIV: Divergence Seeker (v1)
CSA 5-Step Daily & Weekly ATR18-09-2019
The CSA 5-Step Daily & Weekly ATR will plot the Daily and Weekly ATR despite the time frame selected.
Daily = White
Weekly = Yellow
True Strength Indicator WeeklyThe True Strength Indicator Weekly is designed to help you identify trend and BIAS in the market based on the Weekly timeframe regardless of chart. Timeframe can be modified.
This indicator provides both long and short signals as well as color coding market direction bias.
There are 3 variables for this indicator are smoothed with some calculations EMAs with a signals.
Defaults are short length (21), long length (11), signal length (11) and represent the best middle of the road numbers I've found that work across all markets.
Upward triangle with L represents Long signal.
Downward triangle with S represents Short signal
Green background represents bull bias
Red background represents bear bias
Reset Every (Price)Someone requested a high/low price indicator that would reset the "remembered" prices daily. I started out doing just that, and then decided to make it much more configurable.
Choose the units (minutes, hours, days, weeks, months) and the number of those units, and this will reset the highest/lowest value remembered to the current values on your chosen time interval.
This should work with any time interval you desire, within reason...asking for resets every 4000 hours on a monthly chart will probably not work.
GE, monthly, every 7 months:
Ford, weekly, every 18 months:
Dow Jones Industrial Average, weekly, every 90 days:
LTCBTC, daily, every 10 days:
ETHUSD, 30 minutes, every 10 days:
BTCUSD, 1 minute, every 10 hours:
EURUSD, 1 minute, every 50 minutes:
Also, I am about to publish another version of this with just one source input that can be applied to any indicator...stay tuned!
Gleeson Trend Tracker (GTT) IndicatorComprehensive Trend Trading System Indicator made up of the four components to help you successfully trade market trends:
Entry Signals (Green & Red Arrows)
The entry arrows indicate entry conditions are present. Green for long entries and red for short entries. If you already in position in the direction of an entry signal, ignore it. Switch to position maintenance mode for that market once trading a market.
Current Trend Status Channels (Red/Green Overlay)
The channel overlay is intended to indicate whether the market has recently trended up/down. Green if moving higher, Red if moving Lower. Channels make it easier to visualise current & previous price trajectory.
On Close Stop Loss (OCSL) / Price Average (40 MA) Blue line
This acts both as the "line in the sand" in relation to trend direction but also importantly as your (OCSL) or sometimes also known as mental stop. If price closes beyond this line in the opposite direction to your position, exit the position. It's important to wait for price to close (this methodology works best on weekly charts so make entry & exit decisions when the market is closed). This method works best if you risk 1% per trade using the distance from entry price to the OCSL as your pre-defined risk, back-analysis confirms this.
Hard Stop Loss Red line
This line is your circuit breaker intended to protect your capital from sudden adverse moves. This line serves as the price for your fixed or hard stop loss point that should be entered with the order. The formula behind this line is risk * 2 (so 2% if you risk 1% between entry price and OCSL). HSL is your safety net, always use it.
Some other advice on how to trade this methodology:
Analysis Sunday, entries & exits Monday (so you can also have a life)
Do not pyramid with this system, it works best with individual entries spread across a range of markets including FX, Indices, Commodities and Interest Rates.
Risk only 1% per trade
This methodology works best over weekly/monthly charts. You want to capture moves that last weeks/months/years. I would not advise day trading this system.
If you have any feedback or need further help, email me at me@jackgleeson.co.uk
Good Luck!
Code Plots - High, Low, Open, Close—Daily, Weekly, & Monthly!!!Custom Code Plots High, Low, Open, Close
Plots Today And/Or Previous Day
Daily, Weekly, & Monthly TimeFrames
Default Settings:
Green = High
Silver = Open
Fuchsia = Close
Red = Low
Current D-W-M = Circles as Plots
Previous D-W-M = Cross as Plots
By Default The Current Days High, Low, Open, Close Plots. There are Check boxes On The Inputs Tab To Turn All Options On And Off.
***Tip - For Intra-Day Trades…I Find It Useful To Plot Previous Days High, Low, Open, Close For Support/Resistance, & Breakout Levels. Plotting the Current Weekly and Monthly Levels Is Also Very Useful.
***If You Trade Daily Charts The Previous Months Levels Are Very Useful as Support/Resistance, & Breakout Levels….
Code For High, Low, Open, Close
pastebin.com
Video On Importing Custom Indicators from PasteBin:
videos.tradingview.com