지표

지표

지표

지표

지표

지표

Auction Regime Atlas v1.0 # 🧭 Auction Regime Atlas v1.0
Auction Regime Atlas is a Pine Script v6 overlay indicator designed to visualize market acceptance, value migration, rejected auction areas, and contextual auction regimes directly on the chart.
❌ It is not a buy/sell signal tool.
❌ It is not a strategy.
❌ It is not an orderflow or liquidation-data replacement.
🎯 The goal is to help traders understand where price has been accepted, where value is forming, where price has moved away from value, and whether the current market context is balanced, transitional, displaced, or low quality.
---
## 💡 Core Idea
Markets often rotate around accepted value before moving into new auction areas.
Auction Regime Atlas maps that process by combining:
* price acceptance over a lookback window
* volume participation
* candle efficiency
* wick/rejection behavior
* higher-timeframe context
* regime classification
* distance from current value
📊 The result is a compact visual framework for understanding auction context without flooding the chart with signals.
---
## 🚀 Main Features
### 1. 🎯 Core Value Band
The Core Value Band highlights the price area where recent market activity shows the strongest acceptance.
It is calculated from a price-bin acceptance model using:
* time spent near price
* volume concentration
* close location
* wick/rejection behavior
⚠️ This band is meant as auction context, not as a mechanical support or resistance level.
---
### 2. 📏 Acceptance Edges
Upper and lower acceptance edges define the boundaries of the current accepted value area.
These edges help identify whether price is:
* inside accepted value
* above value
* below value
* far away from value
---
### 3. 🔄 Auction Regime
The dashboard shows a simplified auction regime state.
Current v1.0 regime states include:
* Neutral
* Balance
* Migration Up
* Migration Down
* Failed Auction
🛡️ The regime engine uses confirmed-bar logic and cooldown handling to avoid excessive state flipping.
---
### 4. 🌍 HTF Context
The indicator includes a higher-timeframe context layer based on confirmed higher-timeframe data.
ℹ️ This is used only as context and does not create entry or exit signals.
---
### 5. 📍 Location Awareness
The Location field shows where current price is relative to the accepted value area:
* Inside Value
* Above Value
* Below Value
* Away From Value
* No Value
When price is far away from the value zone, the visual relevance of the Core Band is reduced so the zone does not appear like an active trade signal.
---
### 6. 🎨 Visual Modes
Auction Regime Atlas includes three modes:
#### 🎯 Focus Mode
A clean minimal view for live chart reading.
Shows:
* Core Value Band
* Acceptance Edges
* compact dashboard
* no debug rows
#### ⚖️ Balanced Mode
Adds additional context zones while keeping the chart clean.
Shows:
* Core Value Band
* Acceptance Edges
* transitional/rejection context
* vacuum/context areas where applicable
#### 🔬 Research Mode
Adds validation and diagnostic rows for development, review, and deeper inspection.
Shows:
* object count
* validation status
* pending state information
* alert condition status
---
## 📋 Dashboard Fields
The compact dashboard includes:
* Mode
* Regime
* HTF Context
* Core Value Band
* Acceptance Score
* Location
* Activity
* Context Quality
🔬 Research Mode can additionally show:
* Validation Status
* Object Count
* State Debug
* Alert Debug
---
## 🔔 Alerts
The indicator includes four confirmed-bar alert conditions:
* New Auction Regime
* Value Migration Started
* Acceptance Edge Broken
* Failed Auction Detected
⚠️ Alerts are context alerts only.
They are not trade entry or exit instructions.
---
## 🛠️ Suggested Use
Auction Regime Atlas is best used as a context layer.
Useful questions:
* Is price currently inside accepted value?
* Is price moving away from value?
* Is the market balanced or transitioning?
* Did price leave value without building new acceptance?
* Is the current move happening near or far away from accepted value?
* Does higher-timeframe context support or contradict the current auction?
✅ Recommended starting use:
* Focus Mode for clean chart reading
* Balanced Mode for broader context
* Research Mode only for diagnostics and validation
---
## 📖 Practical Workflow
A simple way to interpret auction conditions is to combine Regime, Location Awareness, and HTF Context into a structured process.
### 1️⃣ Step 1: Start With HTF Context
First identify the higher-timeframe backdrop shown in the dashboard.
Ask:
* Is the higher timeframe supportive of directional movement?
* Is it balanced or already migrating?
* Does it align with the current chart or create conflict?
🌍 HTF Context provides the broader auction environment in which lower-timeframe activity is occurring.
### 2️⃣ Step 2: Check Current Location
Next evaluate where price is relative to accepted value.
* Inside Value suggests ongoing acceptance and rotational behavior.
* Above Value or Below Value suggests price is testing outside accepted value.
* Away From Value suggests displacement from the current auction area.
* No Value suggests acceptance has not yet formed clearly.
📍 Location helps determine whether price is interacting with value or operating away from it.
### 3️⃣ Step 3: Read the Active Regime
Then assess the current Auction Regime state.
* Balance implies acceptance and rotational trade around value.
* Migration Up or Migration Down implies value is attempting to relocate.
* Failed Auction suggests an attempted move has not established acceptance.
* Neutral indicates limited directional auction information.
🔄 The regime describes the current phase of the auction process rather than predicting the next move.
### 4️⃣ Step 4: Compare Regime and Location
The most useful information often comes from the relationship between regime and location.
Examples:
* Balance + Inside Value often reflects stable acceptance.
* Migration Up + Above Value may indicate value expansion higher.
* Migration Down + Below Value may indicate value expansion lower.
* Failed Auction + Away From Value may indicate rejection of a recent auction attempt.
📊 This comparison helps identify whether price behavior is consistent with the current auction state.
### 5️⃣ Step 5: Evaluate Market State Transitions
Watch for changes between regimes while monitoring location relative to value.
Common transitions include:
* Balance → Migration Up
* Balance → Migration Down
* Migration → Failed Auction
* Failed Auction → Balance
🔍 A transition becomes more meaningful when it is supported by location changes and aligned with HTF Context.
### 6️⃣ Step 6: Build a Contextual Narrative
Rather than treating any single field as a signal, combine all three layers:
1. Determine the higher-timeframe backdrop.
2. Identify where price is relative to value.
3. Assess the active auction regime.
4. Monitor whether the relationship between those factors is strengthening or weakening.
🧠 This workflow helps traders interpret whether the market is accepting value, rejecting value, migrating toward a new value area, or transitioning between auction states.
---
## 📈 Recommended Markets and Timeframes
The indicator is designed for liquid markets, especially:
* crypto perpetuals
* major crypto spot markets
* liquid index or futures markets
* high-volume intraday instruments
⏱️ Suggested timeframes:
* 5m
* 15m
* 1h for higher timeframe context
---
## ⚠️ Important Limitations
Auction Regime Atlas does not use true orderflow, footprint, delta, liquidation, or exchange-level positioning data.
All calculations are based on OHLCV data available in Pine Script.
❌ The indicator does not predict price direction.
❌ It does not guarantee reversals, continuations, or breakouts.
❌ It does not provide financial advice.
📌 The visual zones should be interpreted as auction context, not as automatic trade levels.
---
## 🛡️ Non-Repainting Design
The indicator is designed with confirmed-bar logic and non-repainting higher-timeframe requests.
Higher-timeframe context uses confirmed data and avoids lookahead behavior.
🔧 Visuals are updated with a stable object lifecycle to reduce flicker and avoid uncontrolled object creation.
---
## 📝 Release Notes — v1.0
🎉 Initial public release.
✅ Included:
* Acceptance Map Engine
* Core Value Band
* Acceptance Edges
* Minimal Auction Regime Engine
* HTF Context
* Location Awareness
* Focus / Balanced / Research modes
* Compact dashboard
* Confirmed-bar alerts
* Validation diagnostics in Research Mode
* Controlled object budget
* Non-repainting architecture
❌ Not included:
* strategy mode
* backtesting
* buy/sell signals
* automated entries or exits
* orderflow claims
* delta claims
* liquidation data
* machine learning
* multi-symbol logic
지표

FORBEST Trend CompassЭтот индикатор я создал не для поиска точек входа и не как источник сигналов. Его задача намного проще и, на мой взгляд, важнее — помочь быстро определить, кто сейчас контролирует рынок.
В основе индикатора лежат три скользящие средние:
🟢 MA 50 (зелёная) — отражает краткосрочный импульс рынка.
🟠 MA 100 (оранжевая) — показывает среднесрочное направление движения.
🟣 MA 200 (фиолетовая) — помогает определить долгосрочный тренд и общую структуру рынка.
Особое внимание стоит обратить на цвет фона.
🟢 Зелёный фон — цена находится выше MA 50, MA 100 и MA 200. Это означает, что преимущество находится на стороне покупателей. В классическом понимании рынок находится в бычьей фазе. Если ваша стратегия предполагает работу по тренду, именно в таких условиях стоит отдавать приоритет поиску покупок.
🔴 Красный фон — цена находится ниже MA 50, MA 100 и MA 200. Это говорит о преимуществе продавцов и медвежьем рынке. В подобных условиях покупки становятся более рискованными, а продажи соответствуют общему направлению движения.
🟠 Оранжевый фон — цена находится между MA 50 и MA 100. Это переходная зона. Рынок начинает менять краткосрочную структуру, но окончательного преимущества пока нет. Здесь важно проявлять терпение и ждать дополнительных подтверждений.
🟣 Фиолетовый фон — цена находится между MA 100 и MA 200. Это зона глубокой коррекции или восстановления. Долгосрочный тренд ещё не подтверждён, поэтому стоит быть более избирательным и осторожным.
⚪ Серый фон — смешанная структура. Мувинги не дают однозначной картины, а значит, рынок находится в состоянии неопределённости. Для новичков именно такие периоды часто оказываются самыми сложными.
Важно понимать: этот индикатор не предсказывает будущее и не гарантирует результат. Он лишь отвечает на один вопрос:
«Кто сейчас имеет преимущество — покупатели или продавцы?»
Используйте его как фильтр направления и дополнительный элемент анализа, а не как самостоятельную торговую систему.
지표

지표

IOFI Elite Options Engine v4 (Realtime Execution)Institutional Engine is an advanced market-structure and order-flow based indicator designed to help traders identify high-probability trading opportunities in stocks, indices, futures, and options. The indicator combines multiple institutional trading concepts into a single framework, including trend detection, liquidity zones, momentum analysis, breakout validation, support and resistance mapping, and smart money activity tracking.
Key Features
✅ Institutional Trend Detection
✅ Smart Money Entry & Exit Signals
✅ Dynamic Support & Resistance Levels
✅ Liquidity Grab Identification
✅ Breakout & Reversal Confirmation
✅ Momentum Strength Analysis
✅ Intraday, Swing & Positional Trading Support
✅ Suitable for Stocks, Futures & Options Markets 지표

지표

Opening Price Level BreakoutA lightweight yet effective indicator designed for traders who need to monitor price breakouts at key historical levels — without cluttering their setup with multiple scripts.
What it does
Plots a fixed price level on the chart and fires an alert when the daily opening price breaks above it. Simple premise, high signal value: the opening price is a cleaner breakout trigger than an intraday cross, filtering out noise and false moves caused by wicks.
The problem it solves
TradingView's native alert system does not support dynamic level recalculation across a watchlist in bulk. Setting up separate scripts for 3M, 6M, and 12M highs across multiple tickers burns through your alert slots fast — especially on Essential and Plus plans where limits are tight. This indicator consolidates the logic into a single, reusable tool: one script, one alert per ticker, any level you need.
Inputs
Price Level — the exact price to monitor (e.g. the 3M, 6M, or 12M high pulled from your analysis)
Level Label — a descriptive tag for your own reference (Max 3M / Max 6M / Max 12M / Custom)
Level Color — visual customization for multi-instance use on the same chart
How to use it
Add the indicator to your chart and set the Price Level input to the historical high you want to monitor
Create an alert using the Opening Price Level Breakout condition with trigger set to Once per bar on the 1D timeframe
Repeat for each ticker in your watchlist
Done — TradingView's servers handle execution; no need to keep the any chart open!
Pro tip: You can stack multiple instances of this indicator on the same chart — one per level — each with a different color. One alert slot per instance, full multi-level coverage on a single ticker.
Note: Due to a Pine Script constraint, alertcondition only accepts constant strings in the message field. Dynamic label injection at runtime is not supported, so the level label is intentionally kept as a chart-side reference only.
breakout, alerts, opening price, historical high, watchlist, daily.
지표

Liquidity Zones + VWAP & EMA SystemLiquidity Zones + VWAP & EMA System
Educational Guide for New Traders
⚠️ IMPORTANT DISCLAIMER
This indicator is provided for educational purposes only. It is not financial advice, investment advice, or a recommendation to buy or sell any financial instrument. Trading involves substantial risk of loss and is not suitable for every investor. Past performance of any trading system or methodology is not indicative of future results. You are solely responsible for all trading decisions you make. Always consult a licensed financial advisor before making any investment decisions. The creator of this indicator accepts no liability for any losses incurred from the use of this tool.
What Is This Indicator?
The Liquidity Zones + VWAP & EMA System is a multi-layered technical analysis tool designed to help traders identify:
Where significant market orders are concentrated (Liquidity Zones)
What the current trend and momentum direction is (VWAP + EMA System)
Whether the market is bullish, bearish, or neutral (Sentiment Background)
A real-time summary of all signals (Dashboard)
This indicator combines four powerful concepts into one clean, easy-to-read tool — making it especially useful for traders who want to understand market structure without switching between multiple charts.
Part 1 — Liquidity Zones
What Are Liquidity Zones?
Liquidity zones are price areas where a large number of buy or sell orders are likely to be sitting. These zones form around swing highs and swing lows — price levels where the market has previously reversed. Institutional traders (banks, hedge funds, market makers) tend to place large orders at these levels, which is why price often reacts strongly when it returns to them.
What Does the Indicator Show?
Each zone is drawn as a colored horizontal band:
🟢 Teal/Green zone — More bullish volume was traded at this level (buyers in control)
🔴 Red zone — More bearish volume was traded at this level (sellers in control)
⚫ Gray zone — Balanced between buyers and sellers (neutral)
The Label — Bull %, Bear % and Delta (Δ)
Each zone shows three pieces of information:
Label Part What It Means R or SR = Resistance (zone above current price) / S = Support (zone below) Price The exact price level of the zone Bull % / Bear %How much of the volume at that level was buying vs sellingΔ (Delta)The difference between bull and bear volume. Positive = more buyers. Negative = more sellers.
Example: A label reading S 1.2345 — 68% Bull / 32% Bear Δ +15,230 means:
This is a Support zone at price 1.2345
68% of the volume traded here was bullish (buyers)
The delta of +15,230 confirms buyers dominated
This is considered a high-probability support zone to watch for bounces
How to Use Liquidity Zones
✅ Look for price to return to a zone — when price pulls back to a bull-dominated support zone, it may bounce upward. When price rallies into a bear-dominated resistance zone, it may reject downward.
✅ Stronger zones have a higher bull/bear % skew — a 75% bull zone is stronger than a 55% bull zone.
✅ A large positive delta at a support zone means institutions were buying heavily there — price is likely to be defended when it returns.
⚠️ Zones can break — if price closes strongly through a zone with high volume, the zone may no longer hold. Always use a stop loss.
Part 2 — VWAP (Volume Weighted Average Price)
What Is VWAP?
VWAP stands for Volume Weighted Average Price. It is the average price of an asset, weighted by how much volume was traded at each price level. It resets at the start of each session (or week/month, depending on your settings).
VWAP is one of the most widely used tools by institutional traders and market makers because it represents the true "fair value" of an asset for the day.
The Golden Rule of VWAP
Price above VWAP = Bullish. Price below VWAP = Bearish.
When price is above VWAP, it means buyers are in control and the market is trading above its fair value — a bullish sign.
When price is below VWAP, sellers are in control — a bearish sign.
VWAP Bands (±1σ and ±2σ)
The indicator also shows standard deviation bands around VWAP:
BandMeaning+1σ (upper band 1)Price is moderately extended above fair value+2σ (upper band 2)Price is significantly overextended — potential reversal zone-1σ (lower band 1)Price is moderately extended below fair value-2σ (lower band 2)Price is significantly oversold — potential reversal zone
How to use the bands:
Price touching +2σ while overbought = consider tightening stops or watching for reversal
Price touching -2σ while oversold = potential buying opportunity (with confirmation)
Price bouncing off VWAP itself = strong continuation signal in the direction of the trend
Part 3 — EMA System (Exponential Moving Averages)
What Are EMAs?
An Exponential Moving Average (EMA) is a line that shows the average price over a set number of bars, with more weight given to recent prices. EMAs help identify the direction of the trend.
This indicator uses three EMAs by default:
EMA Default Length Purpose EMA 1 (Blue)9 bars Fast — shows short-term momentum EMA 2 (Orange)21 bars Medium — shows intermediate trend EMA 3 (Purple)200 bars Slow — shows the major long-term trend
How to Read the EMAs
All three EMAs pointing up + price above all three = strong uptrend
All three EMAs pointing down + price below all three = strong downtrend
EMA 1 crossing above EMA 2 = short-term bullish signal (golden cross)
EMA 1 crossing below EMA 2 = short-term bearish signal (death cross)
Part 4 — The Trend Sentiment Background
The chart background color gives you an instant visual summary of market sentiment:
Background Color Meaning🟢 Light Green Highly Bullish — price is above EMA 1, EMA 2, AND VWAP🔴 Light Red Highly Bearish — price is below EMA 1, EMA 2, AND VWAP⬜ No Color Neutral — mixed signals, no clear directional bias
The Most Powerful Setup
When the background is green AND price is approaching a teal (bull) liquidity zone from above — this is a high-probability long setup.
When the background is red AND price is approaching a red (bear) liquidity zone from below — this is a high-probability short setup.
Part 5 — The Dashboard (Top Right Table)
The dashboard gives you a real-time summary of everything at a glance:
Row What It Shows SENTIMENT Highly Bullish / Highly Bearish / Neutral vs VWAP How far price is from VWAP as a percentage vs EMA 1/2/3Whether price is above or below each EMABAR DELTA Current bar's bull volume minus bear volume VWAP BAND Which VWAP band price is currently in SIGNAL STRONG BUY / BUY / SELL / STRONG SELL / WAIT
Complete Trading Checklist (How to Use All Parts Together)
Before entering any trade, go through this checklist:
✅ For a Long (Buy) Trade:
Sentiment background is green (price above EMA 1, EMA 2, and VWAP)
Price is at or approaching a teal (bull-dominated) liquidity zone
Zone shows high bull % and positive delta
VWAP band shows price is above VWAP but not overextended past +2σ
Dashboard shows BUY or STRONG BUY
✅ For a Short (Sell) Trade:
Sentiment background is red (price below EMA 1, EMA 2, and VWAP)
Price is at or approaching a red (bear-dominated) liquidity zone
Zone shows high bear % and negative delta
VWAP band shows price is below VWAP but not overextended past -2σ
Dashboard shows SELL or STRONG SELL
❌ Avoid Trading When:
Background has no color (neutral/mixed signals)
Price is between liquidity zones with no clear level nearby
Dashboard shows WAIT
Volume is very low (no spike, ratio below 1x average)
Recommended Settings for Different Markets
Market VWAP Anchor EMA 1EMA 2EMA 3Stocks (Day Trading)Session921200ForexSession or Week921200CryptoSession921200Swing TradingWeek2150200
Important Risk Management Rules
⚠️ Never risk more than 1-2% of your account on any single trade.
Always use a stop loss — place it just below the liquidity zone for longs, just above for shorts
Never trade against the major trend (EMA 200 direction)
Wait for confirmation — do not enter the moment price touches a zone; wait for a candle to close at or above/below the zone
The indicator does not guarantee profits — it is a tool to help identify probability, not certainty
Practice on a demo account first before using real money
Final Notes
This indicator works best when used alongside other analysis tools such as:
Support and Resistance levels
Candlestick patterns
Market Structure (Higher Highs, Higher Lows)
News and economic calendar awareness
No single indicator is 100% accurate. The goal is to stack multiple confirmations before entering a trade to improve your probability of success.
Trade safe. Manage your risk. Always keep learning.
This document is for educational purposes only and does not constitute financial advice. Trading carries significant risk of loss. 지표

GFG MTF Candle with table by Agaam## GFG MTF Candle with table by Agaam
GFG MTF Candle with table by Agaam is a multi-timeframe candle-monitoring indicator that displays the active candle’s price information in a compact table while allowing the user to remain on a different chart timeframe.
The indicator can follow either the current chart candle or a selected higher-timeframe candle. It also includes optional chart markers that identify where each new selected timeframe candle begins.
### Information displayed in the table
The table shows:
* Selected candle timeframe
* Time remaining until the candle closes
* Candle opening price
* Current closing price
* Current candle high
* Current candle low
* Bull, Bear, or Doji status
* A compact visual representation of the candle body and wicks
“Wick Top” represents the candle’s current highest price.
“Wick Bottom” represents the candle’s current lowest price.
All price values use the symbol’s minimum tick formatting.
### Candle direction
The active candle is classified as:
* **Bull** when the current close is above the open
* **Bear** when the current close is below the open
* **Doji** when the current close equals the open
Bullish, bearish, and doji colors can be customized separately.
### Miniature candle display
The third table column contains a simplified text-based representation of the selected candle.
The visual uses:
* Solid blocks to represent the area between the open and close
* Vertical lines to represent the upper and lower wick areas
* The current Bull, Bear, or Doji color
This display is intended as a quick visual reference. It is an approximation and is not a full replacement for a standard candlestick.
### Timeframe modes
The indicator includes two operating modes.
#### Use Chart Timeframe
When enabled, the table follows the active candle on the current chart.
For example, when applied to a 5-minute chart, the table displays the current 5-minute candle.
#### Custom Timeframe
When “Use Chart Timeframe” is disabled, the table follows the selected custom timeframe.
For example:
* Chart timeframe: 1 minute
* Custom table timeframe: 15 minutes
The table will display the developing 15-minute candle while the user continues viewing the 1-minute chart.
The custom table timeframe should be equal to or higher than the chart timeframe.
### Candle countdown
The countdown displays the estimated time remaining before the selected candle closes.
Depending on the remaining duration, the timer is displayed as:
* Minutes and seconds
* Hours, minutes, and seconds
Examples:
* `4:32`
* `1:14:08`
When a valid candle-closing timestamp is unavailable, the countdown may display `--:--`.
Countdown availability can depend on the symbol, chart type, trading session, and data supplied by TradingView.
### Higher-timeframe candle markers
Optional markers can be displayed on the price chart whenever a new candle begins on the selected marker timeframe.
Examples include:
* `5` for a 5-minute candle
* `30` for a 30-minute candle
* `60` for a 60-minute candle
* `1D` for a daily candle
* `1W` for a weekly candle
* `1M` for a monthly candle
The marker identifies the first chart bar belonging to the new selected timeframe candle.
It does not represent a trading signal or show the opening-price value.
### Marker settings
Users can control:
* Whether markers are displayed
* Marker timeframe
* Marker position above or below the candle
* Marker text color
* Marker text size
* Distance from the candle in ticks
* Maximum number of markers retained on the chart
When the selected marker limit is exceeded, the oldest marker is removed first.
The marker timeframe should be equal to or higher than the chart timeframe.
### Table customization
The table can be customized through the indicator settings.
Available options include:
* Show or hide the table
* Use chart or custom timeframe
* Table text size
* Bull candle color
* Bear candle color
* Doji candle color
* Table background color
* Table text color
* Transparent table background
### Live candle behavior
The table monitors the currently developing candle.
While that candle remains open, the following values may continue changing:
* High
* Low
* Close
* Bull, Bear, or Doji status
* Miniature candle shape
* Remaining time
The opening price remains fixed after the candle begins.
Once the candle closes, its final OHLC values are complete, and the table begins monitoring the next active candle.
### Repainting information
The indicator does not intentionally use future-bar information or lookahead calculations.
However, the active candle is unfinished. Its high, low, close, direction, and candle appearance naturally update as new price data becomes available.
When a higher timeframe is selected, its values continue developing until that higher-timeframe candle closes.
This is normal live-candle behavior and should not be interpreted as a confirmed signal before the selected candle has closed.
### Suggested uses
The indicator may help with:
* Monitoring a higher-timeframe candle from a lower-timeframe chart
* Comparing the current price with the higher-timeframe open
* Tracking the developing candle high and low
* Observing whether the active candle is bullish, bearish, or neutral
* Monitoring time remaining before candle close
* Identifying where new higher-timeframe candles begin
* Supporting multi-timeframe price-action analysis
Example setup:
* Chart timeframe: 5 minutes
* Table timeframe: 30 minutes
* Marker timeframe: 30 minutes
This setup allows the user to view 5-minute price action while monitoring the developing 30-minute candle.
### Limitations
This indicator does not:
* Generate automatic buy or sell signals
* Predict future market direction
* Measure order flow
* Calculate bid-and-ask delta
* Determine institutional activity
* Provide stop-loss or take-profit levels
* Execute trades
* Backtest a trading strategy
The miniature candle display is a simplified representation and may not reproduce every proportional detail of a standard candlestick.
### Disclaimer
This indicator is intended for informational and educational purposes only.
It is not financial, investment, or trading advice. It does not guarantee profitable results or predict future price movements. Trading involves risk, including the potential loss of capital.
Users should perform their own analysis and apply appropriate risk-management practices before making trading decisions.
지표

지표

지표

GEX Levels [SYNC & TRADE]# GEX Levels
This indicator plots key options gamma levels on your chart and turns raw dashboard numbers into a plain-language read: where the market accelerates, where it brakes, where it's being pulled, and what counts as a trigger versus wishful thinking.
Data is not pulled automatically (Pine has no access to external APIs). You paste one line of numbers — the indicator draws everything and explains it. Source code is open.
---
## What it draws on the chart
Four levels as lines on price:
- **Resistance (Call Wall)** — first serious obstacle above.
- **Support (Put Wall)** — nearest floor below.
- **Boundary (Zero-Gamma / Flip)** — the divide between the "calm" and the "sharp-move" zone.
- **Springboard (Breakout)** — the level above which the acceleration starts.
Levels at the same price merge into one label. Lines can be limited to the current day or extended across the whole chart.
---
## What's in the table (bottom panel)
Nine rows, each a separate layer of meaning:
1. **Net GEX** — the character of the move: market "with brakes" (dips get bought) or "without brakes" (sharp swings both ways).
2. **Bias** — the options skew: bullish / bearish / neutral.
3. **P/C** — put/call ratio: more downside protection bought, or more upside bets.
4. **RV/IV** — realized vs. implied volatility: market already moving stronger or calmer than priced in.
5. **Boundary** — where price sits relative to flip: in the sharp-move zone or the calm one.
6. **Wall** — the meaning of resistance as a decision point.
7. **Springboard** — the short-squeeze mechanics when price holds above.
8. **Magnet (Pin)** — where, and how strongly, price is being pulled.
9. **Verdict** — a dynamic conclusion from the current price position: upside acceleration / downside zone / between the lines.
Row colors shift with meaning (red — downside risk, green — upside, gray — neutral).
---
## Settings
- **Language / Язык** — RU or EN. Switches the whole table and the level names.
- **Day Window** — start of a new GEX day: UTC 00:00, Deribit 08:00 UTC (expiry), or MSK 00:00.
- **Style** — line width, colors, label background, price display, merging of nearby levels.
- **Info Panel** — panel visibility and text size.
## Alerts
- **Flip cross** — price crossed the gamma flip, the regime has changed → reassess your thesis.
- **New day** — a new GEX day has started → refresh the dashboard data.
---
## How to use
1. Open the cryptogamma.io dashboard for the asset you need (BTC / ETH).
2. Copy the text with the numbers.
3. Run it through the converter prompt below (any AI) → you get one line.
4. Paste the line into the **GEX data** field in the indicator settings.
5. Refresh once a day (or on the new-day alert).
### Data line format
```
res=63000; sup=60000; flip=62000; brk=64500; regime=bearish; ng=-113830; rv=54.05; iv=48.89; pinlvl=63000; pinf=low
```
Separator is `;`. A missing key or a value of `0` hides that level/field.
---
## Converter prompt (paste into any AI)
```
You are an options gamma-data parser. I'll give you text from the
cryptogamma.io dashboard for BTC or ETH. Extract the values and return
EXACTLY ONE line in this format:
res=; sup=; flip=; brk=; regime=; ng=; pcr=; rv=; iv=; pinlvl=; pinf=
Key meanings:
- res — Call Wall / nearest resistance above
- sup — Put Wall / nearest support below
- flip — Zero Gamma / Gamma Flip
- brk — Breakout level, if given
- regime — overall bias: bullish / bearish / neutral
- ng — Net GEX as a WHOLE NUMBER, no K/M, no commas (e.g. -113830)
- pcr — Put/Call ratio (number)
- rv — Realized Volatility (number)
- iv — Implied Volatility (number)
- pinlvl — Pin / Max Pain level (price)
- pinf — pin strength: low / med / high
Rules:
- If a value isn't in the text — skip that key entirely, don't write blanks.
- No spaces inside values. Separator is ';' only.
- No explanations or comments — return ONLY the line.
Dashboard text:
```
---
## Important
This indicator is an **analytical tool, not a signal**. The levels and panel show how forces are stacked in the options market at the moment of the data, but they don't predict direction and aren't a trade recommendation. Entry decisions, position sizing, and risk management are the user's responsibility.
Data must be refreshed manually: the numbers go stale with each new day and every large move.
---
*© SYNC & TRADE — @synchrotrading* 지표

지표

지표

UT Bot + STC Conjunction Strategy Tester v4.8For GBPUSD 1H only
UT Bot + STC Conjunction Engine
Overview
The UT Bot + STC Conjunction Engine is a high-precision, institutional-grade intraday trading framework designed specifically for major currency pairs (optimized for GBPUSD). By marrying fast-reacting momentum tracking with a multi-layered liquidity and volatility filtering stack, this strategy aims to capture highly explosive value turnarounds while aggressively minimizing flat-market drawdowns.Rather than chasing price or trading blind indicator crossovers, the system requires a perfect alignment of momentum, structural value zones, volume intensity, candle geometry, and trend velocity before deploying capital.
Key Features & Architectural Core
Dual-Indicator Conjunction Core: Combines a hyper-tuned UT Bot Alerts trailing-stop engine with the Schaff Trend Cycle (STC). The system isolates absolute cyclical extremes, restricting Long entries to oversold floors and Short entries to overbought ceilings.
Dynamic R:R & Parameter Regime Scaling: The script automatically analyzes historical volatility by calculating a ratio between a fast and a slow Baseline ATR. Based on whether the market is in a High Volatility Breakout, Normal, or Low Volatility Compression regime, the system dynamically scales its Risk-to-Reward targets and technical swing lookbacks.
Volatility-Scaled Entry Offsets: To combat execution friction and protect against chasing fakeouts, entries utilize a dynamic pipette offset that scales directly with real-time market volatility.
The Institutional Guard Stack:
Candle Range Filters: Blocks executions on anomalous candles—filtering out low-liquidity drift (too small) and news-driven exhaustion spikes (too large) relative to a 50-period ATR.
Volume Intensity Filter: Uses a fast/slow volume oscillator breakdown to ensure institutional volume is expanding in favor of the momentum trigger.
Rejection Wick Filter: Analyzes counter-wick percentages to mathematically block entries pushing directly into overhead structural resistance or underlying support.
Trend Velocity Blocker: Measures the instantaneous mathematical slope of a baseline EMA window, instantly freezing execution if the micro-trend is moving too aggressively against the signal.
Static Weekly Circuit Breaker: An built-in risk management safeguard that monitors peak weekly equity. If the account experiences a pre-set maximum weekly drawdown percentage, the system trips its circuit breaker, flattens all risk, and blocks new entries until the start of the next trading week.
How To Use & Optimization GuideSession Control: The default settings are optimized for an intraday window (07:30 - 19:00 UTC). This captures the peak liquidity segments of both the London Open and New York morning drives while stepping aside during low-volume roll-overs.Risk Specification: Input your exact preferred risk percentage per trade (e.g., $1.0\%$). The strategy automatically calculates your structural stop-loss position based on dynamic swing highs/lows and adjusts your exact contract/lot sizing to keep cash risk perfectly constant.Trade Management: The system features a built-in Breakeven Trigger. Once a position hits a profit milestone equivalent to twice your initial structural risk, the stop-loss automatically moves to your exact execution entry price to lock in a completely risk-free ride.
Disclaimer: Past performance does not guarantee future results. This script is intended strictly for educational and backtesting purposes. Always conduct comprehensive forward-testing on a demo environment before committing live capital to any quantitative strategy. 전략

Financials on a timescaleDescription:
This indicator displays key financial metrics of a stock over time as individual lines in a separate pane. It allows you to see at a glance how a company's fundamentals have developed – without switching to the financials tab.
What the Indicator Shows
The four main metrics are displayed by default: Book Value (Equity) in blue, Total Debt in red, Net Income in green, and Total Revenue in fuchsia. An additional nine metrics can be enabled in the settings, including Gross Profit, EBITDA, Operating Income, Free Cash Flow, Operating Cash Flow, Total Assets, Total Liabilities, and Research & Development. A dotted zero line helps with orientation. The indicator uses TradingView's volume format, which automatically scales values to K, M, or B for better readability.
Settings
The reporting period can be switched between Fiscal Year (FY), Fiscal Quarter (FQ), and Trailing Twelve Months (TTM). Note that balance sheet items (Book Value, Debt, Assets, Liabilities, R&D) do not support TTM – the indicator automatically falls back to FQ for these metrics. Line width is adjustable from 1 to 5. Each metric can be individually toggled on or off, and its color can be customized.
Usage Notes
The indicator only works for stocks with available fundamental data and is most useful on the daily or weekly chart. Financial data is typically updated with a delay after earnings releases, so the most recent bar may not reflect the latest quarter until TradingView updates its database. Comparing revenue and earnings lines over multiple years can help visualize growth trends, while the relationship between equity and debt provides a quick view of the balance sheet structure.
Important Note
This indicator is for informational and educational purposes only and does not constitute investment advice or a buy/sell recommendation. Financial metrics alone should never be the sole basis for investment decisions – they should always be evaluated in the context of the business model, industry dynamics, and future outlook. Fundamental data is provided by TradingView; no guarantee is given for its accuracy or completeness.
Financials – Buchwert · Schulden · Gewinn · Umsatz
Beschreibung:
Dieser Indikator stellt die wichtigsten Fundamentalkennzahlen einer Aktie als einzelne Linien in einem eigenen Fenster dar. So lässt sich auf einen Blick erkennen, wie sich die Finanzdaten eines Unternehmens über die Zeit entwickelt haben – ohne in den Finanzdaten-Tab wechseln zu müssen.
Was der Indikator zeigt
Standardmäßig werden die vier Hauptkennzahlen dargestellt: der Buchwert (Eigenkapital) in Blau, die gesamten Schulden in Rot, der Nettogewinn in Grün und der Umsatz in Pink. Neun weitere Kennzahlen lassen sich in den Einstellungen zuschalten: Bruttogewinn, EBITDA, Operatives Ergebnis, Free Cashflow, Operativer Cashflow, Bilanzsumme (Vermögen), Verbindlichkeiten gesamt sowie Forschung & Entwicklung. Eine gepunktete Nulllinie dient der Orientierung. Der Indikator verwendet das Volumenformat von TradingView, das die Werte automatisch in K, Mio. oder Mrd. skaliert.
Einstellmöglichkeiten
Der Berichtszeitraum lässt sich zwischen Geschäftsjahr (FY), Quartal (FQ) und den letzten zwölf Monaten (TTM) umschalten. Bilanzpositionen (Buchwert, Schulden, Vermögen, Verbindlichkeiten, F&E) unterstützen kein TTM – hier wird automatisch FQ verwendet. Die Linienstärke ist von 1 bis 5 einstellbar. Jede Kennzahl kann einzeln ein- oder ausgeschaltet und farblich angepasst werden.
Hinweise zur Nutzung
Der Indikator funktioniert nur bei Aktien mit verfügbaren Fundamentaldaten und ist am sinnvollsten auf dem Tages- oder Wochenchart. Fundamentaldaten werden in der Regel mit Verzögerung nach Quartalsberichten aktualisiert, sodass der aktuellste Balken möglicherweise noch nicht das letzte Quartal widerspiegelt. Der Vergleich von Umsatz- und Gewinnlinien über mehrere Jahre kann Wachstumstrends sichtbar machen, während das Verhältnis von Eigenkapital zu Schulden einen schnellen Blick auf die Bilanzstruktur erlaubt.
Wichtiger Hinweis
Dieser Indikator dient ausschließlich Informations- und Bildungszwecken und stellt keine Anlageberatung oder Kauf-/Verkaufsempfehlung dar. Einzelne Fundamentalkennzahlen sollten niemals die alleinige Grundlage für Anlageentscheidungen sein, sondern stets im Zusammenhang mit dem Geschäftsmodell, der Branchendynamik und den Zukunftsaussichten betrachtet werden. Die Fundamentaldaten werden von TradingView bereitgestellt; für deren Richtigkeit und Vollständigkeit wird keine Gewähr übernommen. 지표

지표

전략
