Ema Weekly In current TimeframeThis simple indicator shows the Ema with data extracted from weekly timeframe in your current displayed timeframe.
Due to Tradingview working restrictions, this indicator only works if is used in a timeframe lower (or equal) to one week, otherways shows an error red label showing this error.
All my scripts:
es.tradingview.com
Cerca negli script per "weekly"
Pivot Points, Daily, Weekly, Open and Close lines What is a Pivot Point?
A pivot point is a technical analysis indicator, or calculations, used to determine the overall trend of the market over different time frames. The pivot point itself is simply the average of the high, low and closing prices from the previous trading day. On the subsequent day, trading above the pivot point is thought to indicate ongoing bullish sentiment, while trading below the pivot point indicates bearish sentiment.
The pivot point is the basis for the indicator, but it also includes other support and resistance levels that are projected based on the pivot point calculation. All these levels help traders see where the price could experience support or resistance. Similarly, if the price moves through these levels it lets the trader know the price is trending in that direction.
When the price of an asset is trading above the pivot point, it indicates the day is bullish or positive.
When the price of an asset is trading below the pivot point, it indicates the day is bearish or negative.
The indicator typically includes four additional levels: S1, S2, R1, and R2. These stand for support one and two, and resistance one and two.
Support and resistance one and two may cause reversals, but they may also be used to confirm the trend. For example, if the price is falling and moves below S1, it helps confirm the downtrend and indicate a possible continuation to S2.
This Script includes the Mid Pivot Points, Open and Close levels
TKP Weekly, Monthly and Yearly Fib Pivot PointsThis script allows you to plot Weekly, Monthly and Yearly Fibonacci Pivot Points. I used templates from others I found on TradingView, special thanks given in the Script. I prefer Longer time frames, especially yearly Pivots, to predict reversals and places to trim risk, so this was tailored to my needs. Hope this helps!
Anas crypto auto regrission channel weekly crypto auto regression channel for weekly period , recommend to be used on 4 hours time frame , this will not work on any thing else , only crypto or any 24 hours/7(days) charts , other charts 24/5 , 8/5 , 16/5 will not work .
enjoy and don't forget to like :)
Bars Counter + Daily/Weekly Highs/Low highlight.Hey!
This script is a remake from other's devs scripts.
The * makes a signal if there is a higher high or lower low , RED( I don't know why looks orange )/LIME for WEEKLY and AQUA/YELLOW for a 36 hs WINDOW.
You can change this parameter as u wish.
The bar counter is simple.
Let me know ur feedback.
MWD_XO_OPENSCreated by TraderX0 & Stingray
Helps you plot the Monthly, Weekly, and Daily Opens quickly on your chart; Open the options menu to adjust colors and toggle time-frames(M/W/D) on/off.
Range Levels - High and Low of Daily, Weekly, and Montly RangesThis is a great free script for the current ranging crypto markets.
You can see the daily, weekly, and monthly high and low of ranges. It also has alerts that you can enable in the settings and then setup in your TradingView alerts for when the price crosses these levels.
Instabots previous highs and lowsAdds previous daily, weekly and monthly highs and lows to the chart.
By default it just adds the price line to the chart. Change the default option to plot the highs and lows onto the chart, like below...
wPiv21This is a customised indicator highlighting key levels of support and resistance on the weekly time frame.
wPiv11This is a customised indicator highlighting key levels of support and resistance on the weekly time frame.
wPiv4This is a customised indicator highlighting key levels of support and resistance on the weekly time frame.
Camarilla Fibo Weekly (pffxcz)Camarilla Fibo Weekly ( Pivot +R1 - R3 and S1 - S3)
R1/S1 = 38.2
R2/S2 = 61.8
R2/S3 = 100
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.
Pivots Daily Weekly Monthly YearlyDaily, Weekly, Monthly and yearly pivot lines
Just the pivot lines without the support and resistance lines
Eminaest Pivots V2Simple Pivot Points plotting script.
You can choose to plot Daily, Weekly and Monthly Pivot Points. Separate or two of them or all together.
Moving Average Trend ToolsI. How M.A.T.T. Adds Value to the TradingView Community:
The "Moving Average Trend Tools" (M.A.T.T.) is a versatile Pine Script v6 indicator that empowers traders with clear trend analysis, reliable trade signals, and real-time insights. Its intuitive design and robust features make it a valuable addition to the TradingView Community Scripts by catering to traders of all levels. Here’s why it stands out:
Clear Trend Visualization: M.A.T.T. plots a moving average (MA) with dynamic coloring—green for rising, red for falling, and gray for flat—based on a user-defined lookback period. This simplifies trend interpretation, helping traders quickly assess market momentum.
Reliable Trade Signals : The script identifies price crossovers above or below the MA, plotting green circles for bullish crosses and red for bearish, confirmed on closed bars to prevent repainting. These signals guide entry and exit points for trend-following or reversal strategies.
Real-Time Extension Detection : M.A.T.T. calculates percentage price deviations from the MA, displaying real-time labels when thresholds (e.g., 6%) are exceeded. This highlights overextended moves, ideal for spotting reversals or pullbacks, with alerts to keep traders informed.
Extensive Customization : Traders can tailor the MA type (SMA, EMA, WMA, HMA), length, colors, line width, and label sizes. This flexibility supports diverse strategies across markets like stocks, forex, and crypto, from scalping to swing trading.
Automated Alerts : Alert conditions for crossovers and extensions integrate seamlessly with TradingView’s system, enabling traders to stay updated without constant chart monitoring.
M.A.T.T. combines trend analysis, signal generation, and overextension detection into a single, user-friendly tool. Its accessibility, reliability, and educational value for Pine Script learners make it a compelling contribution to the community.
II. What M.A.T.T. Does, How It Works, and Its Originality:
What It Does :
M.A.T.T. enhances trend analysis and trade decision-making through three core features:
Dynamic MA Visualization: Plots a customizable MA (SMA, EMA, WMA, or HMA) with trend-based coloring to reflect rising, falling, or flat market conditions.
Price Crossover Signals : Marks bullish (green circles) and bearish (red circles) crossovers, confirmed on closed bars, with alerts for trade opportunities.
Price Extension Labels : Displays real-time percentage deviations of price from the MA, with alerts when user-defined thresholds are breached, signaling potential reversals.
How It Works :
M.A.T.T. leverages Pine Script v6 for precise calculations and user-friendly outputs:
Inputs: Users select MA type, length, lookback period, colors, and thresholds for extensions, plus label styles and sizes for customization.
MA Calculation : A switch function computes the chosen MA (e.g., ta.ema(close, 21) for EMA). Trend direction is determined using ta.rising or ta.falling over the lookback period, coloring the MA accordingly.
Crossover Logic : Bullish crossovers (close > ma and close < ma ) and bearish crossovers (close < ma and close > ma ) are plotted as circles on confirmed bars (barstate.isconfirmed) to ensure reliability. Alerts trigger only on the first bar of a crossover.
Extension Logic : Percentage deviations are calculated as ((price - ma) / ma) * 100, using the high for above-MA extensions and low for below. Labels appear in real-time when thresholds are exceeded, with alerts on transitions to avoid noise.
Why It’s Original
M.A.T.T. distinguishes itself through a unique blend of features and thoughtful design:
All-in-One Design : It integrates dynamic MA coloring, non-repainting crossover signals, and real-time extension detection, addressing trend identification, trade signals, and overextension warnings in one tool—unlike most MA indicators that focus on a single aspect.
Real-Time Extension Labels : Displaying percentage deviations with customizable thresholds is a rare feature, ideal for volatile markets and not commonly found in standard scripts.
Non-Repainting Signals : Confirmed crossover signals enhance reliability for live trading, setting M.A.T.T. apart from less rigorous indicators.
Optimized Alert Condtions : Alerts trigger only on transitions (e.g., first bar of a crossover or extension), reducing noise and improving usability.
Visual and Functional Flexibility : Support for four MA types, extensive customization, and a clean interface (dynamic colors, tiny circles, clear labels) make it adaptable and user-friendly.
While MA plotting or crossovers exist elsewhere, M.A.T.T.’s seamless integration, real-time extension detection, alert conditions, and focus on reliability and customization create a distinctive, practical tool. Its balance of simplicity and sophistication makes it a unique asset for the TradingView community.