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!
Komut dosyalarını "weekly" için ara
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.
Candle Type w/only 3-1This script is a "fork" of Crinklebine's excellent "Candle Type" script for Rob Smith's ( aka RobInTheBlack) #thestrat methodology. 1 strategy that's becoming increasingly popular is looking for 3-1 (outside-inside) set-ups per #thestrat. The idea is that as the inside candle breaks, the target to take profits is given by the high/low of the previous outside range. This script is for traders who only want to look for this specific candle combo (3-1) and highlights up/dn breaks of the inside candle. It's designed to work with or without "Candle Type" (so traders who want all bars labelled can also select Crinklebine's Candle Type script to run concurrently). I've had traders specifically request this script from me, so I thought others may be interested as well and I'm sharing it here.
Candle Type w/2Up + 2Dn v2.0This script builds on Candle Type w/2Up + 2Dn by incorporating signals for inside + up, outside + up, + rev strat set-ups. All of these can be turned off if they compete w/ other indicators or just clutter up the chart.
Briefly, the script works based on #thestrat developed by Rob Smith and the 1-2-3 bar script coded by @Crinklebine. Candle Type w/2Up + 2Dn is a "fork" of @Crinklebine's excellent indicator. I find the visualization of U-D-I-O (up/dn/inside/outside candles) easier to scan through 100's of charts than 1-2-3's. This is just personal preference, but they work based on the exact same principles. Performance is enhanced with a trend filter like @boardriderb's "TC" script or similar timeframe continuity filters based on the #thestrat developed by Rob Smith. I also prefer an ATR-based trailing stop; Rob recommends pSAR for trailing stops.
Together these indicators form a power system, but users are still responsible for their own trade management, entries & exits, risk profiles, stop loss, etc.