Enhanced Neowave Wave 1 Finder with ZigZagThis script is an advanced technical analysis indicator for the TradingView platform, written in Pine Script version 5. Its primary goal is to identify potential Elliott Wave "Wave 1" patterns, enhanced with principles from Neowave theory and a custom ZigZag indicator for more accurate pivot detection. The script is designed to be overlaid on the main price chart.
Core Functionality: Blending ZigZag and Neowave
The indicator's methodology is a two-part process. First, it identifies significant price swings using a robust ZigZag indicator. Then, it analyzes these swings based on a set of rules derived from Neowave and classic technical analysis to validate them as potential Wave 1 patterns.
Part 1: ZigZag Integration
The first major component is a comprehensive ZigZag indicator that forms the foundation for all subsequent analysis.
Pivot Detection: The pivots() function is the engine of the ZigZag. It scans the historical price data for significant high and low points (pivots) over a user-defined Length.
Segment Drawing: Once pivots are identified, the script draws lines connecting them, creating the classic ZigZag pattern on the chart.
Extended Direction & Ratios: This is an enhanced feature. The script doesn't just identify highs and lows; it categorizes them as:
Higher High (HH) or Lower High (LH)
Lower Low (LL) or Higher Low (HL)
This classification is crucial for understanding the market structure. It also calculates the price ratio of the most recent ZigZag leg relative to the previous one, which is used later for pattern validation.
Dynamic Updates: The ZigZag is not static. On each new bar, it can update its most recent pivot point if a new, more extreme price (a higher high or a lower low) is printed before the direction officially changes. This ensures the ZigZag is always reflecting the most current and significant price action.
Part 2: Neowave Wave 1 Finder
With the market structure defined by the ZigZag, the second part of the script applies a rigorous set of rules to identify potential Wave 1 patterns. A Wave 1 is the initial move of a new trend in Elliott Wave theory.
Key Validation Criteria
For a price move between two ZigZag pivots to be considered a valid Wave 1, it must pass a series of checks:
Significance: The move must have a minimum percentage change (Minimum Wave Length) and last for a minimum number of bars, filtering out insignificant noise.
Volume Confirmation: A genuine impulse wave is typically supported by increasing volume. The script checks if the volume during the potential Wave 1 is significantly higher than the recent average (Volume Increase Threshold).
Momentum Alignment: The direction of the wave must be confirmed by momentum indicators.
For a bullish (upward) Wave 1, the Relative Strength Index (RSI) must be in a bullish regime (above 50) and the MACD line must be above its signal line.
For a bearish (downward) Wave 1, the RSI must be below 50 and the MACD line must be below its signal line.
Structural Analysis (Impulse vs. Diagonal): The script attempts to differentiate between two types of Wave 1:
Impulse Wave: A strong, clean, and direct move.
Diagonal Wave: A more complex, overlapping, and often wedge-shaped pattern. This is identified by analyzing the time and price complexity of the move, along with the ZigZag leg ratios.
Wave 2 Retracement Check: A critical Neowave rule is that a valid Wave 1 must be followed by a valid Wave 2 retracement. The script looks at the next ZigZag leg to ensure it doesn't retrace more than 100% of the potential Wave 1. It also uses the ZigZag ratios to confirm the retracement falls within typical Fibonacci levels (e.g., 38.2% to 78.6%).
Display and User Interface
The script provides a rich visual experience to aid the trader in their analysis.
Wave Labels and Boxes: When a valid Wave 1 is detected, it is highlighted with a colored line (green for bullish, red for bearish) and a shaded background box. A label clearly marks it as "Wave 1 IMPULSE" or "Wave 1 DIAGONAL".
Fibonacci Retracement Levels: Upon detection of a Wave 1, the script automatically draws key Fibonacci retracement levels (38.2%, 50%, 61.8%, 78.6%). These levels are potential targets for the end of the subsequent Wave 2, offering potential entry points for a Wave 3 trade.
Information Labels: Additional labels provide at-a-glance confirmation of the conditions, showing whether volume and momentum criteria were met.
Customizable Inputs: Users have extensive control over the indicator's parameters, including the ZigZag length, volume thresholds, RSI levels, and the colors of all visual elements.
Alerts: The indicator can be configured to generate an alert whenever a new bullish or bearish Wave 1 pattern is confirmed, allowing traders to be notified of potential opportunities in real-time.
Kitaran
Aggregated VolumeHow to Read the “Aggregated Volume” Signal
This indicator combines normalized volume, short-term volume bursts, pivot levels, VWAP, and a 200-period EMA to give you a multi-dimensional view of trading activity. Here’s how to interpret each component and synthesize them into actionable insights.
1. Custom Volume Signal (vSignal)
• Calculation
• vSignal = Sum of over bars, divided by the current price.
• A rising vSignal means more volume is being traded per unit of price, signaling growing interest relative to price level.
• Plot styling
• Bars are lime when (bullish volume days)
• Bars are orange when (bearish volume days)
How to read it
• Trend confirmation: Increasing lime bars alongside rising price suggests buyers in control.
• Warning sign: Rising orange bars on a down move indicate accelerating selling pressure.
• Divergence:
• Price making new highs while vSignal stalls or drops → potential top.
• Price making new lows while vSignal holds → potential bottom.
2. Short-Term Volume Bursts
Three semi-transparent histograms show how much the last 2, 5, and 10-bar raw volumes exceed (or fall below) the current vSignal:
• Blue = vol(2) – vSignal
• Green = vol(5) – vSignal
• Red = vol(10) – vSignal
If a colored bar sits above zero, that lookback’s volume is surging relative to the longer-term average (vSignal).
How to read it
• Clustered bursts:
• Blue + Green + Red above zero → strong, broad-based volume surge.
• Great for confirming breakouts and shakeouts.
• Isolated burst:
• Only Blue (> 0) on a small range bar → might be a false breakout or intrabar squeeze.
• Only Red (> 0) on a wide range → institutional involvement; act with caution.
3. Pivot Volume Levels (v & t)
• Every 21 bars, the script finds the highest and lowest vSignal values and plots them as shaded price levels:
• Magenta area = recent vSignal high (resistance)
• Cyan area = recent vSignal low (support)
How to read it
• Rejection/Break:
• Price approaches magenta zone and stalls → sellers defending that volume high.
• Break above magenta with high vSignal → likely sustained rally.
• Support flip:
• Cyan zone hold → buyers stepping in at heavy-volume lows.
• Break below cyan with rising vSignal → bearish conviction.
4. Midline Cross (Volume Equilibrium)
• A 10-bar SMA of
• Drawn as a faint white cross on price
How to read it
• Above midline → overall volume bias is skewed bullish.
• Below midline → bearish volume bias.
Crossovers of vSignal through this midline can signal shifts in underlying conviction.
5. VWAP & 200-Period EMA Overlays
• VWAP (transparent red if above price, green if below)
• EMA(200) plotted as aqua circles
How to read them
• VWAP tells you the intraday “value area.”
• Price above VWAP + rising vSignal = intraday buyers in charge.
• Price below VWAP + rising vSignal = aggressive sellers.
• EMA(200) gives you the longer-term trend.
• Above EMA200 = bullish regime
• Below EMA200 = bearish regime
6. Putting It All Together: Example Scenarios
1. Bullish Entry
• Price > EMA200 & VWAP is green
• vSignal rising in lime
• All three short-term bursts above zero
• Price near or breaking the magenta pivot with volume confirmation
2. Bearish Entry
• Price < EMA200 & VWAP is red
• vSignal rising in orange
• Two-bar burst (blue) spikes on a down bar
• Price failing at magenta pivot or breaking cyan support
3. Divergence Play
• Price makes new high, but vSignal peaks lower than last high → look for a reversal.
• Price drops to new low, but vSignal stays above its last low → prepare for a bounce.
By combining these layers—normalized volume, burst indicators, pivot levels, VWAP, and EMA—you get a clear map of where volume is clustering, which lets you anticipate support/resistance, gauge real interest, and spot potential reversals or breakouts with greater confidence.
BUY in HASH RibbonsBUY in HASH Ribbons Indicator
The BUY in HASH Ribbons indicator is designed to identify Bitcoin miner capitulation phases, often referred to as "Springs," using hash rate data. These phases signal potential buying opportunities with historically low downside risk. Built for TradingView with Pine Script v6, it visualizes hash rate trends and generates actionable signals for traders.
Key Features
Hash Ribbons Analysis: Tracks Bitcoin miner capitulation through the relationship between short-term (30-day) and long-term (60-day) Simple Moving Averages (SMAs) of the hash rate.
Signal Visualization:
Gray Circle: Marks the start of capitulation (30-day SMA crosses below 60-day SMA).
White Circles: Indicate ongoing capitulation, with brighter white showing hash rate recovery (increasing short SMA).
Yellow Circle: Signals the end of capitulation (30-day SMA crosses above 60-day SMA).
Orange Circle: Represents a buy signal after full recovery, combining hash rate and price momentum for optimal entry.
Flexible Display:
Ribbons Mode: Plots the short and long SMAs as colored ribbons (red for capitulation, green for recovery).
Oscillator Mode: Shows the percentage difference between short and long SMAs as a histogram (red for negative, blue for positive).
Halving Events: Optionally plots Bitcoin halving dates with dashed lines and labels for context (2012, 2016, 2020, 2024).
Raw Hash Rate: Option to display raw hash rate data in EH/s (exahashes per second).
Alerts: Configurable alerts for capitulation, recovery, and buy signals.
How It Works
The indicator uses hash rate data from external sources (e.g., IntoTheBlock or Quandl) to calculate SMAs. Capitulation occurs when miners reduce activity, often during price declines, causing the short-term SMA to fall below the long-term SMA. Recovery is detected as the short-term SMA begins to rise, and a buy signal is generated when the hash rate recovers alongside bullish price action (10-day SMA crossing above 20-day SMA).
Inputs
Plot Type: Choose between "Ribbons" or "Oscillator" display.
Hash Rate Short SMA: Default 30 days, adjustable.
Hash Rate Long SMA: Default 60 days, adjustable.
Plot Signals: Enable/disable signal circles (capitulation, recovery, buy).
Plot Halvings: Show/hide Bitcoin halving events.
Plot Raw Hash Rate: Display raw hash rate data.
Source Hash Rate: Select data provider (e.g., IntoTheBlock or Quandl).
Why Use It?
Proven Strategy: Hash Ribbons, popularized by Capriole Investments, have historically identified strong Bitcoin buying opportunities post-capitulation.
Customizable: Tailor the indicator to your trading style with adjustable SMAs and display options.
Contextual Insight: Halving markers provide additional market context, as miner dynamics often shift post-halving.
Real-Time Alerts: Stay informed with alerts for key events, ideal for active traders.
Usage Notes
Timeframe: Best used on daily charts for accurate hash rate and price SMA calculations.
Data Sources: Ensure the selected hash rate source is reliable; IntoTheBlock is the default for consistency.
Risk Management: Combine with other indicators (e.g., RSI, MACD) and fundamental analysis for robust trading decisions.
Backtesting: Test the indicator on historical data to understand its performance in different market cycles.
Credits
Developed by Trader T (@thepfund). Inspired by the Hash Ribbons concept from Capriole Investments.
This indicator empowers traders to capitalize on Bitcoin’s miner-driven market cycles with clear, data-driven signals. Add it to your TradingView chart and start identifying high-probability entries today!
AmazingTrend - Long OnlyUnlock powerful trend-following logic with this dynamic and fully customizable Pine Script™ strategy, designed for traders who want precision entries, adaptive exits, and beautiful chart visuals.
✅ Key Features:
Long Bias by Default – Designed to ride bullish momentum with intelligent entries and flexible exits.
Optional Short Capability – While optimized for longs, the engine is also fully capable of short-side logic with minor adaptation.
Multiple Entry Modes – Choose between:
Classic – Reversals only
Aggressive – Early trend detection
Conservative – Confirmed trend continuation
Momentum – Powered by ATR and price bursts
Exit Customization – Includes:
Classic – Balanced logic
Quick – Tight risk control
Trailing – Dynamic stop tracking
Time-Based – Scheduled profit-taking
Visual Feedback – Multi-layered trend glow, buy/exit highlights, and a clean on-chart info panel.
Commission + Order Size Logic – Simulate realistic brokerage conditions with configurable cost and size inputs.
🔍 Chart Compatibility:
For the best performance, we recommend:
✅ Heikin Ashi and Renko charts for clarity and noise reduction.
✅ Use Regular Candlestick Charts only on higher timeframes (Daily and above) for clean signals.
❌ Avoid lower timeframes 1second to 5minute it is not built for this.
🧠 Smart Trend Detection:
The strategy detects directional bias using smoothed ATR-based stops and automatically shifts between bullish and bearish regimes. Entry and exit logic responds dynamically to market strength, giving you the edge in both volatile and trending environments.
🧪 Strategy Tested:
Built for 100% portfolio allocation per trade
Designed for realistic backtests with slippage and commission settings backtest results on our page is 0.25 % on buy and sell so total 0.50 %
Works across multiple markets: Crypto, Forex, Stocks. (futures coming later)
📈 Ideal For:
for shorters. investors, long traders, i do not recommend scalping ever but thats up to you.
Swing and momentum setups
Renko & Heikin Ashi fans
beware tradingview dont support alerts on Renko charts.
accurate backtest results that reflect reality if you use it exactly as displayed.
🎁 This Invite-Only script includes lifetime updates and is optimized for Pine Script v5. Contact the author to gain access. we will ofc develop this script feel free to use any version you prefer in the future.
20/40/6020/40/60 candle separator. Three lines only on all timeframes. Range length and height included. Doesn't mess up the scaling. Togglable elements and movable lines.
[OscarLAM] M2 Global Liquidity Index (TimeShift)It is clearly stated by the name, this script shows the M2 global liquidity with a "Time shift" function. This script is suitable for BTCUSD.
Sessions by EC35 (Berlin Zeit)This script displays the Asia session (red), London session (green), and NY session (blue). Have fun
Strategi FVG 09:31 (Pro)FVG 09:31 Strategy (Pro)
In short, this is an automated trading strategy (bot) for TradingView designed to execute buy or sell orders based on a Fair Value Gap (FVG) pattern. The strategy is highly specific, as it only triggers on the 1-minute timeframe and looks for an FVG that forms precisely at 09:32 AM New York time.
Main Purpose of the Strategy
The primary goal of this script is to identify and capitalize on short-term price imbalances, known as Fair Value Gaps (FVGs). It operates during a specific, high-volatility window right after the U.S. stock market opens, often referred to by traders as the "Silver Bullet" session. By automating the detection and execution, it aims to trade these fleeting opportunities with precision.
How the Strategy Works
The strategy follows a clear, step-by-step logical flow on your chart.
1. Time & Timeframe Restriction
1-Minute Timeframe: The strategy is hard-coded to work only on the 1-minute (1m) chart. A warning label will appear on your chart if you apply it to any other timeframe.
Specific Time Window: The core logic activates only between 09:32 and 09:33 AM New York time. It searches for an FVG pattern formed by the three candles from 09:29, 09:30, and 09:31, with the pattern confirmation happening on the close of the 09:31 candle.
2. Fair Value Gap (FVG) Detection
An FVG is a three-candle pattern that signals a price imbalance.
Bullish FVG (Potential Buy): Occurs when the low of the first candle is higher than the high of the third candle. The space between these two prices is the FVG zone.
Bearish FVG (Potential Sell): Occurs when the high of the first candle is lower than the low of the third candle. The space between these two prices is the FVG zone.
If this pattern is detected at the target time, the strategy draws a colored box on the chart to visualize the FVG zone (aqua for bullish, fuchsia for bearish).
3. Entry Logic
The strategy provides two user-selectable methods for entering a trade:
Retracement (Immediate Entry): The strategy will open a position with a market order as soon as the price retraces back into the identified FVG zone.
For a Bullish FVG, a Long (buy) position is opened when the price drops to touch the upper boundary of the FVG.
For a Bearish FVG, a Short (sell) position is opened when the price rises to touch the lower boundary of the FVG.
Limit Order (Pending Entry): The strategy places a pending limit order at the edge of the FVG zone.
For a Bullish FVG, a Buy Limit order is placed at the upper boundary of the FVG.
For a Bearish FVG, a Sell Limit order is placed at the lower boundary of the FVG.
Order Expiration: If the limit order is not filled within a specified number of candles (default is 15), it is automatically canceled to avoid chasing a stale setup.
4. Exit Logic
Once a position is active, the strategy automatically manages the exit by setting a Take Profit (TP) and Stop Loss (SL) level. You can choose between two types:
Ticks (Fixed Points): You define a fixed profit target and loss limit in ticks (the smallest price movement). For example, a 200-tick TP and a 100-tick SL.
Last Swing (Dynamic Levels): The TP and SL are set dynamically based on the most recent swing high or swing low.
For a Long position: Take Profit is set at the last swing high; Stop Loss is at the last swing low.
For a Short position: Take Profit is set at the last swing low; Stop Loss is at the last swing high.
5. Daily Management
At the start of each new trading day, the script performs a reset. All variables, including any FVG data from the previous day, are cleared. This ensures the strategy only acts on fresh signals from the current day and cancels any pending orders from the day before.
Explanation of Settings (Inputs)
Here is what each user-configurable setting does:
Entry Type: Choose your preferred entry method: Retracement or Limit Order.
Order Expiration (Candles): Applies only to the Limit Order type. Sets how many candles an unfilled order will remain active before being canceled.
Stop Loss Type: Choose Ticks for a fixed-distance stop loss or Last Swing for a dynamic level.
Take Profit Type: Choose Ticks for a fixed-distance profit target or Last Swing for a dynamic level.
Pivot Lookback (SL/TP Swing): Defines how many candles the script looks back to identify the most recent swing high/low for the Last Swing SL/TP type.
Contract Size: The quantity or lot size for each trade.
Take Profit (in Ticks): The profit target distance if using the Ticks type.
Stop Loss (in Ticks): The maximum loss distance if using the Ticks type.
StarStrat Ceres Strategy [0.3.1]2025ETH 30M Trend Strategy
Retirement strategies, provided free of charge.
BTC Toolkit **Not Financial advice**
BTC 4yr Cycle Toolkit. Includes Pi Cycle Top/Bottom indicator, Puell Multiple, Realized Price, CVDD, 100/200MA, Halving Calendar w/ plot, 200W heatmap.
INSTRUCTIONS
BTCUSD, Set Timeframe to 1D. Toggle Log/reg scale. All user input plots are ON by default.
Only turn ON CVDD, Long MA Top/Bottom, Pi Cycle Top/Bottom, 100 / 200 MA. Use the other tools as you want.
Buy BTC when 1) (pay attention when) price starts heading under 100W MA, then
toward/under 200W MA (early warning), (MACD weekly starts trending up after drop, RSI ~30) 2) When Pi Cycle Bottom alert, then 4) Realized Price 3) Price nears/goes under CVDD green line *FIRESALE* (BTC rarely touches this line). Buy altcoins 1-3 W/M later (see OTHERS.D). MSTR, BITX?
Sell BTC when weekly RSI ~ 75-80 (early warning), MACD weekly starts trending down after massive rally, Pi Cycle Top alert (3D-1W after). Sell Altcoins 2W-30D later (see OTHERS.D). SBIT, BITI?
* Puell is available, but not as oscillator, so make of it what you will. Heatmap dots measure distance from 200W SMA.
CYCLES
-Bottom to Top - Average: 480 days (1 year and 4 months) from halving to market top
-Top to Bottom - Average: 383 days (1 year and 2 weeks) from market top to bottom
-Bottom occurs ~515-523 days before next halving
-Bull markets last 1-2 years, bear markets similar duration or longer
-Bull Market: ~3 years from bottom to top
-Accumulation: ~160D at bottom
-BTC doesn't spend much time below 200 Week MA (5%), and CVDD firesale
-Halving, then 12-18 months later = top (varies by cycle)
-Unstake 3 months before top
**Not Financial advice**
Bull Momentum GaugeBull Momentum Gauge
The Bull Momentum Gauge is a powerful momentum oscillator designed to identify the underlying strength and sustainability of major market trends. Instead of trying to predict tops and bottoms, this indicator helps traders and investors ride long-term bull markets by signaling when momentum is building and when it is starting to fade.
What it Does
At its core, this tool measures how statistically "stretched" or "compressed" an asset's price is relative to its long-term (1-year) trend. It does this by:
Calculating the price's deviation from its 365-day moving average.
Normalizing this deviation into a Z-score to measure its statistical significance.
Comparing the inverted Z-score to its own 200-day moving average to gauge the momentum of the trend itself.
The result is a single, smooth line that oscillates around a zero value.
How to Use It
The signals are simple and based on the indicator's relationship to the zero line:
Green Line (Gauge below 0): This indicates that the price has been compressed relative to its long-term trend and is now showing signs of building upward momentum. A cross into the green zone can be interpreted as a potential entry signal for a new bull run.
Red Line (Gauge above 0): This suggests that the price has become over-extended or "stretched" and the upward momentum is beginning to weaken. A cross into the red zone can be used as a potential exit signal, indicating it may be time to take profits and wait for the next cycle.
This indicator is designed to work across multiple timeframes (Daily, Weekly, Monthly) and provides a clear, data-driven framework for navigating major market cycles.
First FVG📘 Indicator Description (English)
First FVG – NY Open is a TradingView indicator designed to automatically identify the first Fair Value Gap (FVG) that appears during the New York session, following the ICT (Inner Circle Trader) methodology.
It highlights institutional inefficiencies in price caused by imbalanced price action and helps traders spot high-probability entry zones, especially after the 9:30 AM EST (New York Open).
⚙️ How It Works
Session time: The indicator scans for FVGs starting at 9:32 AM (allowing 3 candles after the NY Open to form).
FVG Conditions:
Bullish FVG: When the high of 2 candles ago is lower than the low of the current candle and the middle candle is bullish.
Bearish FVG: When the low of 2 candles ago is higher than the high of the current candle and the middle candle is bearish.
Only the first FVG per session is drawn, as taught by ICT for setups like Judas Swing or NY Reversal models.
A colored box is drawn to represent the FVG zone.
A dotted horizontal line (CE) is drawn at the midpoint of the FVG box (Consequent Encroachment), a key level watched by smart money traders.
A dashed vertical line is drawn at 9:30 NY time to mark the open.
🧠 How to Use It
Wait for the NY Open (9:30 AM EST) – the indicator becomes active at 9:32 AM.
Watch for the first FVG box of the day. This is often a high-probability reaction zone.
Use the CE line (center of the FVG) as a reference for entries, rejections, or liquidity grabs.
Combine with market structure, PD Arrays, and liquidity concepts as taught by ICT for confluence.
The FVG box and CE line will extend forward for several candles for visual clarity.
🎛️ Customizable Settings
Session time (default: 09:32–16:00 NY)
FVG box color (up/down)
Text color
Max number of days to keep boxes on chart
Option to show or hide the 9:30 NY Open vertical line
Triangular Fib🔍 Features
- Dynamic Lookback & Projection: Automatically adjusts the range and projection horizon based on timeframe changes.
- Triangular Fibonacci Arms: Projects fib levels upward and downward from high/low extremes to highlight potential price inflections.
- Volatility-Shaded Equilibrium: Visual zone highlights areas of consolidation or energy buildup before breakouts.
- Breakout Alerts: Detects and signals bullish/bearish breakouts from triangular fib thresholds.
- Auto-Traced Triangle Wedge: Dotted wedge lines visually represent narrowing price action from range extremes to midpoint.
Ideal for traders who seek visual clarity, price symmetry, and alert-driven decision-making across multiple timeframes. Whether you're swing trading or intraday scouting, this script provides a richly layered roadmap of market potential.
Not financial advice.
BskLAB - Price Target 🔰 BskLAB – Price Target | Enhanced Extension Zone Mapping Tool
BskLAB – Price Target is an advanced structural tool developed by BskLAB to automatically plot Fibonacci extension zones based on key price structure shifts (BoS and CHoCH). It uses a custom midpoint-based projection logic — saving you time and increasing precision, without needing manual drawing.
🧠 How It Works (Step-by-Step Logic)
1️⃣ Automatically detects structural shifts (BoS / CHoCH)
The indicator continuously scans for Break of Structure (BoS) and Change of Character (CHoCH) patterns in price action.
2️⃣ Finds the nearest swing high & swing low
Once a structure is detected, it identifies the closest swing high and swing low surrounding the shift.
3️⃣ Calculates the midpoint (50%) between swing points
Instead of drawing from high to low manually, it uses the midpoint as an anchor — a custom method by BskLAB.
4️⃣ Projects Fibonacci extension from the midpoint in breakout direction
Fibonacci levels such as 1.2, 1.7, 2.8, 3.5 are automatically drawn based on the direction of BoS or CHoCH.
5️⃣ Draws high-probability target zones
These zones can act as potential take-profit areas, supply/demand zones, or reversal/exhaustion regions.
6️⃣ Optional price labels & filter settings
Traders can toggle labels and choose to display only BoS or CHoCH — keeping the chart clean and focused.
🎯 How to Trade with BskLAB – Price Target
Once the Fibonacci extension zones are drawn, follow this structured trading approach:
✅ 1. Wait for Price to Enter a Target Zone
Let the price approach or enter one of the extension zones (e.g., 1.7, 2.8). These zones act as key reaction levels.
✅ 2. Look for Signal Confirmation
Use supporting tools from the BskLAB suite to confirm potential trades:
BskLAB – Signals Assistant
Detects entry signals based on price structure, reversal patterns, and trend conditions.
BskLAB – Money Flow X
Confirms the strength of a setup by analyzing volume momentum, money flow pressure, and divergence.
✅ 3. Entry Logic (Example Scenarios)
For Short Setup (Bearish Zone):
Price enters a Fibo extension zone above structure (e.g., 2.8)
Signal Assistant prints a Sell (S) signal
Money Flow X shows selling pressure (red bars or overbought rejection)
→ Enter Short with defined SL/TP based on structure
For Long Setup (Bullish Zone):
Price dips into a lower Fibo zone (e.g., 1.2 or 1.7)
Signal Assistant prints a Buy (B) signal
Money Flow X confirms buying pressure (green momentum or bullish divergence)
→ Enter Long when confirmed
✅ 4. Set Stop-Loss and Take-Profit
Stop-Loss: Just beyond the Fibo zone (1–2 levels outside)
Take-Profit: Next structure zone or reversal level — can be auto-identified via BskLAB tools
📌 Best Combination Setup
🧠 BskLAB – Price Target: Defines the zone
⚡ BskLAB – Signal Assistant: Triggers the signal
📊 BskLAB – Money Flow X: Confirms volume strength
Using these together forms a 3-layer validation system that increases probability and filters out weak setups.
⚙️ Core Features Recap
✅ Automatic BoS & CHoCH detection
✅ Midpoint-based Fibonacci projection logic
✅ Toggleable labels and structural filters
✅ Works seamlessly with BskLAB indicator suite
✅ Clean & adjustable chart display
🔎 Summary
BskLAB – Price Target is more than just a Fibonacci tool — it’s a smart, structure-based system to identify where price is likely to react. When combined with signal and volume confirmation tools, it becomes a powerful part of any trader’s workflow.
🔗 Best Used With:
📌 BskLAB – Signal Assistant → For precise entry confirmation
📌 BskLAB – Money Flow X → For volume/momentum validation
Together, these form a 3-Layer Confirmation System:
Zone ➜ Signal ➜ Volume
📍 RISK DISCLAIMER
Trading involves significant risk and is not suitable for everyone. All tools, scripts, and educational materials provided by BSKLab are for informational and educational purposes only. We do not offer financial advice.
Past performance does not guarantee future results. Always trade responsibly.
📍 CONCLUSION
At BSKLab, we believe consistent trading success doesn’t come from indicators alone — it comes from the trader’s ability to apply tools with context, discipline, and awareness. Indicators are only as powerful as the hands that use them.
The BSKLab Signal System isn’t designed to provide “magic signals,” but to empower traders with an adaptive, structured, and intelligent approach to identifying real opportunities while filtering out the noise.
Whether you’re a beginner or an experienced trader, our tools are designed to support real-world decisions — not just theory.
➡️ Request access below to join the BSKLab system and unlock the full suite of smart trading tools.
ATR SL CalculatorDescription:
The ATR SL Calculator is a Pine Script v6 indicator designed for dynamic stop‑loss management.
It overlays an interactive table on your chart that:
// • Tracks a custom entry price per ticker (or defaults to the current close)
// • Calculates an ATR‑based stop‑loss level using adjustable period and multiplier
// • Displays real‑time ATR value and its percentage relative to price
// • Shows percentage change from entry to current price
// • Computes distances and percentage differences to the 20 and 150 SMAs
// • Estimates market capitalization from total shares outstanding
// • Allows you to position the stats table anywhere on the chart
Features:
• Per-symbol manual entry price input (format: SYM=price)
• Default to closing price if no manual entry specified
• Adjustable ATR period and multiplier for SL calculation
• Distances and % differences to 20 and 150 SMAs
• Real-time ATR value and % of current price
• Live market cap computed from shares outstanding and current price
• Configurable table position: Top Left, Top Center, Top Right, Bottom Left, Bottom Right
Usage:
1. Add the indicator to your TradingView chart.
2. In the settings, enter entry prices as "SYMBOL=PRICE" pairs or enable default close.
3. Adjust ATR period and multiplier to suit your risk tolerance.
4. Choose the table position and view real-time SL, ATR, SMA distances, percentages, and market cap.
NORRIS 3MA Crossover StrategyThis script is a version of my trading strategy. I use this primarily on the 30m timeframe. It can also be used on smaller timeframes.
On the 30 timeframe attempt a directional alert maximum of 3 times. I.E, when you get a sell signal and the market pulls back and take out trade. Re-enter based on sigal maximum of 3 time then stop trading for that particular day and await another signal.
On average you will get 1 signal per day but patience is the key to success.
Opening Print Line (Customizable)📈 Opening Print Line (Customizable) is a simple yet powerful intraday tool that plots the opening price of the regular trading session (RTH) and keeps it visible across the entire chart—including during pre-market and extended hours.
💡 Key Features:
🕒 Configurable time zone selector (choose from Pacific, Mountain, Central, or Eastern)
🎯 Automatically detects and plots the 9:30 AM local opening price
🎨 Customizable line color
🏷️ Optional on-chart label with editable text
This indicator is especially useful for:
Identifying opening breakout or fade setups
Anchoring support/resistance levels to the session open
Building opening range strategies or scalp setups
🔧 Built with Pine Script v6. Fully compatible with stocks, ETFs, futures, or any instrument that follows a regular session open time.
⚠️ Note: The script assumes the regular trading session starts at 9:30 AM in the selected time zone. You can modify the time if using it for futures, crypto, or other markets.
Smart Trade Strategy JSON [Y.A.S.]Smart Trade Strategy JSON is professional trading indicator with fine-tuned settings that accurately identifies trend direction and generates clear entry and exit signals. The indicator combines multiple price analysis algorithms, including adaptive noise filtering, market phase recognition, and dynamic trend strength assessment.
Key Features:
✅ Precise Trend Detection – The algorithm minimizes false signals by filtering out market noise.
✅ Flexible Customization – Adjust sensitivity for different timeframes and volatility conditions.
✅ Automatic Stop-Loss & Take-Profit – Built-in system for optimal risk management.
✅ Real-Time Alerts – Arrows and color-coded signals for quick decision-making.
✅ Multi-Timeframe Analysis – Assess higher timeframe trends without switching charts.
How Does the Strategy Work?
Buy Signal: Candles turn green, and an up arrow appears when an uptrend is confirmed.
Sell Signal: Candles turn red, and a down arrow appears in a downtrend.
Stop-Loss is placed beyond the last swing low/high or based on ATR.
Take-Profit is calculated using a customizable risk/reward ratio.
Which Markets Does It Support?
📊 Forex (EURUSD, GBPUSD, Gold, Oil, etc.)
📈 Stocks & Indices (SP500, NASDAQ, etc.)
⚡ Cryptocurrencies (BTC, ETH, Altcoins)
Advantage: Reduces trading subjectivity, provides clear entry/exit rules, and adapts to any market condition.
Recommended Settings:
For Intraday Trading (M5-M30): Sensitivity – High, Volatility Filter – Enabled.
For Swing Trading (H1-D1): Sensitivity – Medium, ATR Stop Multiplier – 2.0-3.0.
Example Usage:
!
Ready to Trade with Maximum Precision? 🚀
TrendMaster Precision – Your reliable guide in the trading world!
ISS V5 Strategy (3, 97, 100)
This is a trend strategy that uses a classic combination of indicators:
MACD to determine the main entry signal (line crossing).
RSI as a filter to confirm the strength of the trend.
ATR for dynamic risk management (setting stop-loss and take-profit orders).
Wyckoff Buy/Sell Strategy v6Highlights potential accumulation (Buy) and distribution (Sell) areas.
Uses volume spikes, price ranges, and local pivots for detection.
Adds Buy/Sell labels on chart.
Strategy Tips:
Use with Volume Profile, Ichimoku, or EMAs for extra confirmation.
In scalping, combine with tick volume or delta volume if supported.
Look for Spring/Upthrust behavior after a signal appears.
Intraday Trend Pro📈 Intraday Trend Pro — Multi-Timeframe Smart Indicator
Unlock precision in your intraday trading with Intraday Trend Pro, a powerful and versatile indicator built for serious traders. This tool is designed to:
✅ Identify the True Intraday Trend
Quickly and clearly spot bullish or bearish trends using a refined algorithm that filters out noise and false signals.
✅ Smart Entry & Stop Loss Suggestions
The script dynamically suggests optimal entry points and protective stop-loss levels, helping you manage risk and improve trade timing.
✅ Multi-Timeframe Analysis (MTF)
Enable the optional MTF mode to blend higher timeframes with the current chart for a more reliable signal confirmation, enhancing your confidence before entering a trade.
✅ Works Seamlessly Across Assets
Whether you’re trading indices like BankNifty, commodities like XAU/USD, or high-volume stocks, this indicator adjusts to deliver actionable insights.
✅ Customization Made Easy
Input controls allow you to fine-tune the trend settings, select timeframes, and adapt to your unique strategy—whether scalping or holding through the day.
Use Cases:
Confirming trend strength before entering trades
Determining accurate support/resistance for SL placement
Avoiding sideways markets and false breakouts
Aligning trades with higher timeframe momentum
Ideal For:
Intraday traders and scalpers looking for a clean, accurate, and multi-timeframe-aware tool to improve consistency.