Net Liquidity Slide Forward (기본형)//@version=5
indicator(title="Net Liquidity Slide Forward (기본형)", shorttitle="NL (기본형, 선행)", overlay=true)
// 설정값
slide_weeks = input.int(10, title="선행 주 수", minval=0, maxval=52)
// 시간 단위 계산
var float minutes_per_bar = na
if timeframe.isminutes
minutes_per_bar := timeframe.multiplier * 1
else if timeframe.isdaily
minutes_per_bar := timeframe.multiplier * 1440
else if timeframe.isweekly
minutes_per_bar := timeframe.multiplier * 10080
else if timeframe.ismonthly
minutes_per_bar := timeframe.multiplier * 43200
bars_offset = math.round(slide_weeks * 7 * 1440 / minutes_per_bar)
// Net Liquidity 계산 (기본형: WALCL - RRP)
walcl = request.security("FRED:WALCL", "W", close)
rrp = request.security("FRED:RRPONTSYD", "W", close)
valid_data = not na(walcl) and not na(rrp)
net_liquidity = valid_data ? (walcl - rrp) : na
net_liquidity_normalized = net_liquidity / 1e12 // 단위: 조 USD
// BTC 기준으로 스케일
btc = close
btc_max = math.max(ta.highest(btc, 200), 1)
liq_max = math.max(ta.highest(net_liquidity_normalized, 200), 1e-4)
scale_factor = btc_max / liq_max
net_liquidity_scaled = net_liquidity_normalized * scale_factor
// 선행 적용 및 표시
plot(net_liquidity_scaled, offset=bars_offset, title="Net Liquidity (기본형, 선행)", color=color.green, linewidth=2)
Indicatori e strategie
Smart Reversal Signal Indicator | TCMasterSmart Reversal Signal Indicator| TCMaster
The Smart Reversal Signal Indicator is a multi-factor technical indicator designed to detect potential market reversal points. It combines three powerful components:
Stochastic Oscillator (%K, %D)
Relative Strength Index (RSI)
Candlestick Reversal Patterns + Equal High/Low (EQH/EQL) zones
When these elements align, the indicator generates a buy or sell signal and highlights the chart background (green for buy, red for sell).
Technical Breakdown
1. Stochastic Oscillator
%K is calculated with a user-defined length and smoothed using a moving average.
%D is the SMA of %K with customizable smoothing.
Buy Signal (Stochastic): %K crosses above %D while below 20.
Sell Signal (Stochastic): %K crosses below %D while above 80.
2. RSI (Relative Strength Index)
Uses a customizable length and overbought/oversold levels.
Buy Signal (RSI): RSI crosses above the oversold threshold.
Sell Signal (RSI): RSI crosses below the overbought threshold.
3. EQH / EQL Zones (from Higher Timeframe)
Pulls high/low data from a higher timeframe (eq_tf) and checks the last eq_lookback bars.
EQH (Equal High): Price is near a recent high within eqh_tolerance %.
EQL (Equal Low): Price is near a recent low within eql_tolerance %.
4. Candlestick Reversal Patterns
Bullish Patterns:
Hammer
Morning Star
Bearish Patterns:
Hanging Man
Shooting Star
Evening Star
Signal Conditions
Buy Signal:
Stochastic bullish crossover
RSI crosses up from oversold
Price near EQL zone
Bullish candlestick reversal pattern
Sell Signal:
Stochastic bearish crossover
RSI crosses down from overbought
Price near EQH zone
Bearish candlestick reversal pattern
✅ Usage Guide
Step 1: Add to Chart
Open a chart on TradingView.
Choose your desired timeframe (e.g., 15m, 1h).
Paste the Pine Script into the Pine Editor.
Click “Add to Chart”.
Step 2: Customize Settings
Adjust input values for RSI, Stochastic, and EQH/EQL according to your strategy.
Tune the sensitivity for scalping, intraday, or swing trading.
Step 3: Trade the Signals
Green background: A strong confluence for a BUY signal — consider entering a long trade.
Red background: A strong confluence for a SELL signal — consider entering a short trade.
Combine with support/resistance zones or trendlines for greater accuracy.
Step 4: Set Alerts
Use TradingView Alerts with the conditions:
Buy Alert: when a buy signal is generated.
Sell Alert: when a sell signal is generated.
📌 Notes
This is an advanced reversal detection tool. It works best when used with price action or supply/demand zones.
More reliable in sideways or range-bound markets, or at major support/resistance areas.
Avoid using it alone in strong trending markets without confirmation from multiple timeframes.
Explosive Range Bar Highlighter🔥 Explosive Range Bar Highlighter
Description:
This indicator highlights bars that break out in volatility by exceeding 1.5× or 2.0× the ATR (Average True Range) — a clear signal of momentum ignition, institutional activity, or potential trap zones.
Each bar is dynamically colored based on:
✅ 1.5x ATR Up Bar
✅ 1.5x ATR Down Bar
✅ 2.0x ATR Up Bar
✅ 2.0x ATR Down Bar
You can fully customize the color for each type of explosive bar to suit your chart theme or personal preference.
🔔 Optional Sound Alerts:
Enable one-click sound alerts when any threshold is hit, helping you:
Catch breakout bars in real time
Track sudden volatility expansions
Stay alerted without watching every candle
🛠️ Settings:
ATR Period: Default 14, user adjustable
Color pickers for each bar type (1.5x/2x, up/down)
Toggle to enable/disable sound alerts
📈 Ideal For:
Scalpers watching for breakout acceleration
Swing traders identifying trend initiation
Institutional fade setups when range expands “too far, too fast”
All in one V2.1 [NMTUAN]Unlock Your Trading Potential with All in One !
Are you ready to elevate your trading game? Introducing All in One , a powerful and comprehensive indicator meticulously crafted by Nguyễn Minh Tuấn to give you an unparalleled edge in any market.
Designed for traders of all levels, from seasoned pros to those with just basic technical analysis knowledge, All in One provides a holistic view of market dynamics. This isn't just another indicator; it's your all-encompassing guide to making optimal trading decisions.
With intuitive buy and sell signals, All in One helps simplify complex market analysis, allowing you to focus on what truly matters: profitable trades. No matter what you trade – stocks, crypto, forex, or commodities – this versatile tool adapts to your needs, empowering you to navigate the markets with confidence.
Stop sifting through countless indicators. Get all the insights you need in one place. Discover the clarity and precision that All in One brings to your trading strategy.
[Cimafire] Historical 8:30 H/LThis works to find all the US trading start candle to find an entry on the next candle closure
www.tiktok.com
Palace BWAL SignalsKey Components of the System:
1. BWAL Momentum Oscillator:
- Specialized RSI measuring price deviation from BWAL
- Identifies overbought (70+)/oversold (30-) conditions relative to BWAL
2. Volume Confirmation:
- Requires 150% of 20-bar average volume
- Ensures institutional participation in moves
3. Price-BWAL Convergence:
- Detects when price moves within 0.1% of BWAL
- Requires decreasing volatility near the line
4. Signal Logic:
- Buy: Price converges above BWAL with rising momentum (45-70 zone)
- Sell: Price converges below BWAL with falling momentum (30-55 zone)
- Requires 2-bar confirmation of price direction
### Visual Features:
1. Direct Chart Labels:
- Green "BUY" labels below bars
- Red "SELL" labels above bars
2. Background Highlighting:
- Subtle green/red tint during signals
3. Signal Strength Metric:
- Measures quality on 0-5 scale (higher = stronger signal)
### Usage Guidelines:
1. Best Trading Hours:
- Signals are most reliable during NYSE open (9:30-11:30 AM ET)
2. Confirmation:
- Enter on next bar after signal appearance
- Always use 1:2 risk-reward ratio
3. Filtering:
- Focus on signals with strength > 3
- Avoid signals during economic news events
4. Exit Strategy:
- Take profit at 1.5x average true range
- Stop loss at opposite side of BWAL
AMT Regime-Switch Long/ShortAMT Switch Long / Short.
Pos. Taking
Up‑triangles (green) = Long entry signals
Down‑triangles (red) = Short entry signals
Green background = Trending regime (ATR above its MA and volatility in top 40 %).
Orange background = Ranging regime (ATR below MA and vol in bottom 40 %).
No shading = Transition zone (mixed regime).
This tells you which sub‑strategy is active.
Pos. Taking
Up‑triangles (green) = Long entry signals
Down‑triangles (red) = Short entry signals
SIG [S & D (1W-1M-3M TIME-FRAMES)]SIGNALGO Gives High Accuracy Buy Sell Entry Signals Using Supply & Demand Levels.
Customizable Range Box📦 Customizable Range Box (with Dynamic Chart Placement)
Description:
The Customizable Range Box is a versatile tool for visualizing candle range dynamics directly on the chart, now positioned at the top of the visible price area for better readability and reduced clutter.
🔍 Features:
📊 Real-Time Range Analysis:
Displays the current candle’s range
Compares to the average range over a set lookback period
Shows ATR, 1.5× ATR, and 2× ATR thresholds for volatility context
🎯 Dynamic Chart-Top Label Positioning:
Automatically floats the label above the chart’s visible price range
Keeps the label unobstructed regardless of zoom or bar size
🎨 Customizable Appearance:
Toggle label position: Top, Middle, or Bottom of candle (if desired)
Choose left/right label alignment
Set label text size: Small → Huge
Customize text color and background box color
🛠️ Ideal Use Cases:
Spotting volatility spikes or compressed bars
Comparing candles to historical range behavior
Identifying bars likely to trigger breakouts or traps
Enhancing discretionary entries with quantified context
SIG [S & D (1H-4H-1D TIME-FRAMES)]SIGNALGO Gives High Accuracy Buy Sell Entry Signals Using Supply & Demand Levels.
SIG [S & D (1m-3m-10m TIME-FRAMES)]SIGNALGO Gives High Accuracy Buy Sell Entry Signals Using Supply & Demand Levels.
SIG [NEWS/HYPE & INS. TR. DETECTION (1W-1M-3M TIME-FRAMES)]SIGNALGO Gives Next Level Buy Sell Entry Signals Using Inside Trading Detection, Live News & Anti-Hype Detection.
All in one [NMTUAN]Unlock Your Trading Potential with All in One !
Are you ready to elevate your trading game? Introducing All in One , a powerful and comprehensive indicator meticulously crafted by Nguyễn Minh Tuấn to give you an unparalleled edge in any market.
Designed for traders of all levels, from seasoned pros to those with just basic technical analysis knowledge, All in One provides a holistic view of market dynamics. This isn't just another indicator; it's your all-encompassing guide to making optimal trading decisions.
With intuitive buy and sell signals, All in One helps simplify complex market analysis, allowing you to focus on what truly matters: profitable trades. No matter what you trade – stocks, crypto, forex, or commodities – this versatile tool adapts to your needs, empowering you to navigate the markets with confidence.
Stop sifting through countless indicators. Get all the insights you need in one place. Discover the clarity and precision that All in One brings to your trading strategy.
Palace Hyper ScalperKey Features:
1. Liquidity Grabs (LQ):
- Detects false breakouts beyond swing points
- Requires price rejection + volume confirmation
- Blue labels at swing extremes
2. Panic Exploitations (PAN):
- Identifies overextended RSI moves
- Combines with rejection candles
- Green labels during panic moves
3. Momentum Continuations (MOM):
- EMA crossovers in trending markets
- Requires price confirmation above/below EMAs
- Purple labels at trend initiations
4. Algorithmic Rejections (ALG):
- Spikes in volume with long wicks
- Neutral RSI conditions
- Orange labels for pure microstructure moves
### Usage Instructions:
1. Apply to any timeframe (works best 15m-4H)
2. Look for confluence between patterns
3. Combine with key S/R levels
4. Volume spikes validate all signals
5. Labels show pattern type:
- LQ = Liquidity Grab
- PAN = Panic Exploitation
- MOM = Momentum
- ALG = Algorithmic Rejection
This indicator works best in liquid markets (forex, indices, large caps) where microstructure patterns are most pronounced. The signals are designed to fade false breakouts and join strong momentum moves with clear visual separation between pattern types.
SIG [NEWS/HYPE & INS.TR. DETECTION (1H-4H-1D TIME-FRAMES)]SIGNALGO Gives Next Level Buy Sell Entry Signals Using Inside Trading Detection, Live News & Anti-Hype Mechanisms.
SIG [MA (1W-1M-3M TIME-FRAMES)]SIGNALGO Gives High Accuracy Buy Sell Entry Signals Using MA Strategies.
Range Box (Manual Bar Index)Here’s a clear and public-facing description of your **Range Box with Manual Bar Index** tool for TradingView, written for traders of all experience levels:
---
### 📦 Range Box (with Manual Bar Selection)
**Description:**
The **Range Box with Manual Bar Index** is a visual tool designed for traders who want to **analyze historical price action** with precision. Rather than relying on live, real-time data only, this version allows you to **manually select any past bar** on your chart to display detailed range metrics for that specific candle.
---
### 🔍 Features:
* **Manual Bar Selection:** Input the bar index (distance from the most recent candle) to inspect.
* **Range Metrics Displayed:**
* **Range:** High - Low of the selected bar
* **Average Range:** Calculated over a customizable lookback period
* **ATR Multiples:** Shows 1.5× and 2× ATR values for volatility comparison
* **Customizable Positioning:** Text box can be offset on the X (bars) and Y (price) axis for visibility
* **Color-Coded Alerts:** Highlights if the range exceeds normal behavior based on ATR multipliers
---
### 🛠 Use Cases:
* Identify **unusual volatility** in prior bars
* Study historical **breakout ranges** or compression candles
* Train your eye to spot **institutional-sized bars** versus average price action
* Prep screenshots for analysis, reports, or educational posts
---
### 📌 How to Use:
1. Add the script to your chart
2. Set the **"Bar Index"** to the number of bars back you want to analyze (e.g., `0` = current, `1` = one bar ago)
3. The script will draw a **box around the candle**, and display key range info nearby
---
Would you like a copy-and-paste version of this for TradingView's Public Library description or script header?
SIG [MA (1H-4H-1D TIME-FRAMES)]SIGNALGO Gives High Accuracy Buy Sell Entry Signals Using MA Strategies.
ONE Highest Volume Green Candle (5/15-min)This indicator does a very simple job. It just highlight the volume bar with highest volume in 5 minute and 15 minute time frame. This volume bar does act as exhaustion and the trend may change depending on the time of the chart.
Volume bars related candles high can be broken if the market just opened. and if this is formed after few candles then the trend may change.
Range Box (Manual Bar Index)Here’s a clear and public-facing description of your **Range Box with Manual Bar Index** tool for TradingView, written for traders of all experience levels:
---
### 📦 Range Box (with Manual Bar Selection)
**Description:**
The **Range Box with Manual Bar Index** is a visual tool designed for traders who want to **analyze historical price action** with precision. Rather than relying on live, real-time data only, this version allows you to **manually select any past bar** on your chart to display detailed range metrics for that specific candle.
---
### 🔍 Features:
* **Manual Bar Selection:** Input the bar index (distance from the most recent candle) to inspect.
* **Range Metrics Displayed:**
* **Range:** High - Low of the selected bar
* **Average Range:** Calculated over a customizable lookback period
* **ATR Multiples:** Shows 1.5× and 2× ATR values for volatility comparison
* **Customizable Positioning:** Text box can be offset on the X (bars) and Y (price) axis for visibility
* **Color-Coded Alerts:** Highlights if the range exceeds normal behavior based on ATR multipliers
---
### 🛠 Use Cases:
* Identify **unusual volatility** in prior bars
* Study historical **breakout ranges** or compression candles
* Train your eye to spot **institutional-sized bars** versus average price action
* Prep screenshots for analysis, reports, or educational posts
---
### 📌 How to Use:
1. Add the script to your chart
2. Set the **"Bar Index"** to the number of bars back you want to analyze (e.g., `0` = current, `1` = one bar ago)
3. The script will draw a **box around the candle**, and display key range info nearby
---
Would you like a copy-and-paste version of this for TradingView's Public Library description or script header?
Commodity Star ExcelMake multiple confirmation based on Special Volume Data, Moving Average and Boliger Bands