HTF & PD/PM LevelsTired of mapping your own levels every morning? Look no further! This script automatically maps out and updates HTF & PD/PM Levels along with ATH. I personally use these as confirmation zones with EMA & VWAP, RSI, and Volume... but alone, these levels mark major support and resistances.
What are they?
🏰 HTF Levels — “Big Grown-Up Lines”
HTF = Higher Time Frame
Think of your price chart like a big map. HTF levels are the important lines from bigger chunks of time:
>Daily (yesterday’s close, high, low)
>Weekly (this week’s open, high, low, close)
>Monthly (this month’s open/close)
Why they matter:
These are like big walls and floors that price often bounces off or stops at. Big traders (institutions) watch them because they show where a lot of buying or selling happened before.
⏰ PD & PM Levels — “Yesterday & Morning Clues”
PD = Previous Day
>PDH = Previous Day’s High
>PDL = Previous Day’s Low
>PDC = Previous Day’s Close
PM = Pre-Market
>PMH = Pre-Market High
>PML = Pre-Market Low
>ATH = All-Time High
Why they matter:
These tell you where price moved when most regular traders weren’t awake yet (pre-market) and where it ended up yesterday. Price often revisits or reacts to these spots.
⚡ How Options Traders Use Them
Support & Resistance:
If price is near an HTF or PD/PM level, it might stop and turn around there (like a ball hitting a wall) or it might use it as a launchpad to the next level if it breaks.
Entry & Exit Spots:
Traders might buy calls (bet price goes up) if it breaks above an important level, or puts (bet price goes down) if it breaks below.
Risk Management:
These levels give clear spots to set stops and targets — “If price breaks this level, I’m out.”
Super Simple Picture:
HTF = big important levels from days, weeks, months.
PD/PM = yesterday’s and morning’s clues where price already moved.
Traders use them to guess where price might bounce or break to plan option trades safely.
Patrones de gráficos
FMA Pro v1.0Foxbrady Moving Average Pro - uses EMA for tick based charts and SMA for time based charts, automatically.
Bearish Pin Bar Detector - BANN DONGLINGPin bars are among the most reliable single-candlestick patterns, signaling strong price rejection. Our precise detector identifies Bearish Pin Bars (or Shooting Stars) based on strict, customizable geometric rules (long upper wick, small body).
Precision: Customize the body-to-wick ratio to filter out weak signals.
Confidence: Spot strong selling pressure and potential swing highs.
geminiNiftyhi it gives buy sell signal this is using price action with cpr indicator
works well on trending day
Nithin Liquidity Sweep//@version=6
indicator("Liquidity Sweep Finder", overlay=true, max_labels_count=500)
// Input settings
lookback = input.int(10, "Lookback Bars for High/Low", minval=2)
showHighSweep = input.bool(true, "Show High Sweeps")
showLowSweep = input.bool(true, "Show Low Sweeps")
// Identify recent swing high/low
recentHigh = ta.highest(high, lookback)
recentLow = ta.lowest(low, lookback)
// Sweep conditions
highSweep = showHighSweep and high > recentHigh and close < recentHigh
lowSweep = showLowSweep and low < recentLow and close > recentLow
// Plot signals
plotshape(highSweep, title="High Liquidity Sweep", style=shape.labeldown,
text="Sweep ⬇", location=location.abovebar, color=color.red, size=size.tiny)
plotshape(lowSweep, title="Low Liquidity Sweep", style=shape.labelup,
text="Sweep ⬆", location=location.belowbar, color=color.green, size=size.tiny)
// Highlight background when sweep occurs
bgcolor(highSweep ? color.new(color.red, 85) : na)
bgcolor(lowSweep ? color.new(color.green, 85) : na)
5, 10, 15, 20 SMA//@version=5
indicator("5, 10, 15, 20 SMA", overlay=true)
// 이평선 정의
sma5 = ta.sma(close, 5)
sma10 = ta.sma(close, 10)
sma15 = ta.sma(close, 15)
sma20 = ta.sma(close, 25)
// 차트에 표시
plot(sma5, color=color.red, linewidth=2, title="5 SMA")
plot(sma10, color=color.orange, linewidth=2, title="10 SMA")
plot(sma15, color=color.yellow, linewidth=2, title="15 SMA")
plot(sma20, color=color.green, linewidth=2, title="20 SMA")
EMAグランビルの法則トレンドラベル(右上固定) Granville’s Law EMA Trend TAKAグランビルの法則に基づくマルチEMAトレンド判定スクリプト。
複数のEMAの傾きと位置関係から上昇/下降トレンドを自動検出し、
右上にラベルで表示。押し目買い・戻り売り判断の補助に最適。
Granville-based multi-EMA trend label indicator.
Automatically detects uptrend / downtrend from EMA alignment and slope,
and displays a label at the top-right. Ideal for buy-the-dip / sell-the-rally confirmation.
Range Breakout with Volume ConfirmationRange Breakout along with Volume Build up. However, ADX needs to be checked manually
BTC Momentum Strategy Ver2.0 by @AshokTrendThe BTC Momentum Strategy with LazyBear SQZMOM & Custom SL + Angle Filter is a technical trading strategy that blends multiple proven concepts to capture favorable momentum trades in Bitcoin or other assets.
### Core Components
- **LazyBear Squeeze Momentum Indicator (SQZMOM):** This indicator identifies low volatility "squeeze" periods when Bollinger Bands contract inside Keltner Channels, signaling potential explosive moves once the squeeze releases. The strategy uses momentum derived from linear regression on price to judge trade direction—positive momentum favors longs, negative momentum favors shorts.
- **EMA 200 Trend Filter:** The 200-period Exponential Moving Average defines the prevailing trend. Trades are taken long only if price is above the EMA and short if below, reducing risk of countertrend entries.
- **Price Movement Angle Filter:** The strategy calculates the angle of recent price movement over a lookback period. Entries require a price angle greater than 27 degrees for longs and less than -27 degrees for shorts, confirming strong directional momentum and filtering out weak moves.
- **Stop Loss Management:** A custom stop loss in fixed points distance from the entry price manages risk, protecting capital if the market moves against the trade.
- **Trading Time Window:** The strategy trades only during Indian market hours (4:00 AM to 11:00 PM IST), filtering trades to relevant active market sessions.
- **Swing Levels:** Recent swing highs and lows are used as additional confirmation levels for entries and exits, helping to time trade triggers more precisely.
### How Trades Are Executed
- **Long Entry:** When trading hours are active, SQZMOM indicates bullish momentum (momentum histogram positive and squeeze released), price is in an uptrend (above EMA 200), the current close is above recent swing highs, and the price movement angle exceeds 27 degrees, the strategy enters a long position.
- **Short Entry:** When trading hours are active, SQZMOM shows bearish momentum (momentum histogram negative and squeeze released), price is in a downtrend (below EMA 200), the current close is below recent swing lows, and the price movement angle is less than -27 degrees, the strategy enters a short position.
- **Exits:** Positions are closed either when price breaches opposite swing levels, momentum conditions reverse, or trading hours end. Stop losses are also triggered if price moves unfavorably by the defined points.
### Strategy Benefits
- Detects volatility contractions and momentum expansions for potentially strong directional moves.
- Reduces false entries with the EMA trend and angle momentum filters.
- Manages risk actively with stop losses and time-based filters.
- Combines multiple technical tools — momentum, trend, volatility, price structure — for a holistic approach.
This strategy tends to work best on active higher timeframes where trends and momentum have clarity and is designed for disciplined, momentum-focused trading with robust trade management.
Concepts used-
SMC
TRednline Breaout,
Timefram-15M or Higher For better Result.
Note-We are not SEBI-Registered, Graphs, charts, and tables are provided for illustrative purposes only. Investing is subject to market risks. Investors acknowledge and accept the potential loss of some or all of an investment's value.Please consult your financial advisor before taking any decision.
Please whatsapp only=7835983697.
Breakout Score (0–100)Breakouts are often the trader's best setups. Often seen on the chart as wedges and flags, consolidation before a pop up or down. This script attempts to visualize breakout potential with gradients in the background. I built this to place on my side charts to quickly visualize that a setup was forming.
For this indicator, Breakouts have generally been assumed as:
Decrease in average volume over N candles
Proximity to VWAP
Convergence/cross of price to the 9, 20 and 50 EMAs
Range compression (formation of flag or consolidation)
each of these factors are scored and rated. Multiple signals exponentially increase the gradient. Depending on the score, the chart will display a visual gradient behind the chart. Color, opacity and filtering fully customizable.
Enjoy!
MA Disparity (乖離率%)このインジケータは、現在の終値と移動平均線(SMAまたはEMA)との**乖離率(かいりりつ)**を%で表示します。
「価格が移動平均線からどれだけ離れているか」を視覚的に把握することで、**過熱感(買われすぎ/売られすぎ)**を判断できます。
設定で期間(例:20日、25日など)を自由に変更可能
SMA/EMAの選択が可能
0%ラインを基準として、プラス側は上方乖離、マイナス側は下方乖離を示します
トレンドの勢い確認、押し目・戻り目の判断にも活用できます
📊 例:
+10%以上 → 短期的な過熱感
-10%以下 → 売られすぎの可能性
---
This indicator displays the disparity ratio (price deviation) between the current close and a moving average (SMA or EMA), expressed in percentage.
It helps visualize how far the price has moved away from its average — a useful signal for identifying overbought or oversold conditions.
Adjustable period (e.g., 20, 25, 50, etc.)
Selectable MA type (SMA or EMA)
0% baseline: positive values = above MA, negative = below MA
Great for spotting trend strength, pullbacks, and reversals
📈 Example:
+10% → potential overbought zone
-10% → potential oversold zone
---
#Kairi #Disparity #MovingAverage #Volume #SMA #EMA #Overbought #Oversold #Japan
Pops Master Overlay -Soft Cloud + EMA 5/20/200 + EMA 13/48/200 ⚙️ SETUP & PURPOSE
This indicator combines everything you and I built into one clean, eye-friendly suite:
Soft Cloud Bands for volatility & trend confirmation
Bollinger & Keltner “Squeeze” logic for compression signals
Two EMA families for short-term vs. momentum trend
VWAP toggle for intraday equilibrium reference
🧭 QUICK START
Apply to Chart
Add the script (overlay=true) — works best on 2-minute to daily timeframes.
Choose Theme
Default: Graphite Gray (gentle and easy on the eyes)
You can switch to Soft Teal or Smoke Blue in settings.
Adjust Cloud
“Show Cloud Fill” → toggles the soft volatility zone
“Cloud Transparency” → 92–96 = softer background
“Show Background Tint” → adds a barely visible page hue
🧠 EMA SYSTEMS (Your Two Trading Views)
🔹 Set A – 5 / 20 / 200 EMA
Purpose: Fast, reactive, perfect for momentum & scalp entries
EMA 5 → micro trend (very short-term speed)
EMA 20 → intraday rhythm
EMA 200 → master bias line (above = bullish, below = bearish)
Usage Tip:
When EMA 5 crosses above EMA 20 while price is above the 200, that’s your “early push” confirmation.
Reverse for short bias.
➡ Toggle visibility:
Settings → EMA Set A → turn each one on/off individually.
🔹 Set B – 13 / 48 / 200 EMA
Purpose: Slower, smoother, designed for swing trades & trend filtering
EMA 13 → trend guide
EMA 48 → intermediate momentum
EMA 200 → long-term direction
Usage Tip:
Look for 13 > 48 > 200 stacking for clean, trending structure.
If they’re twisted together, it’s chop — step aside.
➡ Toggle visibility:
Settings → EMA Set B → turn each one on/off individually.
You can run both sets at once to compare momentum vs. structure.
💥 SQUEEZE ZONE
Red dots appear when Bollinger Bands are inside Keltner Channels → low volatility (squeeze forming).
Green dots appear when the squeeze releases → breakout conditions.
💡 Combine this with your EMAs:
If the squeeze releases while both EMA sets align bullishly, it’s often your best breakout timing.
🧮 VWAP
Toggle “Show VWAP (intraday)” to anchor your price bias around session mean value.
Price above VWAP = buyers control; below = sellers control.
👁️ RECOMMENDED SETTINGS
Setting Recommended
Cloud Theme Graphite Gray
Cloud Transparency 92–96
Band Lines Transparency 45
EMA Lines Set A for Day Trading, Set B for Swing
Squeeze Dots ON for momentum confirmation
🕹️ TIPS FOR TOGGLING EMAs
To switch quickly:
Open gear ⚙️ → scroll to “EMA Set A” or “EMA Set B.”
Turn off the ones you don’t want.
You can rename colors in settings to keep them separate (e.g., Green/Gold for A, Lighter Green/Gold for B).
Visual layering trick:
Run Set A (solid) for live momentum.
Run Set B (faint) to see long-term structure behind it.
🌤️ POPS RULE OF THUMB
“When both EMA sets line up, the squeeze releases, and price rides above the cloud —
that’s not a maybe… that’s a momentum wave.”
HPZ — 4H Buy Zones (Ultra High Quality)Only finds BUY setups.
Only shows overlaps between 4H Fair Value Gaps and Bullish Order Blocks.
Filters out small gaps or candles with too little momentum.
Displays a green box (HPZ) only when overlap is valid.
Optionally shows a “HPZ BUY” label when price enters the zone.
Includes tiny swing markers for visual reference.
Tristan's Three Line Strike PatternThree Line Strike Indicator (5-Minute Timeframe)
This indicator highlights Three Line Strike candlestick patterns on a 5-minute chart . The Three Line Strike is a rare four-candle formation that often signals trend continuation rather than reversal.
Bullish Three Line Strike (green “3LS long” above the candle):
Three strong bullish candles in a row are followed by a large bearish candle that completely engulfs the prior three. Despite looking bearish, this setup often indicates strength in the uptrend.
Bearish Three Line Strike (red “3LS sell” below the candle):
Three consecutive bearish candles are followed by a large bullish engulfing candle. Although it looks like a reversal, the downtrend commonly resumes.
How to use on the 5-min chart:
Watch for the labels marking the pattern.
A bullish signal suggests that the upward move is likely to continue after the engulfing candle.
A bearish signal suggests that the downtrend is likely to continue after the engulfing candle.
These signals are not entry/exit triggers on their own—I suggest you combine them with trend confirmation (e.g., moving averages, momentum indicators, or volume analysis) before acting.
Use good risk management, and don't buy / sell based on these indicators alone.
Episodic Pivot -AparnaEpisodic pivot when volume are 5x of SMA 14 and price is 10% higher than previous close
Volume Peak (2 before & 2 after) - FixedThe option to detect volume peaks higher than the surrounding bars.
gex 1//@version=5
indicator("SPY Gamma Levels ", overlay=true)
// Generated from GEX Scanner at 2025-10-06 16:30 UTC
// Symbol: SPY | Spot: 671.39
// Analysis includes all expirations
// Symbol Validation - Only display levels for correct ticker
expectedSymbol = "SPY"
isCorrectSymbol = syminfo.ticker == expectedSymbol
// Warning System for Wrong Symbol
if not isCorrectSymbol and barstate.islast
warningTable = table.new(position.top_right, 1, 1, bgcolor=color.red, border_width=2)
table.cell(warningTable, 0, 0, "⚠️ WRONG SYMBOL! This script is for " + expectedSymbol + " Current chart: " + syminfo.ticker, text_color=color.white, bgcolor=color.red, text_size=size.normal)
// Zero Gamma Level
zero_gamma = 471.66
// Max Pain Strike
max_pain = 659.00
// Major Resistance Levels (Negative Gamma)
resistance_1 = 655.00 // GEX: -215M (minor)
resistance_2 = 663.00 // GEX: -104M (minor)
resistance_3 = 668.00 // GEX: -57M (minor)
// Major Support Levels (Positive Gamma)
support_1 = 675.00 // GEX: +708M (moderate)
support_2 = 680.00 // GEX: +595M (moderate)
support_3 = 670.00 // GEX: +458M (minor)
// Plot Key Levels
plot(isCorrectSymbol ? zero_gamma : na, "Zero Gamma", color=color.yellow, linewidth=3, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, zero_gamma, "Zero Gamma $471.66", color=color.yellow, style=label.style_label_left, textcolor=color.black, size=size.normal)
plot(isCorrectSymbol ? max_pain : na, "Max Pain", color=color.purple, linewidth=2, style=plot.style_circles)
if isCorrectSymbol and barstate.islast
label.new(bar_index, max_pain, "Max Pain $659.00", color=color.purple, style=label.style_label_right, textcolor=color.white, size=size.small)
// TOP 3 RESISTANCE LEVELS (Strongest Negative Gamma)
plot(isCorrectSymbol ? resistance_1 : na, "★R1: $655", color=color.red, linewidth=4, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, resistance_1, "★R1 (TOP) $655 -215M", color=color.red, style=label.style_label_left, textcolor=color.white, size=size.normal)
plot(isCorrectSymbol ? resistance_2 : na, "★R2: $663", color=color.new(color.red, 20), linewidth=3, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, resistance_2, "★R2 (TOP) $663 -104M", color=color.new(color.red, 20), style=label.style_label_left, textcolor=color.white, size=size.normal)
plot(isCorrectSymbol ? resistance_3 : na, "★R3: $668", color=color.new(color.red, 40), linewidth=2, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, resistance_3, "★R3 (TOP) $668 -57M", color=color.new(color.red, 40), style=label.style_label_left, textcolor=color.white, size=size.normal)
// TOP 3 SUPPORT LEVELS (Strongest Positive Gamma)
plot(isCorrectSymbol ? support_1 : na, "★S1: $675", color=color.lime, linewidth=4, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, support_1, "★S1 (TOP) $675 +708M", color=color.lime, style=label.style_label_right, textcolor=color.black, size=size.normal)
plot(isCorrectSymbol ? support_2 : na, "★S2: $680", color=color.new(color.lime, 20), linewidth=3, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, support_2, "★S2 (TOP) $680 +595M", color=color.new(color.lime, 20), style=label.style_label_right, textcolor=color.black, size=size.normal)
plot(isCorrectSymbol ? support_3 : na, "★S3: $670", color=color.new(color.lime, 40), linewidth=2, style=plot.style_line)
if isCorrectSymbol and barstate.islast
label.new(bar_index, support_3, "★S3 (TOP) $670 +458M", color=color.new(color.lime, 40), style=label.style_label_right, textcolor=color.black, size=size.normal)
// ==== TOP 3 GAMMA LEVELS SUMMARY ====
// STRONGEST RESISTANCE (Above $671.39):
// R1: $655.00 | -215M GEX | MINOR
// R2: $663.00 | -104M GEX | MINOR
// R3: $668.00 | -57M GEX | MINOR
// STRONGEST SUPPORT (Below $671.39):
// S1: $675.00 | +708M GEX | MODERATE
// S2: $680.00 | +595M GEX | MODERATE
// S3: $670.00 | +458M GEX | MINOR
// =====================================
// Usage Notes:
// - ★ TOP 3 LEVELS: Thickest lines (4px→3px→2px) with star symbols
// - Resistance levels (red): Negative gamma, potential price ceiling
// - Support levels (lime): Positive gamma, potential price floor
// - Zero Gamma (yellow): Gamma flip point - thicker line for visibility
// - Max Pain (purple): Strike with maximum option value decay
// - Color intensity: Darker = stronger level (top levels are most prominent)
// - Labels show strike prices, GEX values, and ranking for easy reference
// - Focus on TOP 3 levels for key trading decisions
// - Update this indicator throughout the trading day as levels change
Anti-PDT Swing Trade Signals//@version=5
indicator("Anti-PDT Swing Trade Signals", overlay=true)
// === User Inputs ===
priceLimit = input.float(25, "Max Price ($)", minval=1)
minVolume = input.int(200000, "Min Avg Volume (10D)", minval=1)
// === Indicators ===
sma20 = ta.sma(close, 20)
sma50 = ta.sma(close, 50)
macdLine = ta.ema(close, 12) - ta.ema(close, 26)
signalLine = ta.ema(macdLine, 9)
rsi = ta.rsi(close, 14)
avgVolume = ta.sma(volume, 10)
// === Conditions ===
priceFilter = close <= priceLimit
volumeFilter = avgVolume >= minVolume
rsiFilter = ta.crossover(rsi, 40)
macdFilter = ta.crossover(macdLine, signalLine)
smaFilter = close > sma20 and close > sma50
momentumFilter = close > close * 1.03 and close < close * 1.10
// === Day Filter ===
isMonWedFri = dayofweek == dayofweek.monday or dayofweek == dayofweek.wednesday or dayofweek == dayofweek.friday
entryCondition = priceFilter and volumeFilter and rsiFilter and macdFilter and smaFilter and momentumFilter and isMonWedFri
// === Alerts & Visuals ===
plotshape(entryCondition, title="BUY", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
alertcondition(entryCondition, title="BUY Alert", message="BUY Signal: {{ticker}} meets swing trading entry criteria.")
plot(sma20, color=color.orange)
plot(sma50, color=color.blue)