Stop or Go?-Displaying RVOL as ratio now instead of percentage.
-Default startup location moved to bottom right with large size
指標和策略
Alpha VIX - with Stop loss built inCapture UVIX spikes with laser-sharp entries, crystal-clear exits, and built-in risk control.
▶️ Entry only when the key SMAs align, Williams %R momentum crosses up from oversold.
🛑 Exit on the very first hint of momentum fading (ROC turning down or %R cross) or a hard 2.3% stop-loss off your exact fill price.
📈 Visual signals: Green ▲ marks your entry price; red ▼ marks your exit price + P&L.
💡 Proven edge in volatile markets—no repainting, no guessing.
Based on 10 year study of the VIX and trends.
This indicator should get your nice alpha +100% p/y, when most ETFs / stocks dip. Got questions or want invite-only access to the pro 10x alpha version? DM me on TradingView and I’ll get you set up!
K_RSI_ATR_ATR%_CMO_MACD_ADXThis indicator is combination of below indicators:
RSI
ATR
ATR%
CMO
MACD
ADX
Wick x2 Body + 2-Candle Trend [Gold Futures]This indicator highlights potential reversal candles on Gold Futures using a combination of wick/body ratio and trend confirmation.
🔍 Logic:
Highlights a candle yellow when:
The wick is at least 2x the size of the body
The total candle size is ≥ 50 ticks (5 points)
The previous 2 candles are in the same direction (bullish or bearish) as the wick candle
📈 Interpretation:
Bullish Signal = Long lower wick on a green candle, following 2 bullish candles
Bearish Signal = Long upper wick on a red candle, following 2 bearish candles
Use this to spot overextended moves that may be due for a reversal — especially around key zones or session opens.
PC UpdatedThis indicator identifies a high-probability breakout setup using a simple but powerful 3-candle formation. It works on lower timeframes (like 5m) and is ideal for scalping or short-term intraday setups.
Digit Sum Mark (3/6/9 + Price ~33 ±15)This indicator highlights the price bars where the digit sum of high or low equals 3, 6, or 9, and the closing price is within a specific range (around ₹33 ±15, i.e., mod 100 ∈ ).
✨ Key Features:
Calculates digit sum of high and low values.
Adds +1 if the decimal portion > 0.50 (smart rounding logic).
Only activates when close price mod 100 is between 18 to 48, a zone inspired by the resonance around 33.
Marks the chart with green downward arrows (for high) and red upward arrows (for low) when digit sum = 3, 6, or 9.
📌 Inspired by Gann numerology and price vibration logic – especially the powerful influence of 3, 6, and 9 as noted by Nikola Tesla.
🚨 Best used on intraday or positional charts where price oscillates frequently around round figures.
🧠 Try pairing this with support/resistance tools for better accuracy!
Exponential-Decay Cumulative Spread (Cycle-Tuned)## Indicator Overview
**Exponential-Decay Cumulative Spread (Cycle-Tuned)** – short title **LambdaCumDelta** – tracks the percentage spread between CEXs BTC spot prices.
By clipping outliers, applying an exponential-decay running sum, and comparing that sum to rolling percentile bands, the script flags potential **cycle bottoms** and **cycle tops** whenever the cumulative spread stays beyond extreme thresholds for three consecutive bars.
---
### Core Logic
1. **Price Spread**
`spread_pct = (cexA – cexB) / cexB × 100`.
2. **Outlier Suppression**
* Calculates the **90-day standard deviation σ** of `spread_pct`.
* Uses a **clip coefficient `k_clip`** (0.5–5.0) to cap the spread at `±k_clip × σ`, damping single-day anomalies.
3. **Exponential-Decay Sum**
* Applies a decay factor **λ** (0.50–0.999):
```
CumΔₜ = spread_clipₜ + λ × CumΔₜ₋₁
```
* Larger λ → longer memory half-life.
4. **Rolling Percentile Bands**
* Uses a **365-bar window** to derive dynamic percentile thresholds.
* Upper / Lower bands are set by **perc\_hi** and **perc\_lo** (e.g., 85 % and 15 %).
5. **Signal Definition**
* **Bullish** (cycle bottom): `CumΔ` above the upper band for **3 straight bars**.
* **Bearish** (cycle top): `CumΔ` below the lower band for **3 straight bars**.
---
### Chart Elements
| Plot | Style | Meaning |
| --------------- | ----------------- | ----------------------------------- |
| **CumΔ** | Teal thick line | Exponential-decay cumulative spread |
| Upper Threshold | Green thin line | Rolling upper percentile |
| Lower Threshold | Red thin line | Rolling lower percentile |
| Background | Faded green / red | Bullish / bearish signal zone |
---
### Key Inputs
| Input | Default | Purpose |
| -------------------- | ------- | ------------------------------- |
| **Decay factor λ** | 0.95 | Memory length of CumΔ |
| **Clip coefficient** | 2.0 | Multiple of σ for outlier cap |
| **Upper percentile** | 85 | Cycle-bottom trigger percentile |
| **Lower percentile** | 15 | Cycle-top trigger percentile |
---
### Practical Tips
1. **Timing bias**
* Green background often precedes mean-reversion of the spread – consider scaling into longs or covering shorts.
* Red background suggests stretched positive spread – consider trimming longs or lightening exposure.
2. **Combine with volume, trend filters (MA, MACD, etc.)** to weed out false extremes.
3. Designed for **daily charts**; ensure both exchange feeds are synchronized.
---
### Alerts
Two built-in `alertcondition`s fire when bullish or bearish criteria are met, enabling push / email / webhook notifications.
---
### Disclaimer
This script is for educational and research purposes only and is **not** financial advice. Test thoroughly and trade at your own risk.
Sniper Mini VWAPThis script plots dynamic, session-based VWAPs for key intraday timeframes:
1H (green), 4H (orange), 8H (purple), and Daily (red).
Each VWAP resets at the start of its own session, giving traders a real-time view of price relative to average volume-weighted value. These lines often act as intraday support, resistance, or liquidity magnets — great for scalping, fade setups, and sniper-style entries.
You can toggle each VWAP on or off for a cleaner chart.
This version does not use anchored VWAPs — it’s designed for traders who need fast feedback as price develops within active sessions.
Horizontal Lines [Vynkron]📄 Script Description – "Horizontal Lines "
This Pine Script v6 indicator draws up to 11 customizable horizontal lines on your chart, ideal for marking round levels, support/resistance zones, or psychological price points (e.g. every 100 points on the NQ).
🔧 Features:
11 price inputs (default: 22000 to 23000, step 100)
Single color, width, and style configuration for all lines
Uses hline() so lines are fixed across the full chart
Easy to adjust or toggle lines individually
💡 Use Cases:
Highlighting round-number levels on instruments like Nasdaq 100 Futures
Visualizing major price zones
Manual technical analysis without scripting loops
Let me know if you want to make it dynamic, add labels, or only draw lines within the visible chart range.
StratNinjaTableThe StratNinjaTable is a comprehensive technical analysis tool for TradingView designed to provide traders with a multi-timeframe overview of a security's performance and key metrics in a single, customizable table.
This indicator is built around "The Strat" candlestick methodology, which focuses on inside bars (1), trending bars (2U for up, 2D for down), and outside bars (3). It displays this information across multiple, user-selected timeframes simultaneously, from minutes to yearly charts.
Key Features
Multi-Timeframe "Strat" Analysis: The core of the indicator is a table that shows the current "Strat" number (1, 2U, 2D, or 3) and the directional bias (▲ for up, ▼ for down) for each selected timeframe. This allows for a quick assessment of market structure and potential setups across different chart periods.
Customizable Timeframe Selection: Users can easily select which timeframes they want to monitor, including standard intervals like 5-minute, 15-minute, hourly, daily, weekly, and monthly charts.
Comprehensive Data Table: Beyond the "Strat" analysis, the indicator populates a detailed table with essential market data:
Ticker Information: Displays the current ticker and the chart's timeframe.
Money Flow Index (MFI): Shows the MFI value, with color-coded backgrounds to highlight overbought (>80) and oversold (<20) conditions.
Average True Range (ATR): Provides the ATR value and its percentage relative to the closing price, with color signals for low or high volatility.
Market Cap: Calculates and displays the security's market capitalization.
Sector Information: Shows the sector the security belongs to.
Moving Average Data: Includes the distance of the current price from the 20-day Simple Moving Average (SMA), expressed as a percentage.
Volume: Displays the 30-day average trading volume.
Strat Pattern Prediction: Shows a historical sequence of the last two Strat patterns and a potential future pattern based on the current bar's direction.
Timeframe Countdown: A timer for each timeframe shows how much time is left until the current candle closes.
Customizable Appearance: The indicator offers extensive customization options for the table's position on the screen and the colors used for different "Strat" bar types, allowing users to tailor the visual presentation to their preferences.
In essence, the StratNinjaTable serves as an all-in-one dashboard, enabling traders to quickly gauge market sentiment, identify confluence across timeframes, and access key technical data without cluttering their charts with multiple separate indicators.
SMA21 Persistent Trend with ATR Consolidation + LabelsExtreme Scalping Indicator with SMA.
Made for consolidation as well.
استراتيجية شموع الزخم المتوافقةقلبله للتعديل والتطوير
كتجربه Heart for modification and development
as an experiment
.................................................................................................................................................................................................................................................................................................................................................................................
First Candle Rule (Casper SMC)This strategy backtests the Casper SMC "First Candle Rule".
Strategy Description:
The idea of the "First Candle Rule" is that it takes the first 30 minutes from the open and marks the high and low of that range. Once either the high or low is broken, it looks for a fair value gap (FVG) back into the range. Once a FVG is confirmed a market order is placed.
Customizable Strategy Options:
Minimum FVG Ticks
Stop loss at
First 30 Minutes Start Time
Stop Trading Time
Close Trades Time
Source: www.youtube.com
مؤشرأبو سليمان🎯 ماذا يفعل المؤشر؟
يقوم بتلوين الشمعة التي تحقق الشروط " سر المهنة " بلون أزرق (أو حسب اختيارك).
يرسم خطين أفقيين على:
أعلى الشمعة (باللون الأخضر)
أدنى الشمعة (باللون الأحمر)
هذه الخطوط تمتد يمينًا حتى يتم اختراقها بإغلاق جسم الشمعة:
الخط الأخضر يتوقف إذا تم اختراقه صعودًا.
الخط الأحمر يتوقف إذا تم كسره هبوطًا.
🔔 التنبيه:
يوفر المؤشر تنبيهًا تلقائيًا عند اختراق الخط الأخضر، وهو بمثابة إشارة دخول محتملة بعد تجاوز مقاومة الكذب السابقة.
🔊 رسالة التنبيه:
تم اختراق الخط الأخضر لشمعة أبو سليمان
⚙️ الإعدادات القابلة للتخصيص:
تفعيل/إلغاء تلوين الشمعة
اختيار لون الشمعة
اختيار لون ونمط الخط العلوي والسفلي
📌 وقف الخسارة (اختياري):
أسفل أدنى الشمعة التي حققت "كذب الصعود".
أو الخط الأحمر السفلي إن كان مرسومًا.
🎯 المستهدف:
يمكن تحديده بنسبة مخاطرة/عائد 1:2
أو بناءً على أقرب مقاومة.
📢 ملاحظة:
هذه الاستراتيجية مبنية على سلوك سعري،
خيار البيع والشراء وشرعية السهم أنت لوحدك المسؤول عنها
صلى الله عليه وسلم
اذكروني بدعوه
اخوكم أبو سليمان
🎯 What Does the Indicator Do?
The indicator highlights the candle that meets the special “Trade Secret” conditions in blue (or your preferred color).
It then draws two horizontal lines:
A green line at the top of the candle
A red line at the bottom of the candle
These lines extend to the right until they are broken by a full-body candle close:
The green line stops if it is broken to the upside
The red line stops if it is broken to the downside
🔔 Alert:
The indicator provides an automatic alert when the green line is broken.
This is considered a potential entry signal after price breaks through the previous "false breakout" resistance.
🔊 Alert message:
“The green line of the Abu Sulaiman candle has been broken.”
⚙️ Customizable Settings:
Enable/disable candle highlighting
Choose highlight color
Choose color and style for the upper and lower lines
📌 Stop Loss (optional):
Just below the low of the candle that triggered the false rally
Or below the red support line if drawn
🎯 Target:
Based on a 1:2 risk/reward ratio
Or based on the nearest resistance level
📢 Note:
This strategy is based on price behavior and market psychology.
You are solely responsible for your buy/sell decisions and verifying the stock's compliance
and validity.
BolliTrend Pro + Bands + Supertrend**BolliTrend Pro** is a hybrid trading indicator that combines the strength of Bollinger Bands and Supertrend.
🔹 Supertrend identifies the overall market direction using ATR
🔹 Bollinger Bands dynamically track price volatility and breakout zones
🔹 Together, they highlight trending markets, entry opportunities, and volatility shifts
This tool is suitable for trend-following, breakout, and reversal traders across all markets (Forex, Crypto, Indices).
Built for clarity and precision, BolliTrend Pro offers clean chart visuals for confident decision-making.
For educational use only. Not financial advice.
WaveTrend w/ Crosses & MTFWaveTrend Oscillator from LazeBear, modified to plot crosses and amplified delta.
SNIPERKILLS XXX 1.0 CISD + FVG + OB + SMT Detector"SNIPERKILLS XXX 1.0 – CISD + FVG + OB + SMT Detector"
It’s a multi-component ICT-style trading indicator that detects and displays:
🔹 1. CISD (Candle Impulse Swing Displacement) Breakouts
A form of breakout detection that:
Validates bearish reversal if a large red candle (with body > % threshold) follows a green candle and breaks previous swing high.
Validates bullish reversal if a large green candle follows a red candle and breaks previous swing low.
Optional entry lines are drawn at the breakout level.
🔹 2. FVG (Fair Value Gaps)
Bullish FVG: Detected when the previous two candles' lows are above the current candle's high.
Bearish FVG: Detected when the previous two candles' highs are below the current candle's low.
These are plotted with light-colored squares on the chart.
🔹 3. OB (Order Block) Highlight
Highlights the candle before the CISD displacement candle.
Bullish OB candles are shaded green, bearish are shaded red.
This helps traders spot likely supply/demand zones based on displacement logic.
🔹 4. SMT (Smart Money Technique) Divergence
Compares NQ1! (Nasdaq) and ES1! (S&P 500) to find divergences.
Bullish SMT: NQ makes a lower low but ES doesn’t → Possible long.
Bearish SMT: NQ makes a higher high but ES doesn’t → Possible short.
Plots triangles for SMT divergence.
🔹 5. Stats Table (Optional Display)
Shows real-time counts of:
Total CISD Buy/Sell events
Total FVG Up/Down occurrences
SMT Bullish/Bearish events
Last signal type
User-defined candle body % threshold
🔹 6. Alerts
Fires alerts when CISD, FVG, or SMT signals are triggered.
✅ Customizable Inputs:
Candle body threshold (default 60%)
Swing high/low lookback
Toggle FVG, OB, SMT
Choose table position
🧠 Summary:
This is a powerful, all-in-one ICT-inspired tool designed to help traders spot:
Momentum reversals (CISD)
Institutional gaps (FVG)
Key imbalance zones (OB)
Intermarket divergence (SMT)
with stats and alerts built-in.
VP(Maps)+OB+S&R+GGSHOT+HH BY LEONVCapital Trading System onde é possivel ver high and low, suporte e resistência e orderblocks
Fisher Transform w/ Cross in MTFFisher Transform from Tradingview Technical indicators, modified to hard code settings for various time frames and to plot crosses.
Williams Fractals with Style & Line Width Options (Aligned)Fractal indicator with the ability to adjust the size of the circle by adjusting the width!