Strategy
Concept
CRT Master 974 par GUIROA Stephane [ULTIMATE MTF + HTF SWEEP]"CRT Master Blueprint ". This indicator is designed to display multi-timeframe levels from user-defined timeframes and highlight certain trading signals within a specified session.
Multi-Timeframe Configuration
1.Input Timeframes: Users can input three separate timeframes (e.g., 30 minutes, 60 minutes, 240 minutes).Each timeframe is assigned an option to be displayed or hidden, along with a customizable color.
2.Display Options: Each timeframe can be toggled on or off, with corresponding colors set in the input parameters.
Level Retrieval Function
3.Getting Levels: The get_crt_levels function retrieves high, low, and close values from the previous bar of a specified timeframe.pinescript
Drawing Levels
4.Drawing Levels Function: The draw_levels function visuals the high, low, and mid levels with different styles (dashed and dotted lines) and labels on the chart based on whether the respective timeframes' options are enabled.
6.Dashboard: A small table displays the status of the indicator (active or inactive) and the primary timeframe on the chart.
Summary
In summary, this indicator is helpful for traders who want to visually analyze multiple timeframe levels and receive signals based on specific price action within a defined session. The use of customizable parameters allows for flexibility in adapting to different trading strategies or preferences.
Indicator
15 Zaman Kutusu ve 10 Zaman Acilisi15 Range Boxes & 10 Open Lines
This indicator is a comprehensive technical analysis tool designed to track specific time intervals (Sessions, Killzones) and critical opening prices on your chart.
Key Features:
15 Custom Range Boxes: Individual settings for color, time, and labels.
10 Open Price Lines: Track daily, weekly, or session opens.
Smart History Limit: "Son X Kutuyu Goster" feature preventing lag and flickering.
Pips Display: Automatically calculates and displays the range width in pips.
Minimalist Mode: Hides details when "Cok Kucuk" label size is selected.
Language: Fully Turkish menu settings.
Note: Inspired by Nephew Sam's concept, coded from scratch with performance optimizations and additional features.
DISCLAIMER This indicator is for educational purposes only. It does not constitute financial advice or trading signals. Use at your own risk.
Indicator
Daily Open Gap Zones This indicator highlights Daily Opening Gaps by drawing a zone between the previous regular session close and the next regular session open (RTH). Each gap is displayed as a light white filled box with a dotted, transparent white border and is extended forward in time until it is considered filled.
How it works
Gap Definition:
A gap is created when today’s regular-session open is different from yesterday’s regular-session close.
Zone Range:
The gap zone is the price range between those two values.
Unfilled Gaps Only:
The box stays on the chart until the gap is filled, then it is removed.
Fill Mode Options:
Full fill: gap is removed only when price reaches the far edge of the gap zone.
Touch (enter zone): gap is removed as soon as price trades into the gap zone.
Min Gap Size (ticks):
Filters out tiny gaps. A gap is plotted only if
abs(open - prior close) >= minGapTicks × syminfo.mintick.
Best use case
Designed for intraday traders (e.g., 10-minute charts) who want to quickly see open/unfilled daily gaps that may act as support/resistance or mean-reversion targets.
Indicator
polymarket 15 min markerHere is a professional and catchy description you can use when publishing this script on PulseWire. It highlights the "pro" features we added (MTF capability, custom fonts, and bug fixes).
Title: Current 15m Open – Pro Anchored Level
Description:
What it does: This indicator is a precision tool for intraday traders. It automatically identifies and draws a horizontal line at the opening price of the current 15-minute candle. This level serves as a key pivot for intraday bias—price above is often bullish, price below is often bearish.
Unlike standard indicators, this script is engineered to be Multi-Timeframe (MTF) stable. This means you can view the 15m Open level while scalping on a 1-minute, 5-minute, or even 1-second chart, and the line will remain locked to the correct price without repainting or jumping.
Key Features:
🎯 Precision Anchor: Uses time-based coordinates to ensure the line starts exactly at the 15m candle open, regardless of your current timeframe.
⚡ Zero-Lag MTF: Instantly updates the moment a new 15-minute session begins.
💎 Luxury Visuals: Features a "Fancy Font" hack that uses special Unicode characters to display the label in a bold, professional serif style (customizable in settings).
📐 Smart Positioning: The label floats clearly on the right side of the chart (margin area), ensuring it never obstructs your view of the candles.
🛠 Stability Fixes: Includes custom logic to prevent the "disappearing line" bug that often occurs when viewing the same timeframe as the indicator source.
Settings:
Theme Color: Customize the line and text color to match your chart theme.
Font Style: Choose between "Luxury" (Serif), "Hacker" (Monospace), or "Modern" (Standard).
Text Offset: Adjust how far to the right the label sits.
How to use:
Add to your chart.
Use it as a bias filter: Look for longs above the blue line and shorts below it.
Perfect for scalpers who need to keep the higher-timeframe context visible at all times.
Indicator
Indicator
Indicator
Magnitude of MovementThie calculase the ratio between Mod of Open Price-Current Price and Mod of Open Volume and current volume
Indicator
ICT First FVG Per Session - Big Boss TradersICT First FVG Per Session like per session FVG Asia FVG london First P FVG and New york first P FVG
Indicator
First FVG per Session - Big boss traders First FVG per Session like Asia first Persented FVG London and Ny
Indicator
BERNA (Boundary-Encoded Resonance Network Architecture)BERNA — Boundary-Encoded Resonance Network Architecture
BERNA is a research-grade indicator that estimates the remaining structural capacity of the current market regime.
Unlike trend, volatility, or momentum tools, BERNA does not measure price direction — it measures how much of the regime’s internal capacity has already been consumed.
This script implements the BERNA model published on Zenodo (Bülent Duman, 2026).
It is intentionally minimal and uses only OHLC data.
What BERNA measures
BERNA outputs a structural capacity state:
τ = Σ / Θ (normalized structural stress)
Λ = Θ − Σ (remaining structural capacity)
Interpretation:
High Λ / low τ → the regime has structural endurance
Rising τ → capacity is being consumed
τ → 1 (Λ → 0) → rupture proximity (capacity exhaustion)
This makes BERNA a forward-looking structural capacity variable, not a price oscillator.
What is inside this script
This implementation contains the following components:
Efficiency proxy (DERYA-like, but not the full public DERYA)
BERNA uses a simple microstructure efficiency proxy computed as:
E = |close − open| / (high − low)
This is conceptually “DERYA-like” but it is not the full DERYA framework.
No external/public DERYA source code is embedded here.
Standard technical primitives used
This script uses only basic primitives commonly found in technical analysis:
Absolute value and range normalization
Thresholding (regime binning)
Power transform on range (rng^p)
There is no EMA, RSI, MACD, ATR, ADX, Fisher, Kaufman, or other indicator embedded.
All computations are internal and deterministic.
3-state structural regime binning (K = 3)
The efficiency proxy E is discretized into three regimes using user thresholds:
Low efficiency
Mid efficiency
High efficiency
Each regime has its own capacity Θ and stress multiplier β.
Structural stress accumulation (Σ) and rupture proximity
Stress increment is defined as:
dΣ = β · (1 − E) · (range^p)
Σ accumulates inside a regime and is capped by Θ.
In this prototype, Σ resets on regime change by construction (regime-gated accumulation).
The rupture proximity is expressed through τ and Λ.
How to use BERNA
BERNA is designed as a regime-health and fragility overlay, not a buy/sell trigger.
Typical uses:
Detect when an ongoing move is structurally late-stage (τ high, Λ low)
Avoid initiating trades when capacity is nearly exhausted
Compare structural resilience across assets and regimes
Use alongside price/trend/volume systems for context
Do not use BERNA alone as a trading signal.
BERNA tells you “how much structure is left”, not “where price will go.”
Visuals
Efficiency (E) shows the bar-level microstructure efficiency proxy
τ shows normalized structural stress (capacity consumption)
Λ shows remaining structural capacity
Dotted lines mark warning and critical rupture proximity levels
Important notes
BERNA is not RSI, MACD, ATR, ADX, Fisher, Kaufman, or a volatility model
BERNA does not predict price direction
BERNA does not issue entry/exit signals
BERNA is a structural capacity diagnostic
This script does not embed any external/public indicator code; all logic is implemented directly in Pine.
Risk and disclaimer
This script is provided for research and analytical purposes only.
It is not financial advice and must not be used as a standalone trading system.
Markets are uncertain.
All trading decisions and risks remain entirely the responsibility of the user.
BERNA: Boundary-Encoded Resonance Network Architecture
A Structural Failure Theory of Financial Regimes Based on Endogenous Capacity Depletion
Author: Duman, Bülent
Affiliation: Independent Researcher
Reference: zenodo.org
Indicator
15m RVOL + CPR Screener [AA37Amna5633]relvol and cpr table 4h 15mint relvol and cpr table relvol and cpr table relvol and cpr table relvol and cpr table
Indicator
FRVP VA Zones + MACD + EMA Ribbon{A37Amna5633}fulemas, frvp, with selectable colours lines, and switch on, off levels, with riboon ema 1,2 box selectable ribbon thicknes ,recomended with ema1with 3, and ema2 with7
Indicator
FRVP VA Zones + MACD + EMA Ribbon {A37Amna5633} emas, frvp with selectable coulours in the setting, and swtch on/off lines on the chart in the setting with macd chart
Indicator
MACDHLAdapted from Mohamed3nan. Added 1H MACD logic. Background colors indicate momentum shifts: Red for bearish (Red Histogram peaking) and Green for bullish (Green Histogram bottoming). Buy/Sell signals are triggered by Center Line breakouts or rejections. The Center Line serves as a dynamic Support and Resistance (S/R) for short-term trading.
Indicator
15:50 AnticipeThis indicator is designed to anticipate the market behavior around a specific time of day (by default 15:50) by evaluating market conditions one minute before the target candle.
It is primarily intended for intraday trading on 1-minute charts, especially on index futures such as NQ / MNQ.
The logic combines trend, volatility compression, momentum, volume, and VWAP positioning, using a scoring system to determine whether a LONG, SHORT, or NEUTRAL bias is statistically favored before the target candle prints.
Core Concept
At the anticipation candle (15:49 by default), the indicator evaluates multiple technical conditions.
Each condition adds points to a LONG score or SHORT score.
If one side reaches the required score threshold and is stronger than the opposite side, a persistent signal is generated and held through the 15:50 candle.
The 15:50 candle is highlighted in yellow for visual reference.
Indicators Used
The system combines:
• Bollinger Bands to detect volatility compression
• EMA 9 / EMA 21 / EMA 89 for short-term and structural trend
• RSI for momentum confirmation
• Volume Spike Detection based on a volume SMA multiplier
• Anchored VWAP, reset daily and anchored at a configurable time
• Optional Reversal Mode for mean-reversion setups
Scoring Logic
Each side (LONG / SHORT) accumulates points based on conditions such as:
• Bollinger Band compression
• EMA 9 vs EMA 21 alignment
• Price location relative to EMA 9 and BB basis
• RSI above or below threshold
• Volume spike confirmation
• Price position relative to Anchored VWAP
If Reversal Mode is enabled, additional points are added when:
• Price touches or exceeds Bollinger extremes
• RSI divergence is detected
• Price deviates significantly from Anchored VWAP
Reversal conditions carry more weight, favoring exhaustion and snap-back setups.
Signal Generation
At the anticipation candle:
• LONG signal
Triggered when LONG score ≥ required threshold and stronger than SHORT score.
• SHORT signal
Triggered when SHORT score ≥ required threshold and stronger than LONG score.
• NEUTRAL signal
Displayed when neither side has a clear statistical edge.
Signals are displayed as labels above or below price, positioned dynamically using ATR to avoid candle overlap.
Once triggered, the signal remains active through the 15:50 candle and can be used for trade execution or confirmation.
Anchored VWAP
The Anchored VWAP:
• Resets automatically each trading day
• Starts calculating from a user-defined hour and minute
• Acts as a directional and mean-reversion reference
• Is fully integrated into both trend and reversal logic
Alerts
The indicator provides alert conditions for:
• Anticipated LONG setup
• Anticipated SHORT setup
• NEUTRAL condition
Alerts trigger when the anticipation signal becomes active, allowing automation or discretionary execution.
Intended Use
This indicator is best used as:
• A directional bias tool before a known time-based volatility event
• A confirmation layer, not a standalone entry system
• A way to structure disciplined trades instead of reacting emotionally to the 15:50 candle
It favors clarity, confluence, and probability, not prediction.
Indicator
Smart Z-Score OB Z-Score Impulse & Institutional Order Blocks
This indicator identifies high-probability Order Blocks (OB) by calculating the statistical deviation of price momentum using Z-Score analysis. Unlike standard pivot-based indicators, it focuses exclusively on "Institutional Footprints"—areas where price exploded with significant force.
How it Works
Statistical Outlier Detection: The script analyzes the last 100 bars to determine the "normal" volatility range. When price momentum exceeds the 6.0 Z-Score threshold, it identifies a move that has less than a 0.001% probability of being random noise.
Impulse Tracking: It monitors cumulative one-way price distance (momentum). A breakout only triggers a signal if the movement is exceptionally strong relative to recent history.
Smart Order Blocks: When a "Z-UP" or "Z-DOWN" impulse is detected, the script automatically draws a horizontal box at the origin of the move. These zones represent high-interest areas where institutional orders were likely placed.
Trading Strategy (SMC Focus)
Z-UP (Green): Indicates an aggressive institutional buy. The resulting green box acts as a Bullish Order Block (Demand Zone).
Z-DOWN (Red): Indicates aggressive institutional selling. The red box acts as a Bearish Order Block (Supply Zone).
Entry: Look for price to return (Retest) to these boxes. Since these zones were created by massive momentum, they often provide high-probability entry points with clear Stop-Loss levels just outside the zone.
"Higher Z-Score = Fewer, more potent Order Block signals."
Indicator
Turtle System 1Turtle Trader system is a famous trend-following trading methodology created by Richard Dennis and his partner William Eckhardt in the early 1980s.
The backstory is almost as interesting as the system itself:
Dennis believed trading success was a skill that could be taught, while Eckhardt thought it was more about innate talent.
To settle the debate, they recruited a group of ordinary people — with little to no trading experience — and trained them in a simple rules-based strategy. These students became known as the "Turtles".
The system focused on trading breakouts in futures markets (commodities, currencies, bonds, stock indices) with strict risk management.
System 1 (Short-Term)
Entry: Buy when price breaks above the 20-day high. Sell short when price breaks below the 20-day low.
Exit: Opposite 10-day breakout (i.e., sell long positions if price breaks below the 10-day low).
Strategy
ATH Dip Levels - Crypto Edition with Reactive TPHarika bir fikir! Bu indikatörü toplulukla paylaşırken (PulseWire Public Library veya GitHub gibi), insanların stratejinin mantığını ve gücünü anlamaları için etkileyici bir İngilizce açıklama hazırladım.
İşte paylaşımın için kullanabileceğin başlık, özet ve özellikler listesi:
🚀 Indicator Title: ATH Dip Levels - Crypto Reactive Strategy
Overview
This indicator is a specialized "Buy the Dip" and "Reactive Take Profit" system designed specifically for the high volatility of the crypto market. Instead of following lagging indicators, it focuses on the most fundamental metric: Percentage drawdown from the rolling All-Time High (ATH).
It identifies historical discount zones and automatically calculates a "Reactive Take Profit" target for each entry, allowing you to scale out during market bounces.
Key Features
📉 1. Dynamic Buy Zones (DCA Levels)
The script tracks a rolling 220-day ATH and plots 7 distinct discount levels:
Minor Pullbacks: 10%, 20%
Major Corrections: 30%, 40%
Capitulation / Bear Market Bottoms: 55%, 70%, 85% (Highlighted in Neon for max opportunity).
💰 2. Reactive Take Profit (The "Half-Drop" Rule)
This is the core of the strategy. For every buy level triggered, the script automatically sets a "RE-SELL" target based on the severity of the drop:
Logic: The profit target is exactly half of the percentage drop.
Example: If you buy at a 30% dip, the target is a +15% recovery from that entry.
Example: If you buy at a 70% dip, the target is a +35% recovery from that entry. This captures the natural "Dead Cat Bounce" or "Mean Reversion" common in crypto.
🧠 3. Intelligent State Management
Single Trigger per Cycle: Each level triggers only once per ATH cycle to avoid "choppy" market noise.
Automatic Reset: All levels and status flags reset automatically when the price makes a New ATH, preparing you for the next market cycle.
📊 4. Live Status Dashboard
A clean, real-time table on the top-right shows you:
Current ATH price.
Which buy levels have been Hit (✅).
Which profit targets have been Sold (💰).
How to Use
Accumulate: When price hits a green "BUY" label, it's a historical discount zone.
Scale Out: When price hits the purple "RE-SELL" label, take profits on that specific position to reclaim liquidity.
HODL the Rest: Use this to lower your break-even price while keeping a "moon bag" for the next ATH.
Author's Note
Best used on 4H and 1D timeframes. This is a mathematical approach to volatility, removing emotions from your trading.
Indicator
ATH Dip Levels - Buy on Dips
This indicator is a "Buy the Dip" guide designed for assets in long-term uptrends, such as Nasdaq (QQQ) or S&P 500 (SPY). It uses a mathematical discipline to identify accumulation zones based on the rolling 220-bar All-Time High (ATH).
Key Features:
Dynamic Levels: Automatically calculates entry points at 3%, 5%, 10%, 15%, 25%, 35%, and 50% retracements from the recent ATH.
Smart Filter: Each level is triggered only once per ATH cycle. It prevents over-trading in sideways markets; levels only reset when a brand-new high is formed.
Clean Visuals: Features precise "BUY" labels at exact price points and a handy status dashboard in the top-right corner.
Unified Alerts: Simplify your workflow by setting a single alert for all 7 dip levels.
Indicator
Prev Candle Fibonacci Levels (38.2 / 50 / 61.8)Very basic tool that show the main FIB ( 38.2 / 50 / 61.8) of the previous candle
Indicator
Volume SMA 9 / 20 / 50This is real time volume average lines having option to select period of volume lines . it not only provides volume with respect to price action but also we can find out real picture of price action pressure. use it with ADX and MACD wisely . only volume spike is not confirmation some times fake breakout , so wait for confirmation and participate at breakout confirmation.
Indicator
Orion Time Matrix | ICT Macros [by AK]ORION TIME MATRIX | ICT MACRO SUITE
The Orion Time Matrix is a precision timing instrument designed to decipher the algorithmic "Heartbeat" and the timing of institutional order flow in US Index Futures markets, specifically Nasdaq (NQ) and S&P 500 (ES).
Inspired by the "Time & Price" teachings of Michael J. Huddleston (The Inner Circle Trader), this tool maps out the specific time windows where algorithms seek liquidity and price delivery is most efficient.
Indicator























