Bollinger Adaptive Trend Navigator [QuantAlgo]🟢 Overview
The Bollinger Adaptive Trend Navigator synthesizes volatility channel analysis with variable smoothing mechanics to generate trend identification signals. It uses price positioning within Bollinger Band structures to modify moving average responsiveness, while incorporating ATR calculations to establish trend line boundaries that constrain movement during volatile periods. The adaptive nature makes this indicator particularly valuable for traders and investors working across various asset classes including stocks, forex, commodities, and cryptocurrencies, with effectiveness spanning multiple timeframes from intraday scalping to longer-term position analysis.
🟢 How It Works
The core mechanism calculates price position within Bollinger Bands and uses this positioning to create an adaptive smoothing factor:
bbPosition = bbUpper != bbLower ? (source - bbLower) / (bbUpper - bbLower) : 0.5
adaptiveFactor = (bbPosition - 0.5) * 2 * adaptiveMultiplier * bandWidthRatio
alpha = math.max(0.01, math.min(0.5, 2.0 / (bbPeriod + 1) * (1 + math.abs(adaptiveFactor))))
This adaptive coefficient drives an exponential moving average that responds more aggressively when price approaches Bollinger Band extremes:
var float adaptiveTrend = source
adaptiveTrend := alpha * source + (1 - alpha) * nz(adaptiveTrend , source)
finalTrend = 0.7 * adaptiveTrend + 0.3 * smoothedCenter
ATR-based volatility boundaries constrain the final trend line to prevent excessive movement during volatile periods:
volatility = ta.atr(volatilityPeriod)
upperBound = bollingerTrendValue + (volatility * volatilityMultiplier)
lowerBound = bollingerTrendValue - (volatility * volatilityMultiplier)
The trend line direction determines bullish or bearish states through simple slope comparison, with the final output displaying color-coded signals based on the synthesis of Bollinger positioning, adaptive smoothing, and volatility constraints (green = long/buy, red = short/sell).
🟢 Signal Interpretation
Rising Trend Line (Green): Indicates upward direction based on Bollinger positioning and adaptive smoothing = Potential long/buy opportunity
Falling Trend Line (Red): Indicates downward direction based on Bollinger positioning and adaptive smoothing = Potential short/sell opportunity
Built-in Alert System: Automated notifications trigger when bullish or bearish states change, allowing you to act on significant development without constantly monitoring the charts
Candle Coloring: Optional feature applies trend colors to price bars for visual consistency
Configuration Presets: Three parameter sets available - Default (standard settings), Scalping (faster response), and Swing Trading (slower response)
趨勢分析
Comprehensive 3'bars Gann Swings v6.5 (Architecture Fix)An indicator that displays 3-bar swings based on an original method inspired by the works of W.D. Gann.
___________________________________________________________________________________Индикатор отображающий 3 барные свинги по авторской методике, основанной на работах В.Д.Ганна
CONFLUENCE DASHBOARDA confluence dashboard that ties the H1 timeframe to the M1 timeframe, to increase the likelihood of trading in the right direction.
ICT killzones Magic Makers
TIMEZONE (ESSENTIAL)
- Use Exchange Timezone (symbol):
- ON = uses the asset's native timezone (auto DST)
- OFF = uses the fixed timezone set in "Fixed Timezone" (e.g., America/New_York)
- This realigns Midnight, NY 8:30, and Sessions on the chart.
MIDNIGHT & NY 8:30
- Midnight: anchors the day's price (above = buyer bias; below = seller bias, in context).
- NY 8:30: institutional flow/volatility window; often sets the session's pace.
- Optional: enable "History" and "Past-day Labels" to compare days.
SESSIONS
- Enable only what you use (Asia, CBDR, London, NY, LC) and adjust times.
- If the chart gets heavy, temporarily turn "Show Boxes" OFF.
MAKERS LEVELS (VALUE/DECISION REGIONS)
- Turn on "Project Makers Levels (±) " and select per session.
- Projects: key levels x the session's range (both directions).
- Uses: targets, partials, breather/reversal. Note: CBDR-based projections are often well respected.
DEVIATIONS (± MULTIPLES OF THE SESSION RANGE)
How to configure:
- Turn "Show Deviations" ON.
- Set "Number of Deviations" (how many multiples to project).
- Choose which sessions get deviations (Asia, CBDR, London, NY, LC).
Practical read:
- Targets for continuation (range expansion) or breather/fade zones when price is extended.
- Combine with structure (HH/HL/LH/LL), Midnight/NY 8:30, FVGs, OBs, and visible liquidity (equal highs/lows).
Pro tip:
- The more impulsive the break of the session range, the higher the chance of reaching ±1x; ±2x and beyond need flow confirmation.
ROUND NUMBERS & WATERMARK (OPTIONAL)
- Round Numbers: price-step lines (e.g., every 500 ticks).
- Watermark: custom text and/or Ticker+Timeframe.
PERFORMANCE
- If heavy: disable unused sessions, Text/Pips in boxes, or "Show Boxes".
Analitica Trading — Previous Day SR (2 lines + labels) 2.0📊 Analitica Trading — Previous Day SR (Support & Resistance)
This indicator displays the previous day’s key levels on any timeframe:
Prev High → Green horizontal line with label.
Prev Low → Red horizontal line with label.
🔹 Stable across timeframes: The levels are calculated from the daily candles and remain fixed, no matter if you switch to 1D, 1H, or 5m.
🔹 Simple & clean: Exactly two lines only (no duplicates).
🔹 Price labels included: Each line has a clear tag showing the exact level.
🔹 Dynamic update: Lines refresh automatically at the start of each new daily session.
🔹 Alerts: Optional alerts trigger when the price breaks above the Prev High or below the Prev Low.
💡 Ideal for support/resistance trading, breakouts, and Smart Money Concepts (SMC) strategies.
Sampat R3 170925This is simple trend analysis,
Sharp Entery at 1 minute time frame.
If 5 munute & 15 minute time frame shown uptrend, take Buy entry on 1 munute time frame, with help of LSMA Green signal.
If 5 munute & 15 minute time frame shown downtrend, take Sale entry on 1 munute time frame, with help of LSMA Red signal.
On 1 minute time frame we also find both Buy & Sale signal are profitable, But following the trend is profitable.
*Subject ot indivisual financial risk*
Analítica Trading — Prev Day Levels🤖📊 Analítica Trading — Previous Day Levels
This indicator clearly and precisely displays the key levels from the previous day:
📈 Previous Day High (green line).
📉 Previous Day Low (red line).
The lines are fixed horizontals, updated automatically at the start of each new session, and remain visible throughout the entire day, providing a reliable reference for trading.
It also includes:
🔔 Configurable alerts when the price breaks any of the levels.
🏷️ Labels on the chart with the exact value of each level.
💡 Ideal for Support and Resistance, Breakout strategies, and Smart Money Concepts (SMC).
Flux Power Dashboard (Updated and Renamed)Flux Power Dashboard is a compact market-state heads-up display for TradingView. It blends trend, momentum, and volume-flow into a single on-chart panel with color-coded cues and minimal lag. You get:
Clean visual trend via fast/slow MA with slope/debounce filters
MACD state and most recent cross (with “freshness” tint)
OBV confirmation and gating to reduce noise
Session awareness (Asia/London/New York + pre-sessions + overlap)
Optional HTF Regime row and regime gate to align signals to higher-timeframe bias
Context from VIX/VXN (volatility regime)
A single Flux Score (0–100) as a top-level read
It is deliberately “dashboard-first”: fast to read, consistent between symbols/timeframes, and designed to limit overtrading in chop.
What it can do (capabilities)
Signal gating: You can require multiple pillars to agree (Trend, MACD, OBV) before a “strong” bias is shown.
Debounced trend: Uses slope + confirmation bars to avoid flip-flopping.
Session presets: Auto-adjust the minimum confirmation bars by session (e.g., NY vs London vs Asia) to better match liquidity/volatility.
MACD presets: Quick switch between Scalp / Classic / Slow or roll your own custom speeds.
OBV confirmation: Volume flow must agree for trend/entries to “count” (optional).
HTF Regime awareness: Shows the higher-timeframe backdrop and (optionally) gates signals so you don’t fight the dominant trend.
Volatility context: VIX/VXN auto-colored cells based on your thresholds.
Top-center Session Title: Broadcasts the active session (or Overlap) with a matched background color.
Customizable UI: Column fonts, params font, transparency, dashboard corner, marker styles, colors, widths—tune it to your chart.
Practical use: Start with Flux Score + Summary for a snapshot, confirm with Trend & MACD, check OBV agreement (implicit in signal strength), glance at Regime to avoid counter-trend trades, and use Session + VIX/VXN for timing and risk context.
How it avoids common pitfalls
Repaint-aware: “Confirm on Close” can be enabled to read prior bar states, reducing intrabar noise.
Auto MA sanity: If fast ≥ slow length, it auto-swaps under the hood to keep calculations valid.
Debounce & confirm: Trend flips only after X bars satisfy conditions, cutting false flips in chop.
Freshness tint: New Cross/Signal rows tint slightly brighter for a few bars, so you can spot recency at a glance.
Every line of the dashboard (what it shows, how it’s colored)
Flux Score
What: Composite 0–100 built from three pillars: Trend (40%), MACD (30%), OBV (30%).
Read: ≥70 Bullish, ≤30 Bearish, else Neutral.
Use: Quick “state of play” gauge—stronger alignment pushes the score toward extremes.
Regime (optional row)
What: Higher-timeframe (your Regime TF) backdrop using the same MA pair with HTF slope/ATR buffer.
Values: Bull / Bear / Range.
Gate (optional): If Regime Gate is ON, Trend/Signals only go directional when HTF agrees.
Summary
What: One-line narrative combining the three pillars: MACD (up/down/flat), OBV (up/down/flat), Trend (up/down/flat).
Use: Human-readable cross-check; should rhyme with Flux Score.
Trend
What: Debounced MA relationship on the current chart.
Strict: needs fast > slow and slow rising (mirror for down) + slope debounce + confirmation bars.
Lenient: allows fast > slow or slow rising (mirror for down) with the same debounce/confirm.
Color: Green = UP, Red = DOWN, Gray = FLAT.
Use: Your structural bias on the trading timeframe.
MACD
What: Current MACD line vs signal, using your selected preset (or custom).
Values: Bull (line above), Bear (below), Flat (equal/indeterminate).
Color: Green/Red/Gray.
Cross
What: Most recent MACD cross and how many bars ago it occurred (e.g., “MACD XUP | 3 bars”).
Freshness: If the cross happened within Fresh Signal Tint bars, the cell brightens slightly.
Use: Timing helper for inflection points.
Signal
What: Latest directional shift (from short-bias to long-bias or vice versa) and age in bars.
Strength:
Strong = Trend + MACD + OBV all align
Weak = partial alignment (e.g., Trend + MACD, or Trend + OBV)
Color: Green for long bias, Red for short bias; fresh signals tint brighter.
Use: Action cue—treat Strong as higher quality; Weak as situational.
MA
What: Your slow MA type and length, plus slope direction (“up”/“down”).
Use: Context even when Trend is FLAT; slope often turns before full trend flips.
Session
What: Current market session by Eastern Time: New York / London / Asia, Pre- windows, Overlap, or Off-hours.
Logic: If ≥2 main sessions are active, shows Overlap (and grays the top title background).
Use: Timing and expectations for liquidity/volatility; also drives session-based confirmation presets if enabled.
VIX
What: Real-time CBOE:VIX on your chosen TF.
Auto-color (if on):
Calm (< Calm) → Green
Watch (< Watch) → Yellow
Elevated (< Elevated) → Orange
Very High (≥ Elevated) → Red
Use: Equity market–wide risk mood; higher = bigger moves, lower = quieter.
VXN
What: CBOE:VXN (Nasdaq volatility index) on your chosen TF.
Auto-color thresholds like VIX.
Use: Tech-heavy risk mood; helpful for growth/QQQ/NDX names.
Footer (params row, bottom-right)
What: Key live settings so you always know the context:
P= Trend Confirmation Bars
O= OBV Confirmation Bars
Strict/Lenient (trend mode)
MACD preset (or “Custom”)
swap if MA lengths were auto-swapped for validity
Regime gate if enabled
Candles for clarity
Use: Quick integrity check when comparing charts/screenshots or changing presets.
Recommended workflow
Start at Flux Score & Summary → snapshot of alignment.
Check Trend (color) and MACD (Bull/Bear).
Look at Signal (Strong vs Weak, and age).
Glance at Regime (and use gate if you’re trend-following).
Use Session + VIX/VXN to adjust expectations (breakout vs mean-revert, risk sizing, patience).
Keep Confirm on Close ON when you want stability; turn it OFF for faster (but noisier) reads.
Notes & limitations
Not advice: This is an informational tool; always combine with your own risk rules.
Repaint vs responsiveness: With “Confirm on Close” OFF you’ll see faster state changes but may get more churn intrabar.
Presets matter: Scalp MACD reacts fastest; Slow reduces whipsaw. Choose for your timeframe.
Session windows depend on the strings you set; adjust if your broker’s feed or DST handling needs tweaks.
Synthetic Point & Figure on RSIHere is a detailed description and user guide for the Synthetic Point & Figure RSI indicator, including how to use it for long and short trade considerations:
*
## Synthetic Point & Figure RSI Indicator – User Guide
### What It Is
This indicator applies classic Point & Figure (P&F) charting logic to the Relative Strength Index (RSI) instead of price. It transforms the RSI into synthetic “P&F candles” that filter out noise and highlight significant momentum moves and reversals based on configurable box size and reversal settings.
### How It Works
- The RSI is calculated normally over the selected length.
- The P&F engine tracks movements in the RSI above or below a defined “box size,” creating columns that switch direction only after a larger reversal.
- The synthetic candles connect these filtered RSI values visually, reducing false noise and emphasizing strong RSI trends.
- Optional EMA and SMA overlays on the synthetic P&F RSI allow smoother trend signals.
- Reference RSI levels at 33, 40, 50, 60, and 66 provide further context for momentum strength.
### How to Use for Trading
#### Long (Buy) Considerations
- The synthetic P&F RSI candle direction flips to *up (green candles)* indicating strength in momentum.
- Look for the RSI P&F value moving above the *40 or 50 level*, suggesting increasing bullish momentum.
- Confirmation is stronger if the synthetic RSI is above the EMA or SMA overlays.
- Ideal entries are after a reversal from a synthetic P&F downtrend (red candles) to an uptrend (green candles) near or above these levels.
#### Short (Sell) Considerations
- The candle direction flips to *down (red candles)*, showing weakening momentum or bearish reversal.
- Monitor if the synthetic RSI falls below the *60 or 50 level*, signaling momentum loss.
- Confirm bearish bias if the price is below the EMA or SMA overlays.
- Exit or short positions are signaled when the synthetic candle reverses from green to red near or below these threshold levels.
### Important RSI Levels to Watch
- *Level 33*: Lower bound indicating deep oversold conditions.
- *Level 40*: Early bullish zone suggesting momentum improvement.
- *Level 50*: Neutral midpoint; crossing above often signals bullish strength, below signals weakness.
- *Level 60*: Advanced bullish momentum; breaking below signals potential reversal.
- *Level 66*: Strong overbought area warning of possible pullback.
### Tips
- Use in conjunction with price action analysis and other volume/trend indicators for higher conviction.
- Adjust box size and reversal settings based on instrument volatility and timeframe for ideal filtering.
- The P&F RSI is best for identifying sustained momentum trends and avoiding false RSI whipsaws.
- Combine this indicator’s signals with stop-loss and risk management strategies.
*
This indicator converts RSI momentum analysis into a simplified, noise-filtered P&F chart format, helping traders better visualize and trade momentum shifts. It is especially useful when RSI signal noise can cause confusion in volatile markets.
Let me know if you want me to generate a shorter summary or code alerts based on these levels!
Sources
Relative Strength Index (RSI) — Indicators and Strategies in.tradingview.com
Indicators and strategies in.tradingview.com
Relative Strength Index (RSI) Indicator: Tutorial www.youtube.com
Stochastic RSI (STOCH RSI) in.tradingview.com
RSI Strategy docs.algotest.in
Stochastic RSI Indicator: Tutorial www.youtube.com
Relative Strength Index (RSI): What It Is, How It Works, and ... www.investopedia.com
rsi — Indicators and Strategies in.tradingview.com
Relative Strength Index (RSI) in.tradingview.com
Relative Strength Index (RSI) — Indicators and Strategies www.tradingview.com
Hammer Candle Detector with ATR Wick ConditionThis script detects Hammer candlesticks on any timeframe chart.
Conditions for a valid Hammer:
1. Small body near the top of the candle range (≤30% of total range)
2. Lower shadow at least 2× the body
3. Small or no upper shadow (≤30% of body)
4. Lower wick height must be greater than half of ATR(14)
A triangle marker is plotted below each candle that meets these conditions.
Multi Moving AveragesHighly customizable multi moving average tool with crossover, trend resumption, slope change, and price cross alerts.
Relative Strength vs. Benchmark (相對強度)This "Relative Strength vs. Benchmark" indicator helps you see a stock's true performance against a benchmark (like the S&P 500) at a glance. By calculating the price ratio between the two, it strips away the overall market noise, allowing you to focus on identifying true market leaders and underperforming laggards.
How It Works
Core Formula: Relative Strength = Stock Price / Benchmark Index Price
A Rising Line: Means the stock is outperforming the benchmark.
A Falling Line: Means the stock is underperforming the benchmark.
The indicator also includes a Moving Average (MA) of the Relative Strength line itself. This MA helps to confirm the trend of relative strength and filter out short-term noise.
How to Use
Find Market Leaders: When the market is in an uptrend or consolidating, look for stocks whose RS line is breaking out to new highs.
Avoid Laggards: If the RS line is consistently below its moving average or making new lows, the stock is significantly underperforming the market and should be treated with caution.
Trend Change Signals: A cross of the RS line above its MA can be seen as a signal that a new trend of relative outperformance is beginning. A cross below suggests the trend is weakening.
Features & Settings
Customizable Benchmark: You can change the default benchmark from TWSE:TSE to any symbol you need, such as SP:SPX for the S&P 500 or NASDAQ:NDX for the Nasdaq 100.
Adjustable MA Length: Customize the period for the RS Moving Average to fit your trading style (short-term or long-term).
Visual Toggle: Easily turn the colored background fill on or off according to your preference.
Hope you find this tool helpful in your analysis!
Kraliyet Trend Dashboard (Sabit + R:R + BE Alarm)v6 Sertaç AKMANRoyal Trend Dashboard combines EMA8–EMA200, SuperTrend, MACD, RSI, and ATR in one panel to automatically spot trend direction, pullbacks, and breakout entries while showing live risk-reward. It marks EMA8 touches and next-bar confirmations, triggers an ENTRY alert on the latest pivot break, calculates SL via SuperTrend±ATR or ATR×multiplier, and sets TP1/TP2 by R multiples. While in a trade it tracks live R:R and, when TP1 hits, prompts SL = BE to lock profits. Markers are pinned to price and the dashboard docks to any corner; on lower timeframes (e.g., 15m) you can align with a 1H higher-timeframe filter. In short: the Trend → Pullback → Breakout playbook with disciplined risk management and ready-made alerts—fast and practical.
MZ.ARM | Breakouts And RetestsThis is a powerful visual tool designed to help traders effortlessly spot ⏩ continuation zones and ⏪ pullbacks on the chart. It automatically identifies key Support 🛡️ and Resistance ⛔ levels, applying a set of sequential conditions to confirm a genuine breakout 🚀 followed by a meaningful retest 🔁.
⚙️ How It Works
Instead of searching for a perfect retest zone 🎯, it focuses on dynamic price fluctuations 📉📈 around these levels to maximize detection of viable retests and breakouts. This flexible approach boosts actionable signals without sacrificing reliability ✔️.
The indicator marks potential retests ⏳ in real-time, continuously updating 🔄 and removing ❌ temporary labels as price action evolves. When a potential retest is active, and the next candle drops below the detected level 📉, it confirms the retest by placing a clear marker 📍 on the chart.
MZ.ARM | Market Structure IdentifierThis indicator reveals the true market structure, improving over the usual method that uses Williams Highs and Lows as pivots, which are only approximations. ⚡️
📈 How it works:
It precisely confirms Local Highs and Local Lows by rules:
A Local High gets confirmed only when a later candle closes below its low.
A Local Low gets confirmed only when a later candle closes above its high. 📍
Enforces strict alternation: a Low always follows a confirmed High and vice versa. No sequences like High, High, Low, Low allowed. 🔄
Identifies bullish market structure when price forms Higher Highs and Higher Lows (uptrend) 🐂, and bearish structure when price forms Lower Lows and Lower Highs (downtrend) 🐻.
Defines intermediate Highs and Lows as Ranging (neutral), which can precede trend continuation or reversal. 🔄
⚔️ Bullish/Bearish Breaks (early signals):
A Bullish Break happens when the current candle’s close exceeds the previous confirmed Local High 🔥.
A Bearish Break happens when the current close drops below the most recent confirmed Local Low ❄️.
Uses candle Close price (instead of High/Low) to reduce false signals from spikes 🎯.
MTF POWER OF 3 TNF💻Types of Candlesticks in the Indicator
• Strong/Valid Candles: Identified by small asterisks below and above the candlestick body; Those with a body larger than 55% of the candle's total range.
• Tailed Candles: Are not marked by asterisks.
( onedrive.live.com)]! ( onedrive.live.com)
The General Idea of the Indicator's Signals
The indicator generates signals based on specific candlestick patterns. It identifies valid candlesticks (those with a body larger than 55% of the total candlestick range) and marks them with asterisks above and below the body. Candlesticks with significant tails (long wicks) that do not meet the criteria are not marked.
These signals help traders spot potential trend reversals or continuation patterns, depending on the context and location of the marked candles within the broader price action.
(onedrive.live.com)]! (onedrive.live.com)
Daily time frame conditions
( onedrive.live.com)]! ( onedrive.live.com)
Weekly and monthly time frame conditions
( onedrive.live.com)]! ( onedrive.live.com)
( onedrive.live.com)]! ( onedrive.live.com)
(onedrive.live.com)]! (onedrive.live.com)
(onedrive.live.com)]! (onedrive.live.com)
Best Trading Conditions
- Condition 1: (the best)
• Daily Timeframe: Buy
• Weekly Timeframe: Positive (Bullish)
• Monthly Timeframe: Positive (Bullish)
( onedrive.live.com)]- ! ( onedrive.live.com)
- Condition 2:
• Daily Timeframe: Buy
• Weekly Timeframe: Positive (Bullish)
• Monthly Timeframe: Negative (Bearish) (with the condition that monthly resistance is distant)
(onedrive.live.com)]- ! (onedrive.live.com)
- Confirmatory trend line
( onedrive.live.com)]- ! ( onedrive.live.com)
- Volume detection by candle colors;
- ! (onedrive.live.com)
Lucci🎯 What This Indicator Does:
Lucci is a comprehensive liquidity-based trading system that identifies high-probability trade setups across multiple trading sessions. It combines three powerful strategies - Break & Retest, Bounce trades, and session liquidity levels - to help you trade like institutional traders do.
💎 Three Trading Strategies in One:
1. Break & Retest (B&R)
Automatically detects breaks of the NY Open levels
Waits for proper retest with customizable tolerance
Signals entry when price confirms the breakout direction
2. Bounce Trading
Identifies untested Asian and London session highs/lows
Looks for price rejection with wick confirmation
Catches reversal trades at key liquidity levels
3. Session Liquidity Mapping
Tracks Asia (6PM-3AM EST), London (3AM-8AM EST), and NY sessions
Highlights untested levels where liquidity pools form
Shows which levels have been "swept" vs pristine levels
🔥 Key Features:
Smart Entry Detection:
Automatic NY Open 15-minute candle detection (8:00 AM EST)
Multi-session high/low tracking with visual indicators
Untested vs tested level differentiation (darker = untested/stronger)
Market bias detection based on price structure
Advanced Risk Management:
Custom Risk:Reward Ratios - Choose preset 1:3, 1:5, or set any custom RR from 1:1 to 1:10
Automatic TP/SL level calculation and visualization
Clear entry, stop loss, and take profit labels
Position management with a daily signal limiter
Professional Trading Features:
Optional volume filter for high-probability setups (after 9:30 AM)
Customizable trading hours (default 9:30-11:00 AM optimal window)
Bar delay settings to avoid false breaks
Retest tolerance in points for precise entries
📈 Best Practices:
Optimal Usage:
Designed for ES/NQ futures but works on any liquid instrument
Best on 15-minute timeframe (can adapt to 5m or 30m)
Most effective during the first 2 hours of the NY session
Focus on untested levels for the strongest reactions
Trading Tips:
Untested levels are strongest - Prioritize first touch of session highs/lows
Combine signals - Best setups occur when B&R aligns with bounce levels
Respect the trend - Check the market bias indicator before trading
Volume matters - Enable volume filter for higher win rate
Be patient - Wait for clear signals rather than forcing trades
🚨 Alert System:
Detailed alert messages with entry, SL, and TP levels
Separate alerts for B&R and Bounce signals
Custom formatted messages with emoji indicators
Real-time signal notifications
📌 Important Notes:
Not all signals will win - focus on risk management and RR ratios
Combine with overall market context for best results
Untested levels provide the highest probability setups
Designed for active day trading, not swing trading
Works best on liquid instruments with good volume
Siege Trend Tracker This indicator is designed to track market trends using pivot points and engulfing candles. The main pivot points highlight potential support and resistance levels for price movements, while the RSI provides additional insights into the trend's strength by identifying overbought and oversold conditions. The inclusion of engulfing candles helps to confirm potential trend reversals or continuations.
This tool assists you in better understanding the direction of the current trend and potential reversal points. It is especially useful for making more informed trading decisions when the price approaches pivot levels, and when engulfing patterns appear. It is an ideal tool for trend-following traders.
Like any other indicator, this one does not guarantee profits. It is only meant to assist you in your chart analysis.
TradeMEP ChecklisteThe TradeMEP Checklist is a visual tool for structured trade analysis and preparation.
The indicator clearly displays the most important entry and exit conditions for trend reversals and trend continuations.
All points can be individually checked off, providing a clear overview of whether the requirements for a setup are met.
Features:
Separate checklists for trend reversal and trend continuation
Ability to show or hide each section
Color highlighting when all conditions are fulfilled
Flexible positioning and adjustable font sizes
This indicator is designed specifically for traders who follow clear rules and want to systematically review their setups.
It does not replace analysis but helps to avoid mistakes and work consistently according to defined criteria.
Malaysian SnR + Storyline This indicator combines the Malaysian Support & Resistance (SnR) method with a Multi-Timeframe Storyline view.
🔹 Malaysian SnR (A/V levels)
Plots Support & Resistance using candlestick bodies only (close → open).
“A” shape = Resistance (bullish close → bearish open).
“V” shape = Support (bearish close → bullish open).
Supports Fresh/Unfresh logic with wick-touch validation.
🔹 Storyline (W/D/H4/H1 bias lines)
Weekly = Big map / macro bias.
Daily = Medium trend / retracement.
H4 = Intraday bias confirmation.
H1 = Execution bias (entry filter).
Lines extend forward and only update when a new pivot confirms.
🔹 Extra Features
Alignment Rule: option to hide A/V levels when TF biases don’t align (e.g. W=D=H4=H1).
Story Labels: optional text labels describing each TF storyline.
History filter: show storyline for the last X days only, for cleaner charts.
This script is designed for price action traders who want to combine body-based SnR levels with a clear multi-timeframe bias storyline, making it easier to align intraday execution with higher timeframe context.
Highest-Lowest & TrendTSL
This code is to find the highest and lowest since the beginning of a trend.
Once the trend is found respective TSL is plotted.
Screenshot explains more about the take outs from this indicator.
Timeframe option provided to run the indicator on user selected timeframe while the chart timeframe can be different.
This gives more insights from higher or lower timeframes.
hope this Indicator helps.
FSVZO [Alpha Extract]A sophisticated volume-weighted momentum oscillator that combines Fourier smoothing with Volume Zone Oscillator methodology to deliver institutional-grade flow analysis and divergence detection. Utilizing advanced statistical filtering including ADF trend analysis and multi-dimensional volume dynamics, this indicator provides comprehensive market sentiment assessment through volume-price relationships with extreme zone detection and intelligent divergence recognition for high-probability reversal and continuation signals.
🔶 Advanced VZO Calculation Engine
Implements enhanced Volume Zone Oscillator methodology using relative volume analysis combined with smoothed price changes to create momentum-weighted oscillator values. The system applies exponential smoothing to both volume and price components before calculating positive and negative momentum ratios with trend factor integration for market regime awareness.
🔶 Fourier-Based Smoothing Architecture
Features advanced Fourier approximation smoothing using cosine-weighted calculations to reduce noise while preserving signal integrity. The system applies configurable Fourier length parameters with weighted sum normalization for optimal signal clarity across varying market conditions with enhanced responsiveness to genuine trend changes.
// Fourier Smoothing Algorithm
fourier_smooth(src, length) =>
sum = 0
weightSum = 0
for i = 0 to length - 1
weight = cos(2 * π * i / length)
sum += src * weight
weightSum += weight
sum / weightSum
🔶 Intelligent Divergence Detection System
Implements comprehensive divergence analysis using pivot point methodology with configurable lookback periods for both standard and hidden divergence patterns. The system validates divergence conditions through range analysis and provides visual confirmation through plot lines, labels, and color-coded identification for precise timing analysis.
15MIN
4H
12H
🔶 Flow Momentum Analysis Framework
Calculates flow momentum by measuring oscillator deviation from its exponential moving average, providing secondary confirmation of volume flow dynamics. The system creates momentum-based fills and visual indicators that complement the primary oscillator analysis for comprehensive market flow assessment.
🔶 Extreme Zone Detection Engine
Features sophisticated extreme zone identification at ±98 levels with specialized marker system including white X markers for signals occurring in extreme territory and directional triangles for potential reversal points. The system provides clear visual feedback for overbought/oversold conditions with institutional-level threshold accuracy.
🔶 Dynamic Visual Architecture
Provides advanced visualization engine with bullish/bearish color transitions, dynamic fill regions between oscillator and signal lines, and flow momentum overlay with configurable transparency levels. The system includes flip markers aligned to color junction points for precise signal timing with optional bar close confirmation to prevent repainting.
🔶 ADF Trend Filtering Integration
Incorporates Augmented Dickey-Fuller inspired trend filtering using normalized price statistics to enhance signal quality during trending versus ranging market conditions. The system calculates trend factors based on mean deviation and standard deviation analysis for improved oscillator accuracy across market regimes.
🔶 Comprehensive Alert System
Features intelligent multi-tier alert framework covering bullish/bearish flow detection, extreme zone reversals, and divergence confirmations with customizable message templates. The system provides real-time notifications for critical volume flow changes and structural market shifts with exchange and ticker integration.
🔶 Performance Optimization Framework
Utilizes efficient calculation methods with optimized variable management and configurable smoothing parameters to balance signal quality with computational efficiency. The system includes automatic pivot validation and range checking for consistent performance across extended analysis periods with minimal resource usage.
This indicator delivers sophisticated volume-weighted momentum analysis through advanced Fourier smoothing and comprehensive divergence detection capabilities. Unlike traditional volume oscillators that focus solely on volume patterns, the FSVZO integrates volume dynamics with price momentum and statistical trend filtering to provide institutional-grade flow analysis. The system's combination of extreme zone detection, intelligent divergence recognition, and multi-dimensional visual feedback makes it essential for traders seeking systematic approaches to volume-based market analysis across cryptocurrency, forex, and equity markets with clearly defined reversal and continuation signals.