Trading Sessions with Holidays & Timer🌍 Trading Sessions Matter
Markets breathe in cycles. When Tokyo, London, or New York steps in, liquidity shifts and price often reacts fast.
Example: New York closed BTC at $110K, and when traders woke up, the price was already $113K. That gap says everything about overnight pressure and the next move.
⚡ Indicator Features
✅ Session boxes (Tokyo, London, NY) with custom colors & time zones
✅ Open/close lines → spot gaps & momentum
✅ Average price per session → see where pressure builds
✅ Tick range → quick volatility check
✅ 🏖 Holiday markers → avoid false quiet markets
✅ Live status table → session OPEN / CLOSED + countdown timer
🚀 How to Use
Works on intraday timeframes (1m–4h)
Watch session opens/closes → liquidity shift points
Compare ranges & averages between Tokyo, London, NY
Use the timer to prep before the next wave
This tool helps you visualize the heartbeat of global markets session by session.
🔖 #BTCUSDT #Forex #TradingSessions #Crypto #DayTrading
经济周期
Global Sessions Background (Auto DST) — US · EU · ASIA[by Irum]목적 & 정의 (KR/EN)
목적 (KR)
차트에 미국/유럽/아시아 주요 세션을 자동으로 음영 처리하여, 시세 흐름을 세션 맥락(개장/중첩/점심 휴장 등) 속에서 빠르게 파악하도록 돕습니다. DST(서머타임)를 IANA 타임존 기반으로 자동 반영합니다.
Definition (EN)
Shade the chart background for US/EU/ASIA sessions so you can instantly read price action in the right session context (open/overlap/lunch break). Daylight Saving Time is auto-handled via IANA time zones.
설정 메뉴 매뉴얼 (KR/EN)
1) 시각화 / Visualization
투명도 / Transparency (int 0~100, 기본 85)
KR: 배경 투명도. 0=진하게, 100=완전 투명.
EN: Background opacity. 0=solid, 100=fully transparent.
표시 우선순위 / Draw Priority (옵션)
KR: 세션 겹침 시 오른쪽 항목일수록 최종 표시. 예) US > EU > ASIA면 US가 최우선.
EN: When sessions overlap, the rightmost wins. E.g., US > EU > ASIA gives top priority to US.
세션 라벨 표시 / Show session labels (bool)
KR: 세션 시작봉에 “US/EU/ASIA” 라벨을 소형으로 표시.
EN: Drops a tiny “US/EU/ASIA” label at each session start bar.
2) 미국장 / US Session
미국장 배경 표시 / Show US session (bool)
KR: 미국장 음영 켬/끔.
EN: Toggle US shading.
미국 타임존 (IANA) / US Timezone (IANA) (string)
KR: 기본 America/New_York. IANA이므로 DST 자동 반영.
EN: Default America/New_York. IANA tz, DST auto-handled.
정규장(RTH) / Regular Trading Hours (session)
KR: 기본 0930-1600. 필요 시 수정.
EN: Default 0930-1600. Adjust as needed.
프리마켓·애프터 포함 / Include pre/after (bool)
KR: 프리마켓/애프터 시간도 함께 음영.
EN: Include pre-market and after-hours shading.
프리마켓 / Pre-market (session), 애프터마켓 / After-hours (session)
KR/EN: 세부 시간 개별 지정.
배경색 / Background color (color)
KR/EN: 미국장 음영 색상.
3) 유럽장 / Europe Session
유럽장 배경 표시 / Show EU session (bool)
유럽 타임존 (IANA) / Europe Timezone (IANA) (string) — 기본 Europe/London
정규장 / Regular Trading Hours (session) — 기본 0800-1630
배경색 / Background color (color)
(KR/EN 동일 의미. DST 자동 반영.)
4) 아시아장 / Asia Session
아시아장 배경 표시 / Show Asia session (bool)
아시아 타임존 (IANA) / Asia Timezone (IANA) (string) — 기본 Asia/Seoul
분할세션 사용(점심휴장) / Use split sessions (bool)
KR: 켜면 오전/오후(점심 휴장)로 분할 적용.
EN: If ON, use morning/afternoon split around lunch break.
연속 세션 / Continuous session (session) — 기본 0900-1530
오전 / Morning (session) — 기본 0900-1130
오후 / Afternoon (session) — 기본 1230-1530
배경색 / Background color (color)
4H Candles High and Lows (#1-6) UTC - Last 32h - Colored BlocksThis script creates horizontal rays on the high and low in a 4 Hour period.
Trend Score HTF (Raw Data) Pine Screener📘 Trend Score HTF (Raw Data) Pine Screener — Indicator Guide
This indicator tracks price action using a custom cumulative Trend Score (TS) system. It helps you visualize trend momentum, detect early reversals, confirm direction changes, and screen for entries across large watchlists like SPX500 using TradingView’s Pine Script Screener (beta).
⸻
🔧 What This Indicator Does
• Assigns a +1 or -1 score when price breaks the previous high or low
• Accumulates these scores into a real-time tsScore
• Detects early warnings (primed flips) and trend changes (confirmed flips)
• Supports alerts and labels for visual and automated trading
• Designed to work inside the Pine Screener so you can filter hundreds of tickers live
⸻
⚙️ Recommended Settings (for Beginners)
When adding the indicator to your chart:
Go to the “Inputs” tab at the top of the settings panel.
Then:
• Uncheck “Confirm flips on bar close”
• Check “Accumulate TS Across Flips? (ON = non-reset, OFF = reset)”
This setup allows you to see trend changes immediately without waiting for bar closes and lets the trend score build continuously over time, making it easier to follow long trends.
⸻
🧠 Core Logic
Start Date
Select a meaningful historical start date — for example: 2020-01-01. This provides long-term context for trend score calculation.
Per-Bar Delta (Δ) Calculation
The indicator scores each bar based on breakout behavior:
If the bar breaks only the previous high, Δ = +1
If it breaks only the previous low, Δ = -1
If it breaks both the high and low, Δ = 0
If it breaks neither, Δ = 0
This filters out wide-range or indecisive candles during volatility.
Cumulative Trend Score
Each bar’s delta is added to the running tsScore.
When it rises, bullish pressure is building.
When it falls, bearish pressure is increasing.
Trend Flip Logic
A bullish flip happens when tsScore rises by +3 from the lowest recent point.
A bearish flip happens when tsScore falls by -3 from the highest recent point.
These flips update the active trend direction between bullish and bearish.
⸻
⚠️ What Is a “Primed” Flip?
A primed flip is a signal that the current trend is about to flip — just one point away.
A primed bullish flip means the trend is currently bearish, but the tsScore only needs +1 more to flip. If the next bar breaks the previous high (without breaking the low), it will trigger a bullish flip.
A primed bearish flip means the trend is currently bullish, but the tsScore only needs -1 more to flip. If the next bar breaks the previous low (without breaking the high), it will trigger a bearish flip.
Primed flips are plotted one bar ahead of the current bar. They act like forecasts and give you a head start.
⸻
✅ What Is a “Confirmed” Flip?
A confirmed flip is the first bar of a new trend direction.
A confirmed bullish flip appears when a bearish trend officially flips into a new bullish trend.
A confirmed bearish flip appears when a bullish trend officially flips into a new bearish trend.
These signals are reliable and great for entries, trend filters, or reversals.
⸻
🖼 Visual Cues
The trend score (tsScore) line shows the accumulated trend strength.
A Δ histogram shows the daily price contribution: +1 for breaking highs, -1 for breaking lows, 0 otherwise.
A green background means the chart is in a bullish trend.
A red background means the chart is in a bearish trend.
A ⬆ label signals a primed bullish flip is possible on the next bar.
A ⬇ label signals a primed bearish flip is possible on the next bar.
A ✅ means a bullish flip just confirmed.
A ❌ means a bearish flip just confirmed.
⸻
🔔 Alerts You Can Use
The indicator includes these built-in alerts:
• Primed Bullish Flip — watch for possible bullish reversal tomorrow
• Primed Bearish Flip — watch for possible bearish reversal tomorrow
• Bullish Confirmed — official entry into new uptrend
• Bearish Confirmed — official entry into new downtrend
You can set these alerts in TradingView to monitor across your chart or watchlist.
⸻
📈 How to Use in TradingView Pine Screener
Step 1: Create your own watchlist — for example, SPX500
Step 2: Favorite this indicator so it shows up in the screener
Step 3: Go to TradingView → Products → Screeners → Pine (Beta)
Step 4: Select this indicator and choose a condition, like “Bullish Confirmed”
Step 5: Click Scan
You’ll instantly see stocks that just flipped trends or are close to doing so.
⸻
⏰ When to Use the Screener
Use this screener after market close or before the next open to avoid intraday noise.
During the day, if a candle breaks both the high and low, the delta becomes 0, which may cancel a flip or primed signal.
Results during regular trading hours can change frequently. For best results, scan during stable periods like pre-market or after-hours.
⸻
🧪 Real-World Examples
SWK
NVR
WMT
UNH
Each of these examples shows clean, structured trend transitions detected in advance or confirmed with precision.
PLTR: complicated case primed for bullish (but we don't when it will flip)
⚠️ Risk Disclaimer & Trend Context
A confirmed bullish signal does not guarantee an immediate price increase. Price may continue to consolidate or even pull back after a bullish flip.
Likewise, a primed bullish signal does not always lead to confirmation. It simply means the conditions are close — but if the next bar breaks both the high and low, or breaks only the low, the flip will be canceled.
On the other side, a confirmed bearish signal does not mean the market will crash. If the overall trend is bullish (for example, tsScore has been rising for weeks), then a bearish flip may just represent a short-term pullback — not a trend reversal.
You always need to consider the overall market structure. If the long-term trend is bullish, it’s usually smarter to wait for bullish confirmation signals. Bearish flips in that context are often just dips — not opportunities to short.
This indicator gives you context, not predictions. It’s a tool for alignment — not absolute outcomes. Use it to follow structure, not fight it.
Shade 4H Blocks PSTShades a 4H timeframe intraday. The purpose is to remind me what 4H candle I am operating in without having to manually mark it on the lower-timeframe charts I am watching.
4H Weekly Candle Counter - Increments from Sunday until Friday This script will count the first 4H candle close on Sunday all the way until the final candle of the week on Friday.
4H Weekly Candle Counter (UTC - Dynamic)Counts the 4H Candles on a given trading day. Made specifically for the /ES. (The first 4H Candle opens at 15:00 Sunday-Thursday)
Automatic Ryze Zones v. 2.1.0Automatic Ryze Zones v2.1.0 — Multi-City Sunrise Opening Zones + Mitigation Signals
Automatic Ryze Zones maps the first actionable range at astronomical sunrise for major financial hubs and your own custom city—then watches how price reacts to those zones through the day. It’s built for intraday traders who like session structure, time-based anchors, and objective “tap/mitigation” signals.
What it plots
Sunrise Zone (per city):
At the exact local sunrise minute, the indicator captures the 1-minute candle’s high & low and paints a box that extends right across the session.
Optionally plots a dashed midline (the zone’s midpoint).
Mitigation Arrows (optional):
• ▲ Bullish when price interacts with a city’s zone in a bullish manner
• ▼ Bearish for bearish interactions
Signals are filtered by your choice of wick/close logic and a volatility gate (ATR ratio).
Timing Table:
For each enabled city, an on-chart table shows four equal intervals from sunrise to 22:00 UTC, helping you pre-plan intraday inflection windows.
(Debug) Heights Table:
Optional table listing the captured High/Low used to build each zone.
Cities covered (toggle any on/off)
New York, London, Tokyo, Auckland, Dubai, Rio, Reykjavik, Dallas, plus your Custom City (name + lat/lon).
Each city has its own:
Box color & opacity
“Show box” and “Show midline” toggles
Time-offset override (advanced)
Tip: Use the custom city to track your local market, a specific exchange, or any location you care about.
How it works (under the hood)
Astronomical Sunrise Calculation
For each day and city (lat/lon), the script computes sunrise using standard solar geometry (zenith ≈ 90.83°). This yields sunrise in UTC, then converts to local with the city’s time offset.
Zone Capture at Sunrise
At the exact sunrise minute, the script requests lower-timeframe data via request.security_lower_tf(...) and grabs the 1-minute High/Low. That becomes the zone for that city and day.
Zones Extend Right
The box is created at the sunrise bar and extends to the right for the rest of the session, giving you durable structure to trade around.
Mitigation Logic (signals)
You choose the interaction rule:
Wick: low-into-zone with a bullish candle → ▲; high-into-zone with a bearish candle → ▼
Close: both open & close inside the zone (bullish → ▲ / bearish → ▼)
Wick or Close: combines both checks
A volatility filter controls noise:
ATR_ratio = ATR(1) / ATR(2500) must be greater than your threshold (default 0.25) for the signal to print.
Timing Intervals Table
The time from sunrise → 22:00 UTC is divided into four equal parts per city. The table shows the resulting timestamps to help anticipate rhythm shifts.
Key inputs
Ryze Zone Master Switch — global on/off
Automatic Time Settings
Chart Zones for Today’s Date (true/false)
↺ Lookback (number of trading days back; weekends auto-skipped)
Manual Date Range (when Auto is off) — “Chart Zones from / To”
Per-City Settings
Show ■ (box), Show ⎯ (midline), Opacity, Color
Time Offset (advanced; typically leave 0 or -24 as noted)
Add Your City
Title, Lat., Lon., Color
Show box/midline, Opacity
Custom City Time Offset
Zone Mitigation Settings
Show Zone Mitigation (signals on/off)
Filter By: Wick, Close, or Wick or Close
▲ / ▼ colors
ATR Filter (default 0.25 on ATR ratio)
Debug
Table Page (for stepping through stored days)
⏼ (toggle debug table of High/Low per city)
Suggested use
Confluence trading: Combine Ryze Zones with your session bias, market profile, VWAP, or liquidity maps.
Tap/Mitigate behavior: Watch for first touch, failures to break, and midline reactions; the ATR filter helps you ignore low-energy pokes.
Timing awareness: Use the four interval times as soft “checkpoints” for rotation or continuation.
Notes & limitations
Timeframes: Works on intraday charts; uses 1-minute data internally.
Weekends: Auto-skipped in lookback.
Offsets: City time offsets are advanced controls for edge cases (synthetic sessions, DST quirks). If unsure, leave at default.
Performance: The script is optimized (uses dynamic_requests = true), but enabling many cities + long lookbacks can approach max_lines/boxes.
Historical signals: Mitigation arrows evaluate against today’s zones by design (historical arrays are foundational but signals key off the current day).
Quick start
Turn Ryze Zone Master Switch on.
Set Automatic Time on and choose your Lookback (e.g., 3).
Enable the cities you care about (NY/LON/TYO are a solid start).
Turn on Zone Mitigation with Wick or Close and keep ATR Filter = 0.25–0.35 to start.
Trade reactions into/out of zones with your own risk plan.
Credits / Version
v2.1.0 — Multi-city sunrise zones, mitigation signals with ATR ratio, interval timing table, custom city support, debug tools.
TF ZONES VIPTF Zones is a session and higher-timeframe reference tool for intraday and swing traders (ICT / SMC concepts).
🔹 Features
Killzones (Sessions):
Automatically draws Asia, London, New York AM, New York Lunch, and New York PM ranges.
• Customizable box colors, transparency, and labels
• High/Low pivot lines with optional midpoints
• Alerts when pivots are broken
Day / Week / Month Levels:
• Daily / Weekly / Monthly Opens
• Daily / Weekly / Monthly Highs & Lows
• Alerts on High/Low breaks
Day-of-Week Zones:
Color-coded boxes for each weekday (Mon–Sun) to track daily ranges.
Previous Year High/Low:
Plots prior year’s H/L with labels (PY.H / PY.L).
🔧 Customization
Session drawing limits (max days stored)
Timezone selection (GMT offsets or New York)
Label size, text color, and line style
Box transparency and text display options
Optional alerts on key level breaks
📌 Use Case
Perfect for traders who want to:
Track session ranges (ICT Killzones)
Visualize intraday structure clearly
Use Daily / Weekly / Monthly opens and ranges as confluence
Monitor higher-timeframe and yearly reference levels
TF ZonesTF Zones is a session and higher-timeframe reference tool for intraday and swing traders (ICT / SMC concepts).
🔹 Features
Killzones (Sessions):
Automatically draws Asia, London, New York AM, New York Lunch, and New York PM ranges.
• Customizable box colors, transparency, and labels
• High/Low pivot lines with optional midpoints
• Alerts when pivots are broken
Day / Week / Month Levels:
• Daily / Weekly / Monthly Opens
• Daily / Weekly / Monthly Highs & Lows
• Alerts on High/Low breaks
Day-of-Week Zones:
Color-coded boxes for each weekday (Mon–Sun) to track daily ranges.
Previous Year High/Low:
Plots prior year’s H/L with labels (PY.H / PY.L).
🔧 Customization
Session drawing limits (max days stored)
Timezone selection (GMT offsets or New York)
Label size, text color, and line style
Box transparency and text display options
Optional alerts on key level breaks
📌 Use Case
Perfect for traders who want to:
Track session ranges (ICT Killzones)
Visualize intraday structure clearly
Use Daily / Weekly / Monthly opens and ranges as confluence
Monitor higher-timeframe and yearly reference levels
Trading Sessions (L3J) Trading Sessions Indicator (L3J)
Overview
This Pine Script indicator displays precise trading session boxes for the three major global trading sessions: Asia, London, and US (Cash). Unlike traditional session indicators that show continuous background colors, this script creates rectangular boxes that precisely delimit each session from start to finish.
Features
🌍 Global Timezone Support
- 39 timezone options covering all major financial centers
- Automatic daylight saving time adjustments for named timezones
- Universal compatibility with all TradingView charts
📦 Session Boxes
- Precise delimitation: Each session is contained within a rectangular box
- Dynamic sizing: Boxes automatically adjust to session high/low prices
- Visual distinction: Completed sessions (solid borders) vs ongoing sessions (dashed borders)
- Customizable borders: Toggle on/off with adjustable thickness (0-5px)
🎨 Visual Customization
- Individual session colors: Fully customizable for Asia, London, and US sessions
- Border matching: Border colors automatically match session box colors
- Transparency control: Built-in opacity settings for each session
- Clean interface: Minimal visual clutter with maximum information
⚙️ Management Options
- Box limit control: Set maximum number of historical boxes per session (1-50)
- Automatic cleanup: Old boxes are automatically removed to maintain performance
- Memory efficient: Optimized for long-term chart analysis
Default Session Times (EDT - Etc/GMT+4)
| Session | Default Hours | Markets Covered |
|---------|---------------|-----------------|
| Asia | 18:00 - 02:00 | Tokyo, Sydney, Hong Kong |
| London | 02:00 - 11:00 | London, Frankfurt, European markets |
| US Cash | 09:30 - 16:00 | NYSE, NASDAQ |
> Note: Default times are in EDT (Eastern Daylight Time). Adjust session hours according to your selected timezone.
Timezone Conversion Examples
For UTC Users:
- Asia: 22:00 - 06:00
- London: 06:00 - 15:00
- US: 13:30 - 20:00
For Europe/London Users:
- Asia: 23:00 - 07:00
- London: 07:00 - 16:00
- US: 14:30 - 21:00
Usage Instructions
1. Add to chart: Apply the indicator to any timeframe
2. Select timezone: Choose your local timezone from the dropdown
3. Adjust session hours: Modify session times if needed for your timezone
4. Customize appearance: Set colors, borders, and box limits
5. Enable/disable sessions: Toggle individual sessions on/off as needed
Technical Specifications
- Pine Script Version: v6
- Chart Type: Overlay indicator
- Maximum Objects: 150 boxes, 500 lines, 200 labels
- Performance: Optimized for real-time updates
- Compatibility: All TradingView chart types and timeframes
Integration with Other Scripts
This indicator is designed to work seamlessly with other L3J trading scripts:
- ICT Levels Indicators: Provides session context for key levels
- Market Structure Scripts: Session boxes help identify structural breaks
- Volume Profile Tools: Session delimitation for volume analysis
- Support/Resistance Scripts: Session-based level identification
> Recommended: Use this as a base layer with other L3J indicators for comprehensive market analysis.
Key Benefits
🎯 Precision Trading
- Exact session boundaries: No guesswork about session start/end times
- Clean visual reference: Clear session delimitation for strategy execution
- Multi-timeframe compatibility: Works on all chart timeframes
📊 Professional Analysis
- Institution-grade accuracy: Matches professional trading platforms
- Customizable for any strategy: Adaptable to various trading approaches
- Performance optimized: Minimal impact on chart loading times
🔄 Real-time Updates
- Live session tracking: Ongoing sessions update in real-time
- Automatic management: Old sessions are cleaned up automatically
- Memory efficient: Optimized for extended trading sessions
Author Information
Created by: L3J
Version: 1.0
Category: Session Analysis / Market Hours
License: For use with L3J trading script ecosystem
---
Support & Integration
This indicator is part of the L3J Trading Script Collection. For optimal results, combine with other L3J indicators:
- ICT Key Levels
- Market Structure Analysis
- Volume Profile Tools
- Support/Resistance Scripts
Note: This script is specifically designed to complement and enhance other L3J trading tools. Individual use is supported, but maximum effectiveness is achieved when used as part of the complete L3J trading system.
---
For technical support or integration questions, refer to the L3J script documentation or community resources.
Tue→Wed Exploit (Clean v6 • current-week toggle)Based on Tuesday Dealer range and determining if its hqt or lqt for a trade entry validation.
🟥 Synthetic 10Y Real Yield (US10Y - Breakeven)This script calculates and plots a synthetic U.S. 10-Year Real Yield by subtracting the 10-Year Breakeven Inflation Rate (USGGBE10) from the nominal 10-Year Treasury Yield (US10Y).
Real yields are a core macro driver for gold, crypto, growth stocks, and bond pricing, and are closely monitored by institutional traders.
The script includes key reference lines:
0% = Below zero = deeply accommodative regime
1.5% = Common threshold used by macro desks to evaluate gold upside breakout conditions
📈 Use this to monitor macro shifts in real-time and front-run capital flows during major CPI, NFP, and Fed events.
Update Frequency: Daily (based on Treasury market data)
Swing Oracle Stock// (\_/)
// ( •.•)
// (")_(")
📌 Swing Oracle Stock – Professional Cycle & Trend Detection Indicator
The Swing Oracle Stock is an advanced market analysis tool designed to highlight price cycles, trend shifts, and key trading zones with precision. It combines trendline dynamics, normalized oscillators, and multi-timeframe confirmation into a single comprehensive indicator.
🔑 Key Features
NDOS (Normalized Dynamic Oscillator System):
Measures price strength relative to recent highs and lows to detect overbought, neutral, and oversold zones.
Dynamic Trendline (EMA8 or SMA231):
Flexible source selection for adapting to different trading styles (scalping vs. swing).
Multi-Timeframe H1 Confirmation:
Adds higher-timeframe validation to improve signal reliability.
Automated Buy & Sell Signals:
Triggered only on significant crossovers above/below defined levels.
Weekly Cycles (7-day M5 projection):
Tracks recurring time-based market cycles to anticipate reversal points.
Intuitive Visualization:
Colored zones (high, low, neutral) for quick market context.
Optional background and candlestick coloring for better clarity.
Multi-Timeframe Cross Table:
Automatically compares SMA50 vs. EMA200 across multiple timeframes (1m → 4h), showing clear status:
⭐️⬆️ UP = bullish trend confirmation
💀⬇️ Drop = bearish trend confirmation
📊 Built-in Statistical Tools
Normalized difference between short and long EMA.
Projected normalized mean levels plotted directly on the main chart.
Dynamic analysis of price distance from SMA50 to capture market “waves.”
🎯 Use Cases
Spot trend reversals with multi-timeframe confirmation.
Identify powerful breakout and breakdown zones.
Time entries and exits based on trend + cycle confluence.
Enhance market timing for swing trades, scalps, or long-term positions.
⚡ Swing Oracle Stock brings together cycle detection, oscillator normalization, and multi-timeframe confirmation into one streamlined indicator for traders who want a professional edge.
Composite Sentiment Indicator (SPY/QQQ/SOXX + VixFix)# Multi-Index Composite Sentiment Indicator
A comprehensive sentiment indicator that works across SPY, QQQ, SOXX, and custom symbols. Combines volatility, options flow, macro factors, technicals, and seasonality into a single z-score composite.
## What It Does
Takes multiple market sentiment inputs (VIX, put/call ratios, breadth, yields, etc.) and smooshes them into one normalized line. When the composite is high = markets getting spooked. When it's low = markets getting complacent.
## Key Features
- **Multi-Index Support**: Automatically adapts for SPY (uses VIX), QQQ (uses VXN), SOXX (uses VixFix), or custom symbols
- **VixFix Integration**: Larry Williams' VixFix for indices without dedicated VIX measures
- **Signal MA**: Choose from SMA/EMA/WMA/HMA/TEMA/DEMA with color coding (red above MA = risk-on, green below = risk-off)
- **September Focus**: Built-in seasonality weighting for September weakness patterns
- **Comprehensive Components**: Volatility, options sentiment, macro factors, technicals, and sector-specific metrics
## How to Use
**Basic Setup:**
1. Pick your index (SPY/QQQ/SOXX)
2. Choose signal MA type and length (EMA 21 is a good start)
3. Watch for extreme readings and MA crossovers
**Color Signals:**
- Red composite = above signal MA = bearish sentiment
- Green composite = below signal MA = bullish sentiment
- Extreme high readings (red background) = potential tops
- Extreme low readings (green background) = potential bottoms
**For Different Indices:**
- **QQQ**: Uses NASDAQ VIX (VXN) when available, falls back to VixFix
- **SOXX**: Includes semiconductor cycle indicators, uses VixFix for volatility
- **Custom**: Adapts automatically, relies on VixFix and general market metrics
## Components Included
**Volatility**: VIX/VXN/VixFix, term structure, historical vol
**Options**: Put/call ratios, SKEW index
**Macro**: DXY, 10Y yields, yield curve, TIPS spreads
**Technical**: RSI deviation, momentum
**Seasonality**: September effects, quad witching, month-end patterns
**Breadth**: S&P 500 and NASDAQ breadth measures
## Pro Tips
- Works well on Daily Timeframe
- September gets extra weight automatically - watch for August setup signals
- Keltner envelope breaks often mark sentiment exhaustion points
- Use alerts for extreme readings and MA crossovers
Works best when you understand that sentiment extremes often mark turning points, not continuation signals. High readings don't mean "keep shorting" - they mean "start looking for reversal setups."
## Settings Worth Tweaking
- Signal MA type/length for your timeframe
- Component weights based on what matters for your index
- Envelope multipliers for your risk tolerance
- VixFix parameters if default doesn't fit your symbol's volatility
The table shows all current component readings so you can see what's driving the signal. Good for context and debugging weird readings.
𝑨𝒔𝒕𝒂𝒓 - TyrAstar – Tyr is a dynamic RSI system with adaptive EMA and divergence detection.
@v1.0
Dynamic RSI period adjusts to volatility & market activity
Adaptive EMA smooths RSI with variable length
Optional Gaussian Kernel smoothing for noise reduction
Highlights bullish & bearish divergences automatically
Clean visualization with color coding and fills
Works in real time with no repainting
𝑨𝒔𝒕𝒂𝒓 - HelAstar – Hel is an adaptive ATR stop system that finds the best ATR length in real time.
@v1.0
Optimizes ATR length automatically within a defined range
Plots dynamic long/short stops with ATR multiplier
Option to use Super Smoother (FFT-lite) filtering
On-chart stats table with performance & win probability
Lightweight, efficient, and no repainting
Monthly MA Box for S&P 500 or othersThis moving average helps detect when the asset is undervalued or overvalued. Users can adjust the spread between the moving averages.
US Elections Democrate-Republicain (1920-2025)This script shows the different U.S. presidents and indicates whether each was Democratic or Republican. It allows users to analyze the market based on the president in office.
Long-Term Trend & Valuation Model [Backquant]Long-Term Trend & Valuation Model
Invite-only. A universal long-term valuation strategy and trend model built to work across markets, with an emphasis on crypto where cycles and volatility are large. Intended primarily for the 1D timeframe. Inputs should be adjusted per asset to reflect its structure and volatility.
If you would like to checkout the simplified and open source valuation, check out:
What this is
A two-layer framework that answers two different questions.
• The Valuation Engine asks “how extended is price relative to its own long-term regime” and outputs a centered oscillator that moves positive in supportive conditions and negative in deteriorating conditions.
• The Trend Model asks “is the market actually trending in a sustained direction” and converts several independent subsystems into a single composite score.
The combination lets you separate “where we are in the cycle” from “what to do about it” so allocation and timing can be handled with fewer conflicts.
Design philosophy
Crypto and many risk assets move in multi-month expansions and contractions. Short tools flip often and can be misleading near regime boundaries. This model favors slower, high-confidence information, then summarizes it in simple visuals and alerts. It is not trying to catch every swing. It is built to help you participate in the meat of long uptrends, de-risk during deteriorations, and identify stretched conditions that deserve caution or patience.
Valuation Engine, high level
The Valuation Engine blends several slow signals into one measure. Exact transforms, windows, and weights are private, but the categories below describe the intent. Each input is standardized so unlike units can be combined without one dominating.
Momentum quality — favors persistent, orderly advances over erratic spikes. Helps distinguish trend continuation from noise.
Mean-reversion pressure — detects when price is far from a long anchor or when oscillators are pulling back toward equilibrium.
Risk-adjusted return — long-window reward to variability. Encourages time in market when advances are efficient rather than merely fast.
Volume imbalance — summarizes whether activity is expanding with advances or with declines, using a slow envelope to avoid day-to-day churn.
Trend distance — expresses how stretched price is from a structural baseline rather than from a short moving average.
Price normalization — a long z-score of price to keep extremes comparable across cycles and symbols.
How the Valuation Engine is shaped
Standardization — components are put on comparable scales over long windows.
Composite blend — standardized parts are combined into one reading with protective weighting. No single family can override the rest on its own.
Smoothing — optional moving average smoothing to reduce whipsaw around zero or around the bands.
Bounded scaling — the composite is compressed into a stable, interpretable range so the mid zone and extremes are visually consistent. This reduces the effect of outliers without hiding genuine stress.
Volatility-aware re-expansion — after compression, the series is allowed to swing wider in high-volatility regimes so “overbought” and “oversold” remain meaningful when conditions change.
Thresholds — fixed OB/OS levels or dynamic bands that float with recent dispersion. Dynamic bands use k times a rolling standard deviation. Fixed bands are simple and comparable across charts.
How to read the Valuation Oscillator
Above zero suggests a supportive backdrop. Rising and positive often aligns with uptrends that are gaining participation.
Below zero suggests deterioration or risk aversion. Falling and negative often aligns with distribution or with trend exhaustion.
Touches of the upper band show stretch on the optimistic side. Repeated tags without breakdown often occur late in cycles, especially in crypto.
Touches of the lower band show stretch on the pessimistic side. They are common in washouts and early bases.
Visual elements
Valuation Oscillator — colored by sign for instant context.
OB/OS guides — fixed or dynamic bands.
Background and bar colors — optional, tied to the sign of valuation for quick scans.
Summary table — optional, shows the standardized contribution of the major categories and the final composite score with a simple status icon.
Trend Model, composite scoring
The trend side aggregates several independent subsystems. Each subsystem issues a vote: long, short, or neutral. Votes are averaged into a composite score. The exact logic of each subsystem is intentionally abstracted. The families below describe roles, not formulas.
Long-horizon price state — checks where price sits relative to multiple structural baselines and whether those baselines are aligned.
Macro regime checks — favors sustained risk-on behavior and penalizes persistent deterioration in breadth or volatility structure.
Ultimate confirmation — a conservative filter that only votes when directional evidence is persistent.
Minimalist sanity checks — keep the model responsive to obvious extremes and prevent “stuck neutral” states.
Higher timeframe or overlay inputs — optional votes that consider slower contexts or relative strength to stabilize borderline periods.
You define two cutoffs for the composite: above the long threshold the state is Long , below the short threshold the state is Short , in between is Cash/Neutral . The script paints a signal line on price for an at-a-glance view and provides alerts when the composite crosses your thresholds.
How it can be used
Cycle framing in crypto — use deep negative valuation as accumulation context, then look for the composite trend to move through your long threshold. Late in cycles, extended positive valuation with weakening composite votes is a caution cue for de-risking or tighter management.
Regime-based allocation — increase risk or loosen take-profits when the composite is firmly Long and valuation is rising. Decrease risk or rotate to stable holdings when the composite is Short and valuation is falling.
Signal gating — run shorter-term entry systems only in the direction of the composite. This reduces counter-trend trades and improves holding discipline during strong uptrends.
Sizing overlay — scale position sizes by the magnitude of the valuation reading. Smaller sizes near the upper band during aging advances, larger sizes near zero after strong resets.
DCA context — for long-only accumulation, schedule heavier adds when valuation is negative and stabilizing, then lighten or pause adds when valuation is very positive and flattening.
Cross-asset rotation — compare symbols on 1D with the same fixed bands. Favor assets with positive valuation that are also in a Long composite state.
Interpreting common patterns
Early build-out — valuation rises from below zero, but the composite is still neutral. This is often the base-building phase. Patience and staged entries can make sense.
Healthy advance — valuation positive and trending up, composite firmly Long. Pullbacks that keep valuation above zero are usually opportunities rather than trend breaks.
Late-cycle stretch — valuation pinned near the upper band while the composite starts to weaken toward neutral. Consider trimming, tightening risk, or shifting to a “let the market prove it” stance.
Distribution and unwind — valuation negative and falling, composite Short. Rallies are treated as counter-trend until both turn.
Settings that matter
Timeframe
This model is intended for 1D as the primary view. It can be inspected on higher or lower frames, but the design choices assume daily bars for crypto and other risk assets.
Asset-specific tuning
Inputs should be adjusted per asset. Coins with high variability benefit from longer lookbacks and slightly wider dynamic bands. Lower-volatility instruments can use shorter windows and tighter bands.
Valuation side
Lookback lengths — longer values make the oscillator steadier and more cycle-aware. Shorter values increase sensitivity but create more mid-zone noise.
Smoothing — enable to reduce flicker around zero and around the bands. Disable if you want faster warnings of regime change.
Dynamic vs fixed thresholds — dynamic bands float with recent dispersion and keep OB/OS comparable across regimes. Fixed bands are simple and make inter-asset comparison easy.
Scaling and re-expansion — keep this enabled if you want extremes to remain interpretable when volatility rises.
Trend side
Composite thresholds — widen the neutral zone if you want fewer flips. Tighten thresholds if you want earlier signals at the cost of more transitions.
Visibility — use the price-pane signal line and bar coloring to keep the regime in view while you focus on structure.
Alerts
Valuation OB/OS enter and exit — the oscillator entering or leaving stretched zones.
Zero-line crosses — valuation turning positive or negative.
Trend flips — composite crossing your long or short threshold.
Strengths
Separates “valuation context” from “trend state,” which improves decisions about when to add, reduce, or stand aside.
Composite voting reduces reliance on any single indicator family and improves robustness across regimes.
Volatility-aware scaling keeps signals interpretable during quiet and wild markets.
Clear, configurable visuals and alerts that support long-horizon discipline rather than frequent toggling.
Final thoughts
This is a universal long-term valuation strategy and trend model that aims to keep you aligned with the dominant regime while giving transparent context for stretch and risk. For crypto on 1D, it helps map accumulation, expansion, distribution, and unwind phases with a single, consistent language. Tune lookbacks, smoothing, and thresholds to the asset you trade, let the valuation side tell you where you are in the cycle, and let the composite trend side tell you what stance to hold until the market meaningfully changes.
ICT Sessions & Killzones +PRO (VinceFxBT)ICT Sessions & Killzones +PRO (VinceFxBT)
All in one Session and Killzone script for FX, Futures and Crypto markets. It includes London, New York, CBDR & Asia Sessions and Killzones.
Features
Includes London, New York, Asia, CBDR sessions
Includes all ICT Killzones
Extended session highs/lows up to 90s back, until mitigated.
Set recurring alerts for session highs and lows
Includes Indices price levels and opens
Uses UTC timezones with automatic Daylight Saving Time so NO timezone correction needed ; ) Works out of the box for all regions, including different dates of DST for US/EU.
Session highs/lows displayed on chart as lines, box or background color
Customize line styles, width and colors
Customize colors for Sessions and Killzones
Optionally include weekends for Session or Killzone separately
Optionally display day separators and labels
Fully control which options are displayed at higher or lower timeframes. (e.g. hide sessions when timeframe is 1h or higher)
Session display options
Session Background Color.
Session High & Low Lines, including Session Middle Line.
Extended session highs/lows until mitigated
Extended Session Highs & Lows until mitigated.
Session Background Color with extended Asia Session Highs & Lows until mitigated.
Set recurring alerts for session highs and lows
Set automatic alerts when previous and/or current session levels are broken.
Prophecy Orderflow – XAUUSD⚜️ Overview
Prophecy Orderflow is a clean, professional trading indicator built for serious day traders who demand precision. Designed around institutional concepts of bias, momentum, and orderflow alignment, this tool gives clear BUY/SELL signals, along with structured stop loss (SL) and take profit (TP1, TP2, TP3) levels—so you trade with confidence and discipline.
⚡ Core Features
✅ Automatic BUY & SELL signals with on-chart markers
✅ Dynamic Stop Loss & Target lines (SL / TP1 / TP2 / TP3)
✅ Bias confirmation using higher timeframe EMAs
✅ ATR-based volatility filter for cleaner entries
✅ Lightweight design – no clutter, only high-quality setups
✅ Built-in watermark branding: Prophecy Orderflow
📈 How to Use
Look for the BUY triangle (yellow) or SELL triangle (purple).
Trade only in alignment with the bias filter (higher timeframe EMA trend).
Follow the stop loss and TP lines automatically plotted.
TP2 and TP3 act as scaling or full exit zones for extended moves.
⚖️ Best For
Day Traders on XAUUSD (Gold), US30, and major Forex pairs
Scalpers seeking clear, structured exits
Swing traders using HTF bias for confirmation
💡 Note
This is not financial advice. Always backtest, paper trade, and manage risk responsibly.
👉 Built exclusively by 4x Prophet to help traders execute with clarity and confidence.