Pivot Point Monthly - bitcoin by Simon-RoseMonthly Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Daily Version:
Weekly Version:
在腳本中搜尋"weekly"
Pivot Points Daily - bitcoin by Simon-RoseDaily Version:
I have written 3 Indicators because i couldn't find what i was looking for in the library, so you can turn each one on and off individually for better visibility.
This are Daily, Weekly and Monthly Pivot Points with their Resistance and Support Points
and also on the Daily with the range between them.
I will also publish some Ideas to show you how to use them if you are not familiar with the traditional pivot points strategy already.
Unlike the usually 3 support & resistances i added 4 of them, specifically for trading bitcoin (on traditional markets this level of volatility usually never gets touched)
Here you can see which lines are what for reference, as the Feature to label lines is missing in Pinescript (if you have a workaround pls tell me ;) )
This is the basic calculation used :
PP = (xHigh+xLow+xClose) / 3
R1 = vPP+(vPP-Low)
R2 = vPP + (High - Low)
R3 = xHigh + 2 * (vPP - Low)
R4 = xHigh + 3 * (vPP - Low)
S1 = vPP-(High - vPP)
S2 = vPP - (High - Low)
S3 = xLow - 2 * (High - PP)
S4 = xLow - 3 * (High - PP)
If you have any questions or suggestions pls write me :)
Happy trading
Cheers
Weekly Version:
Monthly Version:
RSI + Trend Kijun LTThis script is a simple RSI + 1 indication on trend :
- RSI 14 periods that you can personalize :
- period and upper/lower boundary can be customize
- Coloration when RSI exceeds the upper/lower limits
- Indication on long term trend :
- if intraday or daily : weekly trend (haussier / baissier Ⓦ)
- if weekly : monthly trend (haussier / baissier Ⓜ)
- The trend is calculate by the following expression : last confirmed close (not real time) weekly/monthly compared to Kijun-Sen weekly/monthly
Ce script est un simple RSI + 1 indication de tendance :
- RSI 14 périodes que vous pouvez personnaliser :
- Période et limite supérieure/inférieure personnalisables
- Coloration lorsque le RSI dépasse les limites supérieures/inférieures
- Indication de la tendance à long terme :
- si intrajournalier ou journalier : tendance hebdomadaire (haussier / baissier Ⓦ)
- si hebdomadaire : tendance mensuelle (haussier / baissier Ⓜ)
- La tendance est calculée par l'expression suivante : dernière clôture confirmée (pas en temps réel) hebdomadaire/mensuelle par rapport à Kijun-Sen hebdomadaire/mensuelle.
NB : Maybe in futur, possibility to add daily trend when intraday / Peut-être à l'avenir, possibilité d'ajouter une tendance journalière en intrajournalier.
FTC (The Strat)The FTC indicator is for detecting Full Timeframe Continuity on a 60 min chart.
The indicator checks the current candle color of the daily, weekly and monthly charts while on the 60 minute chart.
If all of the 60 minute, daily, weekly and monthly candles are of the same color then there is a Full Timeframe Continuity.
Thus a chart can have FTC Up, FTC Down or be neutral.
A neutral condition occurs when there is at least one candle color in opposition on the 60 minute, daily, weekly or monthly timeframes.
The FTC indicator is visible on the top of the chart above the current candle.
Colors have been selected to display as best as possible on both black as well as white backgrounds.
Green indicates FTC Up.
Red indicates FTC Down.
Yellow indicates FTC Neutral.
(defaults)
Colors, symbols and positions can be configured with a configuration menu.
Click the 'gear' on the indicator after it has been applied to access the configuration menu.
The indicator can be applied to any timeframe chart. However, nothing will be displayed unless the timeframe is 60 minutes.
This version is in open beta for testing. Please provide feedback.
Disclaimer: All scripts from this account are for informational purposes only and do not produce buy or sell recommendations.
© 2018 Crinklebine
Overlay Higher Timeframe EMA 10Plot the daily and weekly EMA 10 on any timeframe.
The Daily EMA 10 is useful for helping a trader decide whether the price is overextended without switching back to the daily timeframe and losing focus. It will change colour to indicate which order the EMA 10 and EMA 20 is in.
The Weekly EMA 10 is useful for helping a trader decide whether to take a trade based on long term momentum. If it is over the current price then the market has more momentum to the downside and if it is under then the market has more momentum to the upside. It will also change colour depending on which order the EMA 10 and EMA 20 is in. The weekly is often forgotten in trade planning.
You can switch the Daily and the Weekly on and off independently and change styles if you wish.
ForexATRPositionSizerThis script allows me to size up my trades based on account size and ATR. Default is Weekly ATR.
Inputs:
1) Account Size
2) % Unit of Risk
3) ATR Time Frame
4) ATR Period
5) ATR Multiple
The indicator will calculate a trade size for you (1000 = 0.01 lots) across all pairs adjusted by ATR.
1 Unit of Risk (%) is equivalent to ATR Multiple * ATR Weekly of movement.
For example:
Assume you have a 10000 dollar account.
You equate 1% of Equity to N*ATR of movement on weekly chart.
Suppose N*ATR = 100 pips.
Therefore, your trade size will equate to 0.1 lots.
This allows the trader to equalize the effect of equity fluctuations relative to any one given pair.
Multi-Timeframe VWAPShows the Daily, Weekly, Monthly, Quarterly, and Yearly VWAP.
Also shows the previous closing VWAP, which is usually very near the HLC3 standard pivot for the previous time frame. i.e. The previous daily VWAP closing price is usually near the current Daily Pivot. Tickers interact well with the previous Daily and Weekly closing VWAP.
Enabling the STDEV bands shows 3 separate standard deviation levels, defaulted at 1, 2, and 3. The lookback period for the bands is always changing with each new bar, since the standard deviation is calculated from the current bar to the beginning of the period. This is different from bollinger bands, as the lookback is constant (usually 20 periods is the textbook default).
The STDEV bands interval of interest can be changed from Day (D), Week (W), Month (M), Quarter (Q), Year (Y).
Tickers tend to bounce very well on Daily, Weekly, and Yearly VWAP (Yes... Year). Use this code and observe the Year VWAP on several major symbols through the past few years and eyes will be opened.
reallifetrading.com DeanMA + vwap w/ 50+200 smaThis script functions in 2 modes, "intraday" & daily/weekly/monthly.
By changing your chart to any "intraday" timeframe, this mode will automatically switch based on which timeframe you are view on your TradingView charts.
INTRADAY: the script will show the "Dean Moving Average" (10ema on 15/min). NOTE: This 10ema on 15/min will calculate correctly even if using a 5 min chart.
DAILY/WEEKLY/MONTHLY: the script will show the 50 sma in green and 200 sma in purple. If you are viewing a daily chart, it will show the 50-daily sma, if you are viewing a weekly chart, it will show the 50-week sma, etc.
Any questions: DM me
Relative Strength of 2 securities - Jayy This is an update of the Relative Strength to index as used by Leaf_West.. 4th from the top. my original RS script is 3rd from the top.
In this use of the term " Relative Strength" (RS) what is meant is a ratio of one security to another.
The RS can be inerpreted in a fashion similar to price action on a regual security chart.
If you follow his methods be aware of the different moving averages for the different time periods.
From Leaf_West: "on my weekly and monthly R/S charts, I include a 13 EMA of the R/S (brown dash line) and
an 8 SMA of the 13 EMA (pink solid line). The indicator on the bottom of the weekly/monthly charts is an
8 period momentum indicator of the R/S line. The red horizontal line is drawn at the zero line.
For daily or 130-minute time periods (or shorter), my R/S charts are slightly different
- the moving averages of the R/S line include a 20EMA (brown dash line), a 50 EMA (blue dash line) and
an 8 SMA of the20 EMA (pink solid line). The momentum indicator is also slightly different from the weekly/monthly
charts – here I use a 12 period calculation (vs 8 SMA period for the weekly/monthly charts)."
Leaf's website has gone but I if you are interested in his methods message me.
What is different from my previous RS: The RS now displays RS candles. So if you prefer to watch price action of candles to
a line chart which only plots the ratio of closes then this will be more interesting to you.
I have also thrown in a few options to have fun with.
Jayy
SuperTrend Oscillator v3Version 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator.
Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator.
Make the chart yours using the share button for the indicator with barcolors functionality.
Changes from v2 and looking forward: Indicator now uses a 14 length SuperTrend with no ATR multiplier. This my preferred use and I'd be grateful to hear your case for a different length/multiplier. Removed the Bollinger Bands and retracement dots due to these being gimmicky and marginally useful. There may be a version 4 should a similar concept using a rate of change analysis turn out to be useful. I have also tried -in vain- to plot internal trend peaks as horizontal S/R levels. Please pm if you are willing to help in that respect.
Strategy: The indicator will display the trend as a red/green area. It measures the spread between the closing price and the SuperTrend line, much like a CCI (close and ma). When the area contracts warning bars of the opposite trend color will warn of a reversal. When this happens, these areas will either be defended, reviving the trend, or will break, causing a trend flip. SuperTrend is unique in that breaks are typically large candles, and that its levels, especially on Weekly, Daily, Hourly, Minute timeframes, these levels will be defended (think similar to a 200sma or a 21ema). The STO making new highs within (internal) a trend is an overextension sign.
CVX Example: This is not a full analysis of CVX's stock , just an example potential trades. On the posted chart I used a weekly and a daily STO.
Long 1:The weekly showed warnings and then flipped. The daily made a double bottom, showed warnings and then flipped the daily STO at trendline support.
Long 2:The weekly still shows an uptrend, the daily made a weak break to downtrend and reversed back upwards at trendline support, forming a double bottom. Note the conservative exit when the STO made an internal new high.
Long 3: looking forward on CVX stock , the current downtrend made a weak break and is showing sings of reversal (pin bar) at horizontal support. Go long on flip of the daily (conservative) or flip of the hourly (aggressive).
SuperTrend OscillatorVersion 3: Improved aesthetically, complete turnaround for the strategy with which to use this indicator.
Once again, thanks to BlindFreddy and ChrisMoody for the bits of code that were assembled into this indicator.
Make the chart yours using the share button for the indicator with barcolors functionality.
Changes from v2 and looking forward: Indicator now uses a 14 length SuperTrend with no ATR multiplier. This my preferred use and I'd be grateful to hear your case for a different length/multiplier. Removed the Bollinger Bands and retracement dots due to these being gimmicky and marginally useful. There may be a version 4 should a similar concept using a rate of change analysis turn out to be useful. I have also tried -in vain- to plot internal trend peaks as horizontal S/R levels. Please pm if you are willing to help in that respect.
Strategy: The indicator will display the trend as a red/green area. It measures the spread between the closing price and the SuperTrend line, much like a CCI (close and ma). When the area contracts warning bars of the opposite trend color will warn of a reversal. When this happens, these areas will either be defended, reviving the trend, or will break, causing a trend flip. SuperTrend is unique in that breaks are typically large candles, and that its levels, especially on Weekly, Daily, Hourly, Minute timeframes, these levels will be defended (think similar to a 200sma or a 21ema). The STO making new highs within (internal) a trend is an overextension sign.
CVX Example: This is not a full analysis of CVX's stock, just an example potential trades. On the posted chart I used a weekly and a daily STO.
Long 1:The weekly showed warnings and then flipped. The daily made a double bottom, showed warnings and then flipped the daily STO at trendline support.
Long 2:The weekly still shows an uptrend, the daily made a weak break to downtrend and reversed back upwards at trendline support, forming a double bottom. Note the conservative exit when the STO made an internal new high.
Long 3: looking forward on CVX stock, the current downtrend made a weak break and is showing sings of reversal (pin bar) at horizontal support. Go long on flip of the daily (conservative) or flip of the hourly (aggressive).
Momentum of Relative strength to Index Leaf_West styleMomentum of Relative Strength to index as used by Leaf_West. This is to be used with the companion Relative Strength to Index indicator Leaf_West Style. Make sure you use the same index for comparison. If you follow his methods be aware of the different moving averages for the different time periods. From Leaf_West: "on my weekly and monthly R/S charts, I include a 13 EMA of the R/S (brown dash line) and an 8 SMA of the 13 EMA (pink solid line). The indicator on the bottom of the weekly/monthly charts is an 8 period momentum indicator of the R/S line. The red horizontal line is drawn at the zero line.
For daily or 130-minute time periods (or shorter), my R/S charts are slightly different - the moving averages of the R/S line include a 20EMA (brown dash line), a 50 EMA (blue dash line) and an 8 SMA of the20 EMA (pink solid line). The momentum indicator is also slightly different from the weekly/monthly charts – here I use a 12 period calculation (vs 8 SMA period for the weekly/monthly charts)." Leaf's methods do evolve and so watch for any changes to the preferred MAs etc..
Relative strength to Index set up as per Leaf_WestRelative Strength to index as used by Leaf_West. If you follow his methods be aware of the different moving averages for the different time periods. From Leaf_West: "on my weekly and monthly R/S charts, I include a 13 EMA of the R/S (brown dash line) and an 8 SMA of the 13 EMA (pink solid line). The indicator on the bottom of the weekly/monthly charts is an 8 period momentum indicator of the R/S line. The red horizontal line is drawn at the zero line.
For daily or 130-minute time periods (or shorter), my R/S charts are slightly different - the moving averages of the R/S line include a 20EMA (brown dash line), a 50 EMA (blue dash line) and an 8 SMA of the20 EMA (pink solid line). The momentum indicator is also slightly different from the weekly/monthly charts – here I use a 12 period calculation (vs 8 SMA period for the weekly/monthly charts)." Leaf's methods do evolve and so watch for any changes to the preferred MAs etc..
CM_Pivot Points Daily To IntradayNew Pivots Indicator With Options for Daily, 4 Hour, 2 Hour, 1 Hour, 30 Minute Pivot Levels!
Great for Forex Traders! - Take a Look at Chart with Weekly, Daily, and 4 Hour levels. Weekly Pivots Indicator is separate - Link is Below.
Plot one Pivot Level or Multiple at the Same Time via Check Boxes in the Inputs tab.
Defaults to 4 Hour Pivot Levels - Adjust in Inputs Tab.
S3 and R3 are turned off by Default - You can Activate Them In The Inputs Tab.
These Intraday Options were Requested By Users Using My CM_ Pivots Point Custom Indicator that Plots Daily, Weekly, Monthly, Quarterly, and Yearly Pivot Levels. Link is Below.
Now Both Longer-Term Traders and Shorter Term Traders Have All The Pivot Levels They Need. From Yearly Levels All The Way Down to 30 Minute Levels!
***The Candles On The Chart Are Custom Heikin-Ashi Paint Bars. Link is Below
CM_ Pivot Points Custom
Daily, Weekly, Monthly, Quarterly, Yearly Pivot Levels
Heikin-Ashi Paint Bars
CM_Pivot Points_CustomCustom Pivots Indicator - Plots Yearly, Quarterly, Monthly, Weekly, and Daily Levels.
I created this indicator because when you have multiple Pivots on one chart (For Example The Monthly, Weekly, And Daily Pivots), the only way to know exactly what pivot level your looking at is to color ALL S1 Pivots the same color, but create the plot types to look different. For example S1 = Bright Green with Daily being small circles, weekly being bigger circles, and monthly being even bigger crosses for example. This allows you to visually know exactly what pivot levels your looking at…Instantly without thinking. This indicator allows you to Choose any clor you want for any Pivot Level, and Choose The Plot Type.
💎💎💎 We are the Masters- by edegrano-Donna-Leah 2How to Use the "💎💎💎 We are the Masters" Script
1. Set Your Timeframes
EMA Timeframes (emaTF1, emaTF2, emaTF3):
Choose 3 different chart timeframes on which you want to analyze the EMA bias. These timeframes will determine how the script evaluates the market trend via EMAs.
Trendline Timeframes (tf1, tf2, tf3):
Choose 3 timeframes for the linear regression trendlines. These smooth out price action and indicate the trend slope.
2. Set Linear Regression Length (regLen)
This controls the length (number of bars) the linear regression trendline uses to calculate the trend.
Smaller values make the trendline more sensitive; higher values smooth out noise but react slower.
3. Interpret the Output
EMA Bias per Timeframe:
Bullish if EMA 50 > EMA 200 on that timeframe.
Bearish if EMA 50 < EMA 200.
Trendline Slope per Timeframe:
Bullish if current regression value > previous regression value (price is trending up).
Bearish if current regression value ≤ previous regression value.
Special Buy Signal:
When all 3 EMA biases are bullish AND all 3 trendline slopes are bullish → Strong Buy Signal (blue dot below bar).
Special Sell Signal:
When all 3 EMA biases are bearish AND all 3 trendline slopes are bearish → Strong Sell Signal (red dot above bar).
EMA Crosses:
The script plots vertical lines and labels on the current timeframe when EMA 50 crosses above (bullish) or below (bearish) EMA 200.
Information Table:
Shows EMA bias and trendline slope status for all timeframes, last EMA cross info, and final overall suggestion.
4. How to Use in Trading
Confirm Trend: Use the EMA bias and trendline slope confluences to confirm the overall trend across multiple timeframes.
Trade Entry: Consider entering long when the special buy signal appears; enter short when the special sell signal appears.
EMA Crosses: Use crosses as secondary confirmation or to detect early momentum shifts.
Trendline Slope: Helps confirm if the price is gaining or losing strength on different timeframes.
Monitor Table: Quickly glance to understand current market bias and confluence.
Suggested Parameters for Different Trading Styles
Style EMA Timeframes Trendline Timeframes Linear Regression Length (regLen)
Scalping 1 min, 3 min, 5 min 1 min, 3 min, 5 min 15 - 20 (responsive, fast)
Day Trading 5 min, 15 min, 30 min 5 min, 15 min, 30 min 20 - 30 (balanced responsiveness)
Swing Trading 1 hr, 4 hr, Daily 1 hr, 4 hr, Daily 30 - 50 (smoother, slower trend)
Position Trading 4 hr, Daily, Weekly 4 hr, Daily, Weekly 50 - 100 (very smooth)
Tips
When using short timeframes, keep the regression length smaller for quicker reaction to price changes.
For longer timeframes, increase regression length to reduce noise and false signals.
Use this script alongside volume or other indicators to improve entry quality.
Avoid trading against the overall confluence bias (e.g., don’t enter longs if final suggestion is “Strong Bearish”).
Dynamic 5DMA/EMA with Color for Multiple Products🔹 Dynamic 5DMA/EMA with Slope-Based Coloring (All Timeframes)
This indicator plots a dynamic 5-period moving average that adapts intelligently to your chart's timeframe and product type — giving you a clean, slope-sensitive visual edge across intraday, daily, and weekly views.
✅ Key Features:
📈 Dynamic MA Length Scaling:
On intraday timeframes, the MA adjusts for your selected market session (RTH, ETH, VIX, or Futures), calculating a true 5-day average based on actual session length — not just a flat bar count.
🔄 Automatic Timeframe Detection:
Daily Chart: Uses standard 5DMA or 5EMA.
Weekly Chart: Applies a true 5-week MA.
Intraday Charts: Converts 5 days into bar-length equivalent dynamically.
🎨 Color-Coded Slope Logic:
Green = Rising MA (bullish slope)
Red = Falling MA (bearish slope)
Neutral slope = previous color held for visual continuity
No more guessing — direction is instantly clear.
⚠️ Built-In Slope Flip Alerts:
Set alerts when the slope of the MA turns up or down. Ideal for timing pullback entries or exits across any product.
⚙️ Session Settings for Proper Scaling:
Choose your product's market structure to ensure accurate 5-day conversion on intraday charts:
Stocks - RTH: 390 mins/day
Stocks - ETH: 780 mins/day
VIX: 855 mins/day
Futures: 1440 mins/day
This ensures the MA reflects 5 full trading days, regardless of session irregularities or bar interval.
📌 Why Use This Indicator?
Most MAs misrepresent trend direction on intraday charts because they assume static daily bar counts. This tool corrects that, then adds slope-based coloring to give you a fast, visual read on short-term momentum. Whether you’re swing trading SPY, scalping VIX, or position trading futures, this indicator keeps your view aligned with how institutions see moving averages across timeframes.
🔧 Best For:
VIX & volatility traders
Short-term SPY/SPX traders
Swing traders who value clean setups
Anyone wanting a true 5-day trend anchor on any chart
D, W, M_CPR _ By VAZHGA VALAMUDAN SKcpr for daily, weekly, monthly levels and daily weekly monthly high low with ema 8,20,50,200"
Bitcoin Logarithmic Growth Curve 2025 Z-Score"The Bitcoin logarithmic growth curve is a concept used to analyze Bitcoin's price movements over time. The idea is based on the observation that Bitcoin's price tends to grow exponentially, particularly during bull markets. It attempts to give a long-term perspective on the Bitcoin price movements.
The curve includes an upper and lower band. These bands often represent zones where Bitcoin's price is overextended (upper band) or undervalued (lower band) relative to its historical growth trajectory. When the price touches or exceeds the upper band, it may indicate a speculative bubble, while prices near the lower band may suggest a buying opportunity.
Unlike most Bitcoin growth curve indicators, this one includes a logarithmic growth curve optimized using the latest 2024 price data, making it, in our view, superior to previous models. Additionally, it features statistical confidence intervals derived from linear regression, compatible across all timeframes, and extrapolates the data far into the future. Finally, this model allows users the flexibility to manually adjust the function parameters to suit their preferences.
The Bitcoin logarithmic growth curve has the following function:
y = 10^(a * log10(x) - b)
In the context of this formula, the y value represents the Bitcoin price, while the x value corresponds to the time, specifically indicated by the weekly bar number on the chart.
How is it made (You can skip this section if you’re not a fan of math):
To optimize the fit of this function and determine the optimal values of a and b, the previous weekly cycle peak values were analyzed. The corresponding x and y values were recorded as follows:
113, 18.55
240, 1004.42
451, 19128.27
655, 65502.47
The same process was applied to the bear market low values:
103, 2.48
267, 211.03
471, 3192.87
676, 16255.15
Next, these values were converted to their linear form by applying the base-10 logarithm. This transformation allows the function to be expressed in a linear state: y = a * x − b. This step is essential for enabling linear regression on these values.
For the cycle peak (x,y) values:
2.053, 1.268
2.380, 3.002
2.654, 4.282
2.816, 4.816
And for the bear market low (x,y) values:
2.013, 0.394
2.427, 2.324
2.673, 3.504
2.830, 4.211
Next, linear regression was performed on both these datasets. (Numerous tools are available online for linear regression calculations, making manual computations unnecessary).
Linear regression is a method used to find a straight line that best represents the relationship between two variables. It looks at how changes in one variable affect another and tries to predict values based on that relationship.
The goal is to minimize the differences between the actual data points and the points predicted by the line. Essentially, it aims to optimize for the highest R-Square value.
Below are the results:
snapshot
snapshot
It is important to note that both the slope (a-value) and the y-intercept (b-value) have associated standard errors. These standard errors can be used to calculate confidence intervals by multiplying them by the t-values (two degrees of freedom) from the linear regression.
These t-values can be found in a t-distribution table. For the top cycle confidence intervals, we used t10% (0.133), t25% (0.323), and t33% (0.414). For the bottom cycle confidence intervals, the t-values used were t10% (0.133), t25% (0.323), t33% (0.414), t50% (0.765), and t67% (1.063).
The final bull cycle function is:
y = 10^(4.058 ± 0.133 * log10(x) – 6.44 ± 0.324)
The final bear cycle function is:
y = 10^(4.684 ± 0.025 * log10(x) – -9.034 ± 0.063)
The main Criticisms of growth curve models:
The Bitcoin logarithmic growth curve model faces several general criticisms that we’d like to highlight briefly. The most significant, in our view, is its heavy reliance on past price data, which may not accurately forecast future trends. For instance, previous growth curve models from 2020 on TradingView were overly optimistic in predicting the last cycle’s peak.
This is why we aimed to present our process for deriving the final functions in a transparent, step-by-step scientific manner, including statistical confidence intervals. It's important to note that the bull cycle function is less reliable than the bear cycle function, as the top band is significantly wider than the bottom band.
Even so, we still believe that the Bitcoin logarithmic growth curve presented in this script is overly optimistic since it goes parly against the concept of diminishing returns which we discussed in this post:
This is why we also propose alternative parameter settings that align more closely with the theory of diminishing returns."
Now with Z-Score calculation for easy and constant valuation classification of Bitcoin according to this metric.
Created for TRW
Price Action 101 Pro3-in-1 Price Action Pro: Complete Trading System
The Ultimate All-in-One Price Action, Support & Resistance, and Break & Retest Professional Trading Suite
---
🤔 What Makes This Indicator Unique?
This is the only indicator you'll ever need for complete price action mastery.
Unlike traditional single-purpose tools, the 3-in-1 Price Action Pro combines three essential trading methodologies into one seamlessly integrated system. This isn't just another indicator collection—it's a sophisticated trading ecosystem that automatically detects market structure shifts, identifies dynamic and static support/resistance levels, and signals high-probability break and retest opportunities across multiple timeframes simultaneously.
The 3-in-1 Price Action Pro is your complete price action trading command center.
This revolutionary all-in-one system eliminates the need for multiple indicators cluttering your charts. By combining advanced swing point detection, multi-timeframe support and resistance analysis, and professional-grade break & retest signals into one unified tool, you get institutional-level market analysis with the simplicity of a single indicator. Whether you're scalping 1-minute charts or swing trading daily timeframes, this comprehensive suite adapts to your strategy while maintaining the clean, professional presentation that serious traders demand.
---
📊 Core Swing Point Detection System (Price Action Module)
Multi-Length Swing Point Analysis Engine
Transform your market structure analysis with our proprietary multi-length swing detection algorithm. This advanced system simultaneously monitors multiple swing lengths, creating a layered view of market dynamics that captures everything from minor intraday reversals to major trend shifts across multiple time horizons.
Intelligent Swing Point Classification:
- HH (Higher High) - Bullish momentum confirmation
- HL (Higher Low) - Uptrend structure validation
- LH (Lower High) - Bearish momentum signal
- LL (Lower Low) - Downtrend confirmation
The system instantly reveals current market structure by automatically labelling the relationship between consecutive swing points—absolutely crucial for professional trend analysis and strategic trade planning.
Advanced Visual Display Features
Dynamic Swing Point Breakout Lines
Our breakthrough visualization system plots intelligent breakout lines based on recent swing point activity, providing crystal-clear identification of:
- Critical structure shift moments
- High-probability breakout and reversal levels
- Precise entry and exit timing signals
Professional Moving Average Integration
- Standard SMA: Dynamic trend direction with built-in support/resistance functionality
- Exclusive 20SMA River: Creates a flowing price channel system that highlights average price movement range, assists in trend channel trading, and identifies high-probability mean reversion zones
Enhanced Daily Trend Display System
Revolutionary Multi-Mode Trend Analysis
Choose from three powerful trend analysis modes tailored to your trading style:
✅ Real-Time Mode: Live trend updates for scalpers and day traders requiring instant market feedback
✅ Daily Close Mode: Confirmed daily candle analysis perfect for swing traders seeking noise-free signals
✅ Both Mode: Side-by-side comparison display for traders demanding complete market context
---
🎯 Multi-Timeframe Support & Resistance Detection System
Automated Dual-Layer S&R Technology
Experience the power of our advanced support and resistance detection engine that automatically identifies and plots critical price levels across multiple timeframes with institutional-grade precision.
Daily Support & Resistance Levels (Automated)
- Proprietary algorithm uses advanced high/low analysis to generate precise support and resistance zones
- Dynamic colour-changing technology when price interacts with levels
- Fully customizable lookback periods optimized for timeframes from 4H down to 1M
- Professional visual zone creation around key institutional price areas
Higher Timeframe Support & Resistance Integration (Automated)
- Intelligent auto-updating system based on higher timeframe swing point analysis
- Perfect for establishing longer-term bias and strategic positioning
- Independent customization settings separate from daily level analysis
- Optimized performance for timeframes from Daily down to 1H
Weekly Separator Integration
Visual weekly separators enhance time-based analysis, helping you maintain proper temporal context for all support and resistance decisions.
Professional Applications
- Multi-timeframe confluence analysis for high-probability setups
- Institutional price level identification for trading with the smart money
- Enhanced bounce and breakout opportunity detection
- Precise stop-loss and take-profit placement** based on actual market structure
---
🚀 Break & Retest Pro: Advanced Strategy Signal System
Professional Break & Retest Detection Engine
Transform your breakout trading with our sophisticated break and retest identification system. This advanced module combines cutting-edge price action analysis with visual trend confirmation and automated signal generation for executing proven high-probability strategies with institutional-level precision.
Multi-Timeframe Break Analysis Technology
- Advanced break point detection across multiple sensitivity levels
- Dynamic line plotting system visualizes key support and resistance violations
- Real-time identification of significant price structure breaks
- Intelligent filtering eliminates false breakouts and focuses on high-conviction setups
Exclusive SMA River Analysis System
- Professional-grade SMA River with advanced price smoothing algorithms
- Creates dynamic support and resistance channels perfect for river strategy implementation
- Fully customizable transparency and colour schemes for optimal chart clarity
- Visual "river" channel flow identifies trend direction and critical price interaction zones
Integrated Daily Support & Resistance Automation
- Optional automated daily S&R detection and plotting system
- Precision calculation of key daily support and resistance zones
- Clean, professional line display with complete customization control
- Perfect complement to dynamic river levels for comprehensive institutional-style analysis
Advanced Signal Generation
Professional Visual Trading Signals
- Crystal-clear buy/sell arrow indicators for instant trade identification
- Fully customizable arrow display with complete toggle control
- Intelligent color-coded signals that adapt to real-time market conditions
Real-Time Trend Direction Display
- Live trend status table showing current market momentum
- Daily timeframe trend analysis for enhanced probability setups
- Professional customizable colour schemes for all market conditions
Complete Professional Customization Suite
- Adjustable line styles (Solid, Dashed, Dotted) for personal preference
- Full colour customization for all visual elements
- Clean, uncluttered professional chart presentation
- Organized settings interface for efficient configuration
---
⚡ Why Choose 3-in-1 Price Action Pro?
Complete Trading System Integration:
This isn't just another indicator—it's a complete price action trading ecosystem that replaces multiple tools with one professional-grade solution.
Institutional-Level Analysis:
Access the same level of market structure analysis used by professional trading firms, but simplified for individual trader implementation.
Multi-Strategy Compatibility:
Whether you're a scalper, day trader, swing trader, or position trader, this system adapts to your methodology while maintaining consistent professional-grade analysis.
Clean Professional Presentation: Maintain uncluttered charts while accessing comprehensive market analysis—perfect for traders who demand both functionality and visual clarity.
Proven Methodology Integration: Based on time-tested price action principles combined with modern algorithmic precision for the ultimate trading advantage.
---
🎯 Perfect For All Trading Styles
- Day Traders: Real-time structure analysis with instant breakout detection
- Swing Traders: Multi-day level analysis with confirmed trend direction
- Scalpers: Fast structure shifts with clean entry/exit visualization
- Position Traders: Long-term trend confirmation with strategic level identification
- All Experience Levels: Intuitive visual signals suitable for beginners to professionals
Stop using multiple indicators that conflict with each other. Start trading with the only system that gives you complete price action mastery in one professional package.
ICT Assistance TYHE42█ Overview
ICT Assistant Tye42 is a complete indicator built for Smart Money Concepts (SMC) and ICT-based trading strategies, offering a clear, stable, and real-time view of key market levels.
This all-in-one tool includes several essential features used by professional traders:
Fair Value Gaps (FVG) detected in real-time
EQH (Equal Highs) and EQL (Equal Lows) auto-detected
Previous Highs & Lows (Daily, Weekly, Monthly)
Killzones (Asian Range, London Open, New York Open, London Close)
Daily Open Line
Every module is fully customizable (color, opacity, timezone, toggle on/off), allowing traders to tailor the indicator to their strategy, style, and chart theme.
Designed for traders focused on market structure, liquidity, and imbalances, this script emphasizes clarity, responsiveness, and visual efficiency — without cluttering your chart.
█ How It Works
🔍 Automatic detection of key price action elements:
Fair Value Gaps (FVG): identified based on ICT logic (imbalance between the current candle and the one two candles back)
EQH/EQL: spots equal highs and lows as potential liquidity zones
Previous Highs & Lows: automatically plots highs and lows from previous sessions (Daily, Weekly, Monthly)
Killzones: highlights key time-based volatility zones depending on your selected timezone
Daily Open Line: shows the daily open level to help frame the trading session
█ How to Use
Use FVGs and EQH/EQL as potential imbalance or liquidity signals
Combine with Killzones to identify moments of high volatility
Monitor Previous Highs & Lows for potential stop hunts or reaction areas
Works on all timeframes – ideal for intraday and swing trading
█ Settings
Custom colors & opacity for each module
Adjustable timezone for precise session alignment
Individual on/off toggles for a clean and tailored display
█ What Makes It Unique
Unlike other ICT indicators that overload charts with visuals, ICT Assistant Tye42 follows a minimalist, clean, and efficient approach, while combining all key tools in one script.
Built for traders who want to focus on what matters most — market structure, liquidity, and institutional price behavior — this tool provides everything you need in a sleek package.
⚠️ Disclaimer
This script is for educational purposes only and does not constitute financial advice. Use at your own risk. No refunds or liabilities provided.
HiddenRidder - Scalping - WVAP based on RSISTATEMENT : I’m NOT fan of intraday (or scalping) approach, but done some tradings with real money to verify my strategies.
Works well on very small timeframe (15 mins and lower)
This indicator is a very tight to scalping or intraday (not big fan), it equipped with:
- VWAP (you may change the anchor "session" based or weekly, monthly ,,, etc).
- Moving Average (with dynamic coloring base on direction).
- You may "Enable " the high volume (including ultra-high) and low volume too.
- You may "Enable" Show session , which create vertical dotted lines that indicates hourly, daily) for last few days back.
- RSI is "not active" for testing purposes only.
How to use it: ( on your own risk )
As showing below, add RSI andrew cardwell that used Andrew approach for direction. Above Weekly/Session VWAP along with RSI above 60 and MA (green), that's an enter point. And vise versa.
Disclaimer
These indicators are provided for educational purposes only and do not constitute financial advice or guarantees. Use is at your own risk, and all decisions remain your sole responsibility.
Desempenho 4ªs (MA)This Pine Script v5 indicator calculates the performance from Wednesday to Wednesday at 10:30 AM for the charted instrument. Every Wednesday at that time, it records the closing price and computes the percentage change, assigning a signal: +1 for increases above 1 %, -1 for declines below -1 %, and 0 for intermediate movements. It plots a five-period simple moving average on the main chart, color-coded green, red, or gray based on the weekly signal. Vertical dotted lines mark each weekly separation, and two blue horizontal lines denote the ±1 % thresholds for the current week. A label displays the performance percentage and signal.