Titan Radar | OquantOverview
Titan Radar is a comprehensive multi-asset screener designed to provide traders with a view of key market dynamics across up to 15 user-selected assets. It aggregates essential metrics such as trend states, volatility levels, rate of change (ROC), beta, risk-adjusted performance ratios (Sharpe, Sortino, and Omega), and Z-scores into an table format(Remember past performance doesn’t guarantee future results). This tool helps identify potential opportunities by highlighting assets with bullish or bearish trends, high, low or neutral volatility, momentum shifts, and relative performance characteristics, all while emphasizing risk management through established financial metrics(Remember past performance doesn’t guarantee future results).
Key Components
The screener evaluates each asset across several dimensions:
Trend State: Determined by a consensus of multiple trend-detection methods to classify the asset as Bullish, Bearish, or Neutral.
Volatility State: Assesses volatility by using Z-score of standard deviation, categorizing it as High, Low, or Neutral.
Rate of Change (ROC): Measures percentage change over a specified period to gauge momentum.
Beta: Calculates the asset's volatility&correlation to a benchmark (e.g., total crypto market cap) for understanding systematic risk.
Sharpe Ratio: Evaluates risk-adjusted returns by comparing average returns to total volatility of returns, annualized for comparability.
Sortino Ratio: Like Sharpe, evaluates risk-adjusted returns by dividing average returns by volatility (annualized), but it focuses solely on downside risk by using the standard deviation of negative returns only.
Omega Ratio: Quantifies reward-to-risk by checking the total magnitude of positive returns compared to the total magnitude of negative returns(value above 1 means more positive than negative returns).
Z-Score: Normalizes the asset's price relative to its recent mean and standard deviation for spotting deviations.
Remember past performance doesn’t guarantee future results.
How It Works
The script fetches closing prices for the selected assets and applies a blend of smoothing techniques, deviation bands, normalization, and statistical measures to derive each metric. For trends, it averages signals(1 for bullish, -1 for bearish) from various filters like adaptive moving averages, percentile-based bands, and Z-score thresholds to produce a robust directional bias. Volatility is derived from standard deviation Z-score to detect expansions or contractions. Performance ratios use return series to compute annualized values, ensuring they account for timeframes without assuming constant compounding. The results are color-coded and displayed in a table for quick scanning, allowing traders to compare assets at a glance without manual calculations.
Recommended Use Cases
This tool is ideal for cryptocurrency traders managing diversified portfolios, such as swing traders seeking to rotate into high-momentum, low-risk assets during market cycles. It's particularly useful for those monitoring altcoins relative to majors like BTC or ETH, identifying volatility levels(high, low, neutral), or screening for high/low beta positions. Swing traders can use it to find positions and benefit from the risk metrics to evaluate position health(Remember past performance doesn’t guarantee future results).
It's best suited for users familiar with basic financial metrics who want an efficient way to screen multiple assets simultaneously.
Settings and Default Settings
Assets (Asset 1 to Asset 15): Select symbols like BTCUSD, ETHUSD, etc. (Defaults: BTCUSD, ETHUSD, SOLUSD, BNBUSD, XRPUSD, TRXUSD, ADAUSD, LINKUSD, DOGEUSD, AVAXUSD, XLMUSD, DOTUSD, XMRUSD, UNIUSD, AAVEUSD).
SD Length (Volatility): Period for standard deviation calculation (Default: 20).
Volatility Z-Score Period: Length for Z-score of volatility (Default: 40).
Upper/Lower Threshold of SD Z-Score: Bounds for high/low volatility classification (Defaults: 0.5 / -0.5).
ROC Length: Period for rate of change (Default: 30).
Beta Benchmark: Symbol for beta calculation (Default: CRYPTOCAP:TOTAL).
Beta Length: Period for beta computation (Default: 500).
Z-Score Period: General Z-score length (Default: 40).
Trend Settings: Includes ALMA length/offset/sigma (Defaults: 35/0.75/6), SD length/multiplier (Defaults: 25/1.4), EMA length/normalization length/thresholds (Defaults: 30/40/0.7/0.3), DEMA length/Z-score period/thresholds (Defaults: 25/30/0.4/-0.4), LSMA length/smoothing/IQR length/multiplier (Defaults: 35/25/25/1.4), RMA/MAD lengths/multiplier (Defaults: 15/20/1).
Trend Thresholds: Bullish/Bearish score thresholds (Defaults: 0.2/0).
Conclusion
Titan Radar streamlines multi-asset analysis by combining trend, momentum, volatility, and risk metrics into one dashboard, saving time. Its focus on consensus-based signals and established risk measures makes it a practical addition for traders aiming to make informed decisions in markets like crypto(remember past performance doesn’t guarantee future results).
⚠️ Disclaimer: This indicator is intended for educational and informational purposes only. Trading/investing involves risk, and past performance does not guarantee future results. Always test and evaluate indicators/strategies before applying them in live markets. Use at your own risk.
指标和策略
MSM™ Smart Zone TraderThis script provides essential pivot point Support and Resistance AND MOVING AVERAGE COMBINATION Levels to the user whilst displaying Break signal tags.
It also has the ability to let the user display more significant breaks by filtering using the Volume Oscillator.
Please use only for Education
Updated supports and resistance
Replaced Buy Sell to Alert
Added Gap detector
Now we can use the Average Line as a support area
ICT Daily Levels & Liquidity Zones [HatefBW]ICT Daily Levels & Liquidity Zones
This indicator automatically detects and plots the daily high and low levels for the current day and the two previous days.
Each level dynamically tracks the exact candle that created it, allowing traders to identify where short-term liquidity pools form across multiple timeframes.
What makes this tool unique:
• Three-day structure: Displays current, previous, and 2-day-old highs/lows for contextual price action.
• Dynamic mapping: On lower timeframes, each level aligns precisely with the candle that created the daily high or low.
• Full customization: Traders can toggle each day’s levels, colors, label size, and extension behavior independently.
• Adaptive logic: Lines automatically extend or stay fixed depending on the chosen setting, avoiding chart clutter.
This tool helps ICT traders and smart money practitioners visualize daily liquidity zones — potential areas of stop hunts or institutional targeting.
The script is originally coded by @HatefBW from scratch, with no reused or modified open-source code
ATR Regime Filter (median & P70)ATR Regime Filter (Median & P70)
Purpose
Filter your signals by the volatility regime. The indicator compares the current ATR to two rolling statistical thresholds—the median (P50) and the 70th percentile (P70)—to avoid trading during quiet phases and prioritize setups when the market “breathes.”
How it works
Computes ATR(14) on a user-defined source timeframe (srcTF) via request.security.
Converts a target window in days (days) into bars of the source TF.
Due to Pine limits, the effective window is capped at 5000 bars (shown in an optional label).
Calculates Median (P50) and P70 of ATR over the effective window.
Exposes two booleans:
ATR > Median (normal-to-elevated volatility)
ATR > P70 (elevated volatility)
Display
Plots: ATR, Median, P70.
Panel background (bgcolor):
light green when ATR > P70
teal when ATR > Median
neutral otherwise
Optional label: shows source TF, effective window size (bars & days), and the boolean states.
Inputs
ATR length (default 14)
TF source ATR (srcTF, e.g., “1”, “5”, “15”)
Target window (days) (days, default 20)
Show label (bool)
Suggested use
Breakout/Momentum: require ATR > P70 in addition to your breakout conditions (close beyond level, volume, retest).
Range/Mean reversion: at minimum require ATR > Median.
In strategies, use ATR > Median/P70 as a filter alongside price structure, volume, and EMAs.
Limitations
On very short source TFs (e.g., 1-min), the window may be clipped to 5000 bars (~3.5 days). Increase srcTF (5m/15m) if you want a true 15–30 day history.
ATR measures magnitude, not direction—combine with trend/structure signals.
Rocket Scalper 1.0 Bullish onlyThis is a premium, invite-only strategy designed for high-frequency, bullish micro-scalping. It is engineered to identify and exploit fast continuation moves during peak market activity, prioritizing high win-rate results over high individual R:R targets.
🛡️ The Strategy's Proprietary Edge
The Rocket Scalper 1.0 operates based on three independent, proprietary logic blocks that must align before a trade is considered:
Adaptive Trend Filter: Uses a unique dual-period moving average system to ensure entries are only generated in alignment with the prevailing short-term trend direction.
Market Momentum Validator: A proprietary momentum reading that confirms institutional interest and sufficient price velocity, filtering out slow, choppy movements.
Volume Confirmation Engine: Requires a validated surge in trading volume to confirm the strength and sustainability of the breakout, significantly reducing false signals.
Trade Execution Window: To maximize efficiency and signal quality, trading is strictly limited to the most liquid hours: US Session (8:00 AM - 4:00 PM ET / 12:00 - 20:00 UTC).
💰 Risk Management & Performance Focus
This strategy is built for capital preservation and compounding:
Dynamic Loss Control: Employs an Adaptive ATR Stop Loss that automatically adjusts to current market volatility, ensuring tight, controlled losses. You can fine-tune its tightness using the Vol. SL Multiplier setting.
Dual-Phase Profit System: Positions are split, with the first half securing a 1:1 R target quickly, and the second half utilizing a custom Trailing Stop system to capture extended runs.
Breakeven Security: An optional feature automatically moves the stop to a minimum profit level after a small favorable move, effectively making the trade risk-free.
⚙️ Key Customization Parameters
The strategy includes key adjustable settings for optimization without revealing the core logic: Trend Sensitivity, Vol. SL Multiplier, Trail Multiplier, and Confirmation Threshold.
🔒 Access & Membership Information (Crucial for Stan Store)
This is a premium, invite-only script. Access is granted only upon successful membership application.
To begin the access process and for all membership details, please review the information located in the Author's Signature directly below this description.
Access permissions are granted manually to your TradingView account after verification of your membership.
⚠️ Mandatory Risk Disclaimer
RISK DISCLOSURE: This strategy is provided for educational and informational use only. It does not constitute financial or trading advice, and is not a recommendation to trade any financial instrument. Trading carries a high risk of loss. Consult a professional financial advisor. Past performance is not an indicator of future results. By using this script, you accept full responsibility for all trading decisions.
FVG +Displcement/ATR/3thClosedBody [hatefbw]Overview
This indicator is a modified version of the LuxAlgo group’s FVG indicator. It now includes three advanced optional filters that help traders identify only the strongest and most reliable Fair Value Gaps (FVGs), aligned with Smart Money Concepts (SMC) and ICT methodology.
How it works
We’ve added the following new configurable options to the indicator:
✅ Confirm Third Closed Body
When enabled, ensures the third candle (right after the gap) closes beyond the wick of the second candle.
✔️ Adds extra validation to price direction and filters out weaker FVGs.
✅ Confirm Displacement Candle
Validates that the second candle (the one forming the FVG) is a strong displacement candle. This condition checks for:
📏 Large body relative to total range (customizable %, default: 70%)
📈 High volume above 20-period moving average
🔺 Break of Structure (BOS) in the direction of the FVG
Bullish FVG: breaks above recent highs
Bearish FVG: breaks below recent lows
✅ ATR-Based Validation (optional)
Adds an additional filter where the second candle’s body or range must exceed the ATR (default: ATR 14, configurable).
✔️ Further confirms that the displacement candle has significant market movement.
Usage
All features are 100% optional and can be toggled in the settings.
Use them to filter out weak FVGs and align trades with institutional-grade setups.
AI BUY SELL BY EAGLE EYES AI BUY SELL BY EAGLE EYES
This indicator highlights key reversal points in the market.
Shows Buy signals when price may rise.
Shows Sell signals when price may fall.
Works on all timeframes.
Includes alerts for easy tracking.
📞 Contact: +91 88726 80007
🌐 More Info: bento.me
ZynAlgo TrendlineZynAlgo Trendline is an advanced multi-layer trend detection system built to simplify trade entries and exits with precision.
It automatically identifies key trend alignments using three moving averages (Type 1, Type 2, and Main Trendline) — combining multi-timeframe confluence, slope-based trend filtering, and touch-confirmation logic for accurate entry timing.
💡 Key Highlights:
Auto trendline system for clear market direction.
Multi-Timeframe confluence (up to 8 TFs) to confirm trend strength.
Slope-based filter to eliminate choppy or sideways market conditions.
Dynamic Stop Loss & Take Profit management (Structure, MA, or ATR modes).
Integrated dashboard with live entry status, SL/TP levels, and session filters.
Whether you’re a trend follower or swing trader, ZynAlgo Trendline provides all the structure and automation you need to trade confidently with clear visual logic.
Access to ZynAlgo Trendline is available only for verified members.
To request access:
1️⃣ Visit zynalgo.com
and create your account.
2️⃣ Choose your plan.
3️⃣ After purchase, submit your TradingView username via form on email or support chat.
4️⃣ Access will be granted within 24 hours.
Modern SessionsModern Sessions Indicator -
This is a trading sessions indicator for TradingView (Pine Script v5) that visually highlights different forex market trading sessions on your chart with colored boxes and provides a real-time status dashboard.
Key Features
📍 Four Major Trading Sessions
The indicator tracks and displays the four main global forex trading sessions:
Tokyo Session (00:00-09:00 UTC) - Blue colored
London Session (08:00-17:00 UTC) - Orange colored
New York Session (13:00-22:00 UTC) - Green colored
Sydney Session (22:00-07:00 UTC) - Purple colored
🎨 Visual Session Boxes
Automatically draws translucent colored boxes over active trading sessions
Boxes dynamically expand to show the session's high and low price range
Session names are labeled at the top of each box for easy identification
Boxes update in real-time as new highs or lows are formed during the session
⚙️ Fully Customizable
Enable/disable any session individually
Customize colors for each session to match your chart theme
Adjustable session times - modify start/end times for each session
All times are based on UTC timezone for consistency
📊 Live Status Dashboard
Optional top-right dashboard table showing all sessions at a glance
Real-time "Active" (green) or "Closed" (red) status for each session
Clean, modern dark theme design that matches TradingView's interface
Can be toggled on/off as needed
How It Works
The indicator monitors the current bar's timestamp and checks if it falls within any defined session timeframe. When a session becomes active, it creates a box starting from that bar and continues extending it rightward while updating the high/low boundaries. The dashboard updates on every bar to reflect which sessions are currently active.
Use Cases
Session-based trading strategies - Trade only during specific high-volume sessions
Volatility analysis - Identify which sessions produce the largest price ranges
Overlap identification - Spot when multiple sessions are active simultaneously (highest liquidity)
Time-based analysis - Study how price behaves during different market hours
This indicator is perfect for forex traders, scalpers, and anyone who needs clear visual reference for when major markets are open.
NEXUS cRSI + RSF + Holy Nexus + Divergences + Multi-TF TableA configurable momentum and cycle-based indicator designed to highlight potential trend shifts, reversals, and divergences. Combines multiple complementary signal types to give traders filtered, actionable insights without relying on raw price alone.
Key Features:
-Holy Nexus Setup: Highlights where the lower band is above 50 and the CRSI breaks the band and the 50 level, and for longs when the upper band is bellow 50 and CRSI breaks above the band and above the 50 level.
-Divergences: Identifies decoupling between price and momentum.
-Momentum Flips: Flags shifts in short-term momentum relative to recent cycles.
-Band Breaks: Marks significant moves outside dynamic reference levels.
- Multi-timeframe Table for Holy Nexus readiness
- Adjustable tolerance for the Holy Nexus and Table
All features are optional and fully customizable, including visual display and alerts. Ideal for traders who want multi-layered guidance while retaining flexibility.
ICT Daily Bias - Liquidity SweepDaily Bias Script using ICT concepts
Apparently I need to write more here.
Volume Lowest Since X DaysI've created a TradingView Pine Script v6 indicator that tracks and displays when the current closing volume is the lowest since a specific date. Here's what it does:
Key Features:
Lookback Period: You can adjust the number of bars to look back (default: 252, roughly one trading year)
Visual Elements:
Volume bars displayed as histogram (red when it's the lowest, blue otherwise)
Orange line showing the lowest volume level
Label on the chart when current volume is the lowest, showing the date
Information Table: Shows in the top-right corner:
Current volume
Lowest volume in the period
Date when that lowest volume occurred and how many bars ago
Alert: You can set up an alert for when current volume reaches the lowest level in the lookback period
Time Cycles_FAHelps identify cycles for all types of scripts. Use it cautiously to identify next trends.
LEVELS BY EAGLE EYES 🦅 LEVELS BY EAGLE EYES
Precision Market Levels Indicator
Overview:
EAGLE EYES BY LEVELS is a precision price-action tool designed to identify and plot key market levels where price is most likely to react. It combines intraday, swing, and positional support–resistance zones with live market structure analysis, helping traders quickly spot high-probability setups without chart clutter.
⚙️ Core Features
🔹 Dynamic Key Levels
Automatically detects and plots major support and resistance zones based on historical highs/lows, pivot points, and volume activity. Adapts in real time as price action evolves.
🔹 Multi-Timeframe Alignment
Calculates levels from higher timeframes and displays them on your current chart, revealing powerful confluence zones where multiple timeframes agree.
🔹 Breakout & Reversal Detection
Highlights levels where breakouts are likely to sustain momentum or where reversals may form after strong rejection.
🔹 Color-Coded Zones
Green Zone: Bullish reaction area
Red Zone: Bearish reaction area
Yellow Zone: Sideways/neutral zone
🔹 Smart Alerts
Built-in alerts trigger when price approaches, touches, or breaks a level — perfect for automated trade notifications and quick decision-making.
🔹 Minimal Lag — No Repainting
All calculations use confirmed price action, ensuring stable and reliable signals with zero repainting.
💼 How Traders Use It
Intraday Scalpers: Time entries precisely using strong zones with tight stop-losses.
Swing Traders: Wait for price to break or bounce at high-confluence areas.
Positional Traders: Use weekly/monthly levels to plan long-term setups.
🦅 Why “EAGLE EYES” Stands Out
Like an eagle spotting its prey from afar, this indicator helps you see key levels clearly, filter out noise, and make faster, more confident trading decisions.
📞 Contact: +91 88726 80007
🌐 More Info: bento.me
Hammer PivotPurpose of the Indicator
This indicator is designed to identify special “pivot” candles on a price chart based on the ratio of the candle’s body and wicks. It highlights potential reversal or continuation points by drawing key high/low levels and optionally candle shapes.
It’s particularly useful for:
Spotting bullish and bearish signals.
Detecting hammer and inverted hammer type candles.
Creating visual support/resistance levels.
Use Cases
Support & Resistance Levels: The high/low lines of pivot candles often act as short-term levels.
Trend Reversal Detection: A bullish pivot may signal the start of an uptrend; a bearish pivot may signal the start of a downtrend.
Confirmation for Entries: Combine with other indicators or price action for trade entries.
Chart Clarity: Option to show/hide past pivots so charts don’t get cluttered.
EDGAR Weekly Overview (EWO)EDGAR Weekly Overview (EWO)
The EDGAR Weekly Overview (EWO) gives traders a clear map of market direction throughout the week.
It detects how price reacts to institutional zones and shows where the market could move next — whether it’s pushing upward toward R3 or falling toward S3.
From Monday’s opening, you can instantly see if the market starts building bullish momentum or showing weakness.
It helps you visualize how the weekly trend develops, so you can plan sniper entries on lower timeframes like M1 or M5 with higher accuracy.
⚙️ Key Features:
Tracks weekly high, low, and close for precise base levels
Displays resistance/support zones (R3–R1, BASE, S1–S3)
Real-time distance display for each level on dashboard
Works perfectly with gold (XAUUSD), indices, and crypto
Great for top-down analysis with 1-hour or 1-minute scalping
📈 How It Helps You:
Within a single week, you can clearly see:
Where the market is heading (up or down)
Which levels the price is likely to reject or break
How big players and institutions are positioning
This makes it easier to follow weekly structure and avoid entering against the main market flow.
Bollinger Bands %b Trend | DextraOverview
The Bollinger Bands %b Trend | Dextra is a custom technical indicator designed to enhance trend identification using the Bollinger Bands %b concept. This indicator calculates the percentage position of the price relative to the Bollinger Bands and uses customizable thresholds to determine bullish or bearish trends. It integrates dynamic candle coloring and a clear visual representation to assist traders in making informed decisions.
Key Features
- Bollinger Bands %b Calculation: Measures the price's position between the upper and lower Bollinger Bands as a percentage, providing a normalized view of overbought or oversold conditions.
- Trend Detection: Identifies uptrends and downtrends based on user-defined thresholds, offering a straightforward trend-following approach.
- Dynamic Candle Coloring: Colors candles according to the detected trend (green for uptrend, magenta for downtrend, gray for neutral), enhancing visual trend analysis.
- Customizable Parameters: Allows adjustment of length, standard deviation multiplier, and trend thresholds to suit various market conditions and trading styles.
How It Works
1. Bollinger Bands Calculation:
- The indicator uses an Exponential Moving Average (EMA) as the basis, calculated with a user-defined `length` (default 34).
- Upper and lower bands are derived by adding and subtracting a multiple of the standard deviation (`mult`, default 2.0) from the EMA.
- The %b value is computed as `(src - lower) / (upper - lower)`, where `src` is the price source (default `close`).
2. Trend Identification:
- An uptrend is detected when %b exceeds the `upperthreshold` (default 0.75).
- A downtrend is detected when %b falls below the `lowerthreshold` (default 0.26).
- The trend state is maintained until a new threshold condition is met.
3. Visualization:
- The %b line is plotted with a color reflecting the trend (green for uptrend, magenta for downtrend, gray for neutral).
- Horizontal dashed lines mark the uptrend and downtrend thresholds for reference.
- Candles are colored to match the trend, providing an overlay visualization on the price chart.
Customization Options
- Length: Adjust the EMA and standard deviation period (default 34, min 1).
- Source: Select the price data source for calculations (default `close`).
- StdDev: Set the standard deviation multiplier for band width (default 2.0, range 0.001 to 50).
- Uptrend Threshold: Define the %b level for uptrend detection (default 0.75, step 0.01).
- Downtrend Threshold: Define the %b level for downtrend detection (default 0.26, step 0.01).
Ideal Use Cases
- Trend Following: Perfect for traders seeking to capitalize on sustained price movements with clear entry and exit signals.
- Volatility Analysis: Useful for identifying periods of high or low volatility when combined with the %b positioning.
- Complementary Tool: Works well alongside momentum indicators (e.g., RSI) or volume-based tools to confirm trend strength.
#### Disclaimer
This indicator is provided for educational and informational purposes only. It is not intended to serve as financial advice or a guaranteed method for trading success. Trading involves significant risks, including the potential loss of capital. Users are solely responsible for their trading decisions and should conduct their own analysis and apply appropriate risk management strategies.
Notes
- Ensure your chart has sufficient historical data to reflect accurate Bollinger Bands calculations.
- Test the indicator on a demo account before using it in live trading to validate its performance with your preferred assets and timeframes.
This indicator is a versatile addition to any trader's toolkit, offering a blend of trend detection and visual clarity tailored to modern trading needs.
DM Scalper TrioQuick trade plan
Timeframe: works best on 1–15m for scalps.
Market state filter: only trade with VWAP.
Long setup
Trend: Price above VWAP and EMA9 > EMA32.
Trigger: After a small pullback, a candle closes back above EMA9 (or EMA9 crosses up EMA32).
Entry: Market/limit at the close of the trigger candle.
Invalidation (stop): Below the recent swing low or 1.5×ATR(14) below entry.
Target: 1) Fixed R (e.g., +2R), or 2) scale out at +1R and trail the rest with EMA32 or a chandelier stop, or 3) exit if price closes back under VWAP.
Short setup (mirror)
Price below VWAP, EMA9 < EMA32 → pullback → close back below EMA9 (or EMA9 crosses down EMA32).
Stop above swing high or 1.5×ATR(14); targets as above.
Exit on close back above VWAP or opposite signal.
Risk + management
Risk ≤1% of account per trade.
Position size = Account Risk / (Entry – Stop) (mirror for shorts).
Skip trades around major news and low-liquidity times.