Support/Resistance Strategy (Reactive) + SL Labels📄 Description: This indicator dynamically detects and draws support and resistance zones based on price pivots, intelligently adjusted for current market volatility using ATR normalization. Each zone is displayed with clean visual lines and a smart label that shows a Buy/Sell signal and a suggested stop-loss (SL) level, calculated from recent price action.
🎯 Ideal for traders looking for reactive, context-aware S/R levels to guide entries and exits.
⚙️ Input Parameters
Base Swing Strength – Sets the sensitivity for detecting swing highs/lows. Higher values produce fewer but stronger zones.
Line Duration – How long each support/resistance line stays visible on the chart.
ATR Period – Lookback period for ATR; affects how volatility is measured.
Volatility Sensitivity – Adjusts how much ATR influences the pivot detection (lower = more stable zones, higher = more reactive).
Max Lines Stored – Limits the number of lines drawn to avoid clutter.
Extend S/R Lines Right – Option to stretch active zones forward in time.
Label Offset – Vertically adjusts the Buy/Sell label for clarity.
Alert Proximity % – Highlights zones when price gets close, helpful for anticipating bounces or breakouts.
This tool adapts to fast or slow markets automatically and is perfect for confluence setups, reversal spotting, or dynamic SL positioning. Built for clarity, speed, and action. 🧠💥
Jalur dan Saluran
Lidor Kalderon Trader - Custom Watermark + Smart PivotsLidor kalderon trader, ATR 14 days back average, stock ticker, market cap, PIVOT, and many other things in another thing
King 3EMA Trader CryptoShorter EMA Periods: The 13/55/21-period EMAs are more responsive than the original 21/89/34, better capturing the rapid price movements in BTC and ETH markets.
Grid Bot v6 StrategyGrid Bot v6 Strategy
Adaptive parabolic grid that turns market structure into a step-by-step trading plan
Idea of strategy and source code of base indicator provided by my subscriber @Sergio_Nov
1. Core concept
Grid Bot v6 draws a dynamic parabola from a user-defined time/price anchor and builds a 10-level grid around it (five lines above, five below).
Each level is colour-coded:
Green – preferred buy area
Red – preferred sell area
Yellow – overlap of buy-and-sell zones (balance)
Grey – neutral zone
Orders are fired when price touches or reverses from a grid line and the signal is confirmed by current market sentiment. If sentiment contradicts the signal, the order is tagged secondary and uses a reduced lot size.
2. How the logic works
Parabola – the function f_parabola computes the curve from Accel, Curve and Sensitivity. Zero values give a flat horizontal grid; non-zero values create an accelerating or decelerating trendline.
Grid spacing – controlled by Intervals (percentage of price). Lines are recalculated every bar, so the grid “breathes” with the market.
Triggers – choose which part of the candle must reach the level (Wick, Close, Midpoint, SWMA).
Confirmation – decide whether a simple touch is enough or a full reversal is required (Touch vs Reverse).
Sentiment filter – by default the slope of the parabola (up = long bias, down = short bias). You can override it to Long, Short or Neutral.
Order types – four independent sizes: Main Buy, Secondary Buy, Main Sell, Secondary Sell. Pyramiding up to 100 entries is allowed.
Visuals – the script plots actual and projected grid lines (100 bars ahead), the SWMA trigger and the parabola itself. Trade symbols: ▲ ▼ △ ▽.
3. User inputs
Strategy Settings
Main Buy Lot / Secondary Buy Lot
Main Sell Lot / Secondary Sell Lot
Grid Settings
Accel – tilt of the curve (positive for uptrend, negative for downtrend)
Curve – concavity; higher absolute value = stronger bend
Intervals – distance between grid lines (in %)
Sensitivity – how fast the parabola adapts; higher = more reactive
Buy Zones / Sell Zones – number of active lines below/above the curve
Trigger – Wick, Close, Midpoint, SWMA
Confirm – Touch or Reverse
Sentiment – Slope, Long, Short, Neutral
Show Signals / Show Selector – toggle on-chart markers and SWMA line
Chart Settings – individual colours for active grid, projection, parabola and SWMA.
Time/Price Anchor
B_Time – starting bar (e.g. a recent swing high/low)
B_Price – price at that bar
Tip: drop the anchor on a clear pivot, then tune Accel and Curve so the parabola hugs the trend.
4. Quick-start guide
Open your favourite symbol and timeframe (works best on volatile markets from 5-minute to 4-hour).
Set B_Time / B_Price to the last significant extreme.
Adjust Accel and Curve:
Uptrend – positive Accel, negative Curve for a concave support.
Range – both zero for a flat ladder.
Choose Intervals: smaller values = more frequent trades.
Limit Buy Zones and Sell Zones if you prefer a tighter grid.
Run a back-test, check P/L, max drawdown and trade count.
Fine-tune: lower Sensitivity if the curve outruns price; switch Trigger to SWMA to filter noise.
5. Pros and cons
Strengths
Adaptive levels that keep up with trend acceleration.
Clear colour coding plus forward projection for better context.
Sentiment filter reduces counter-trend exposures.
Weaknesses
Many parameters – each asset/timeframe needs its own calibration.
In narrow ranges frequent fills can accumulate fees.
pyramiding = 100 grows exposure quickly; monitor margin closely.
6. Risk disclaimer
This script is for educational and research purposes only. Historical performance does not guarantee future results. Before going live:
Forward-test bar-by-bar;
Check that your broker supports similar order handling;
Apply sound position sizing and, where appropriate, stop-losses or hedging.
Mogalef BandsThe Mogalef Bands, developed by French trader Eric Lefort, are volatility-adjusted channel bands designed to project the likely future trading range—both center and extremes—based on current price action and market environment.
ORACULUM LABFX v1.1 A + tp/sl Adapitivo [com Confirmador]
This script is an independent confirmation module for primary signal strategies such as ORACULUM LABFX.
It applies a combination of advanced technical filters including candlestick patterns, market context (trend/reversal), volume, volatility, and indicators such as CCI, OBV, and VWAP.
The script returns a directional strength score (final_strength) between -3 and +3, which can be accessed via request.security() by any external script to validate buy/sell signals.
Used indicators:
CCI, ROC, ADX, OBV, VWAP, VWMA, RSI
Candlestick patterns: Engulfing, Marubozu, Piercing, Hammer, etc.
Market context via Hull, moving averages, and volatility (BB Width, ATR)
Main return variables:
final_strength → Positive = confirms buy, Negative = confirms sell
final_dir → Pure direction (1 = buy, -1 = sell)
✅ Recommended for use as a filter in signal validation setups.
TMA+CGhe TMA + CG indicator by Mladen is a refined version of the Triangular Moving Average (TMA) channel, enhanced with a Center of Gravity (CG) oscillator and arrow signals.
Historical Volatility with HV Average & High/Low Trendlines
### 📊 **Indicator Title**: Historical Volatility with HV Average & High/Low Trendlines
**Version**: Pine Script v5
**Purpose**:
This script visualizes market volatility using **Historical Volatility (HV)** and enhances analysis by:
* Showing a **moving average** of HV to identify volatility trends.
* Marking **high and low trendlines** to highlight extremes in volatility over a selected period.
---
### 🔧 **Inputs**:
1. **HV Length (`length`)**:
Controls how many bars are used to calculate Historical Volatility.
*(Default: 10)*
2. **Average Length (`avgLength`)**:
Number of bars used for calculating the moving average of HV.
*(Default: 20)*
3. **Trendline Lookback Period (`trendLookback`)**:
Number of bars to look back for calculating the highest and lowest values of HV.
*(Default: 100)*
---
### 📈 **Core Calculations**:
1. **Historical Volatility (`hv`)**:
$$
HV = 100 \times \text{stdev}\left(\ln\left(\frac{\text{close}}{\text{close} }\right), \text{length}\right) \times \sqrt{\frac{365}{\text{period}}}
$$
* Measures how much the stock price fluctuates.
* Adjusts annualization factor depending on whether it's intraday or daily.
2. **HV Moving Average (`hvAvg`)**:
A simple moving average (SMA) of HV over the selected `avgLength`.
3. **HV High & Low Trendlines**:
* `hvHigh`: Highest HV value over the last `trendLookback` bars.
* `hvLow`: Lowest HV value over the last `trendLookback` bars.
---
### 🖍️ **Visual Plots**:
* 🔵 **HV**: Blue line showing raw Historical Volatility.
* 🔴 **HV Average**: Red line (thicker) indicating smoothed HV trend.
* 🟢 **HV High**: Green horizontal line marking volatility peaks.
* 🟠 **HV Low**: Orange horizontal line marking volatility lows.
---
### ✅ **Usage**:
* **High HV**: Indicates increased risk or potential breakout conditions.
* **Low HV**: Suggests consolidation or calm markets.
* **Cross of HV above Average**: May signal rising volatility (e.g., before breakout).
* **Touching High/Low Levels**: Helps identify volatility extremes and possible reversal zones.
Rainbow Price Chart This indicator is a technical and on-chain analysis tool for Bitcoin, designed to help investors better understand the different phases of the market cycle and underlying sentiment. It directly overlays on the price chart (overlay=true).
Indicator Name: "Rainbow Price Chart & V/T Ratio Signals"
General Purpose:
It combines two popular methodologies for visualizing Bitcoin's value and sentiment: the classic "Rainbow Price Chart" and signals derived from the "Value per Transaction Ratio" (V/T Ratio) based on blockchain data. It is ideal for long-term investors looking for strategic entry/exit points.
Main Components:
Rainbow Price Chart:
Concept: Divides Bitcoin's price range into different market "sentiment zones" (e.g., "Bubble Zone," "FOMO Zone," "HODL Zone," "Accumulation Zone," "Buy Zone," "Fire Sale Zone") using colored bands. These bands are calculated as ascending and descending multiples of a base Exponential Moving Average (EMA), configurable by default to 200 periods.
Visualization: The zones are represented with transparent color fills on the price chart. A detailed legend in the top right corner of the chart explains the meaning of each color and sentiment zone.
Important Note: This type of chart is designed to be viewed and analyzed correctly on a logarithmic price scale. The indicator includes a visual reminder to activate this scale.
Value per Transaction (V/T) Ratio Signals:
Concept: Measures the average value per transaction on the Bitcoin blockchain by dividing the total transacted volume in USD by the number of transactions. This ratio is smoothed with an Exponential Moving Average (by default, 7 periods) and is framed within a dynamic Linear Regression Channel (LRC) based on standard deviation.
Signal Generation: Based on the position of the smoothed V/T Ratio within this LRC channel, the indicator generates signals directly on the price chart, such as:
"BOTTOM": Low price, V/T Ratio in the lower band of the LRC.
"SEMI-LOW" / "SEMI-HIGH": Intermediate phases within the channel.
"ATH" (All-Time High): Potentially overvalued price, V/T Ratio in the upper band of the LRC.
On-Chain Data: The indicator requests external daily on-chain data for total transacted volume (TVTVR) and number of transactions (NTRAN) from the Bitcoin blockchain.
Diagnostic Panes: Includes plots of the raw on-chain data (volume and number of transactions) in a separate pane, which are useful for debugging or verifying the data source. The lines for the V/T Ratio itself and its LRC channel are not plotted by default but can be activated in the code for deeper analysis.
Ideal for:
Bitcoin investors and "hodlers" who desire a visual tool that combines price-based market cycle context with fundamental signals derived from on-chain activity, to help identify key moments for accumulation or potential distribution.
Considerations:
Relies on the availability of external on-chain data (QUANDL:BCHAIN) within TradingView.
Functions best on a daily timeframe.
Dynamic Fibonacci Retracement with ConfirmationDynamic Fibonacci Retracement with Confirmation plus MFI CCI RSI MA MACD Candle stick pattern
Moving Average RibbonShowing Multiple Moving Averages (5 MAs) in one 1 indicator. Very useful if you're still using free version of Trading View
Smart Money In-Out Radar 🔥btc ye para girişi ve cıkışını gösteren bir indi katördür diğer indikatörlerle destekleyin
Advanced VWAP (Webull-style + Bands + Anchor)//@version=6
//© 2025 YourNameHere (optional)
//This script plots an advanced VWAP with optional bands and anchoring
/*
────────────────────────────────────────────────────────────
🔹 Advanced VWAP (Webull-style + Bands + Anchor)
────────────────────────────────────────────────────────────
This indicator replicates Webull-style VWAP behavior by:
• Calculating VWAP during only regular trading hours (9:30 AM – 4:00 PM ET)
• Optionally including pre-market and post-market sessions
• Supporting VWAP bands at ±1σ and ±2σ for volatility analysis
• Optional anchor feature to start VWAP from a custom price level
────────────────────────────────────────────────────────────
📌 Features:
────────────────────────────────────────────────────────────
✅ VWAP calculated using (High + Low + Close) / 3
✅ Optional inclusion of extended hours
✅ Toggleable ±1σ and ±2σ bands (standard deviation)
✅ Anchor VWAP to any price breakout (e.g., yesterday's high)
────────────────────────────────────────────────────────────
🛠 How to Use:
────────────────────────────────────────────────────────────
1. Toggle "Include Extended Hours" to match your broker (like Webull).
2. Use anchor mode to begin VWAP when price crosses a key level.
3. Use bands to identify overbought/oversold zones.
4. Combine with price action for momentum/bounce trades.
────────────────────────────────────────────────────────────
🔔 Tips:
────────────────────────────────────────────────────────────
• Use this VWAP on 1m–15m charts for intraday momentum.
• Set anchor to a specific price like previous day open/high/low.
• Bands are useful for scalping and mean-reversion entries.
────────────────────────────────────────────────────────────
📧 Created by: Adebola| © 2025
────────────────────────────────────────────────────────────
*/
Filtreli QQE Signal (RSI 354, smoothing 2, factor -1.414)I have made a special indicator for you in the overbought and oversold areas of RS. You can check it with EMA and SMA.
ATR ChannelsATR Channels are a technical analysis tool that plots bands (or "channels") above and below a central reference line (typically price or a moving average) using the Average True Range (ATR) as the measure of volatility. They help traders identify dynamic support and resistance levels, potential breakout zones, and trend-following entries or exits.
CM_Williams_Vix_Fix v5The Kompas Volatility Signal (KVS) is a smart volatility-based indicator powered by the Williams Vix Fix (WVF) method. It’s designed to detect moments of heightened market fear or extreme price compression — often signaling potential reversal zones or deep pullbacks.
Key Features:
⚡️ Histogram spikes that react to price capitulation
📈 Optional Bollinger Bands and percentile thresholds for filtering extremes
🔄 Dual EMA smoothing (WVF EMA 10 & 50) to track volatility momentum
🛠️ Flexible settings for advanced traders to adjust sensitivity
How to Use: Use KVS to identify volatility spikes that align with oversold conditions or after major downswings. When paired with other momentum tools (like RSI or MACD), it becomes a powerful signal for early trend reversals or accumulation zones.
TR37The 377-day EMA is a long-term trend indicator, giving more weight to recent prices compared to an SMA. Traders may use it to:
Identify long-term trends (e.g., price above EMA = bullish, below = bearish).
Spot potential support/resistance levels.
Confirm trend direction for swing or position trading.
SerkevtinThis indicator is a combination of moving averages and bands that all price charts react to at different points. You can't just have precise entry points at these points, you have to look at it with a more open perspective and combine it with fractal analysis.