OSOK [AMERICANA] x [TakingProphets]Overview
OSOK is an ICT-inspired execution tool that sequences a Higher-Timeframe CRT → Order Block → Current-Timeframe CRT workflow, then overlays IPDA 20 context.
The script updates in real time and can optionally mark Daily/Weekly CRT sweeps to align intraday decisions with HTF intent.
Designed for clarity on when a sweep (CRT) forms, where the qualifying Order Block sits, and how the current timeframe confirms with a follow-up CRT — all while plotting the IPDA 20 equilibrium. 🧭
Core Concepts (ICT)
-CRT (Sweep) Logic
-Bullish CRT: candle-2 runs below candle-1 low and closes back inside candle-1’s range.
-Bearish CRT: candle-2 runs above candle-1 high and closes back inside candle-1’s range.
-HTF → CTF Alignment
-Detect a valid HTF CRT (Daily from H4; Weekly from Daily), then scan for an Order Block formed inside HTF candle-2.
-Wait for the CTF CRT (modified check) to confirm direction before considering execution.
IPDA 20
Daily highest/lowest of the last 20 periods; the midpoint is plotted as IPDA 20 equilibrium to frame premium/discount. ⚖️
How It Works (Pipeline)
Step 1 — HTF CRT Check
-On each new HTF candle, the script checks for a clean CRT on the higher aggregation (H4→D or D→W).
-If found, it tags C1/C2/C3 (candle blocks) and can shade their backgrounds for fast visual parsing.
Step 2 — HTF OB Search
-Locates a qualifying Order Block inside HTF candle-2 using a compact pattern filter.
-Draws a persistent OB line with label.
Step 3 — CTF Confirmation (Modified CRT)
-Monitors your current chart timeframe for a modified CRT in the direction of the HTF setup.
-If bullish setup: expects a bullish modified CRT and close back above the C1 high zone; opposite for bearish.
Step 4 — Live Maintenance
-All lines/labels/boxes update intrabar. If a setup invalidates (e.g., TP implied is exceeded before entry), the script clears the layout and waits for the next valid sequence. 🔄
What You Get
HTF CRT Visualization
-Optional “×” markers on Daily/Weekly charts at the CRT sweep bar (candle-2).
-Clear C1/C2/C3 background shading (toggle each independently).
-Order Block & Open Price
-OB level derived from candle-2 logic; C3 Open (DOP) plotted to add context to HTF intent.
CTF CRT Execution Cue
-When conditions are met, a CTF CRT plots with live updates to help time entries with the HTF narrative.
IPDA 20 Line + Label
-Daily 20-period H/L midpoint with optional label for premium/discount context.
-Clean, Lightweight Drawing Engine
Efficient use of line, label, and box objects; elements are created once and updated each bar for performance. 🚀
Inputs (Quick Guide)
-Higher Timeframe
-Mark Higher Timeframe Sweeps: show an “×” on the sweep bar (candle-2) on Daily/Weekly.
-Candle 1/2/3 Background: toggle and color the C1–C3 spans for quick visual segmentation.
-IPDA Display / Style
-Show IPDA 20, Show Label, color/width/style (kept tidy by default).
-Sweep Style / OB Style / Open Price Style
-Per-element color, dash, and width controls (hidden by default to keep the panel minimal).
Best Practices
Start on H4/D to see whether a clean HTF CRT formed; confirm an OB within C2; then drop to your execution timeframe to wait for the modified CTF CRT.
Context + Confluence
Use IPDA 20 to judge premium/discount while price interacts with OB + CRT levels.
Sessions & Timing
Combine with your session bias (ICT) and calendar awareness; the script gives structure, you bring the execution plan. 🧠
Notes
The “setup detected” and “took long/short” messages are informational logs (not trade automation).
Objects are automatically deleted/reset when a new HTF candle is processed or when a setup invalidates.
Works on any symbol/timeframe; HTF mapping is H4 → D and D → W by default.
Short Description (TradingView card)
ICT-inspired OSOK : maps a complete HTF CRT → OB → CTF CRT execution flow with optional Daily/Weekly CRT markers and IPDA 20 equilibrium. Real-time updating lines, labels, and background spans for clean, actionable structure. ✨
Educational
PDH/PDL Breakout—Anchored Ghost Targets + (Truth Table)What this does (integrated purpose—not a mashup):
This tool implements a “prove-it” breakout framework around prior-day levels. It (1) anchors Previous Day High/Low (PDH/PDL) to RTH, (2) reveals anchored ghost targets only after price proves itself beyond PDH/PDL, and (3) confirms direction using a 3-consecutive-closes rule. A compact Truth Table summarizes regime: Control Line, PDH/PDL position, and a microstructure-based composite trend score. Everything is designed to work together to filter fake breaks and provide objective upside/downside targets.
How it works (math/logic in plain English):
Prior-day levels (no repaint):
Pulls High, Low, Close of the previous day and extends PDH/PDL through today’s RTH session. (Daily values are read from the prior bar so signals don’t look ahead.)
Session scoping:
RTH is 09:30–16:00 ET. The script resets at 09:30, pre-creates all lines to the 16:00 session end, and confines triggers to RTH context.
Ghost target packs (original piece):
Compute classic pivot set from prior day:
P = (H+L+C) / 3, R1 = 2P − L, S1 = 2P−H
Create one full range-shift above and below the prior day:
range=H−L.
Add Fib overlays (0.382) around P/R1/S1 to form the pack.
Anchoring rule: packs are shifted so the upper pack never dips below PDH and the lower pack never rises above PDL. This prevents visual crossing with PDH/PDL and keeps targets clean after a confirmed break. Packs stay hidden until price proves itself (see next point).
Directional “prove-it” trigger:
You only get a signal after an actual cross of PDH/PDL followed by N consecutive RTH closes beyond that level (default 3; user input).
• Long: crossover above PDH → then 3 closes > PDH → one-bar pulse + optional alert.
• Short: crossunder below PDL → then 3 closes < PDL → one-bar pulse + optional alert.
After the first qualified trigger each session, bars beyond the level get a subtle Neo candle style so breakouts are visually distinct.
Truth Table (integration, not decoration):
Control Line = a smoothed multi-EMA control band (we expose a single “control line” derived from it),
PDH/PDL position (above, below, or inside),
Composite Trend = non-lag microstructure score combining: close-location value, thrust, wick imbalance, range-expansion direction, and HH/HL vs LL/LH structure (all summed over a short causal window).
Header colors use majority vote across those three rows so you see regime at a glance. This is used to interpret breaks and avoid chasing noise.
How to use it (practical workflow):
On equities during RTH, watch PDH/PDL.
When a break occurs, wait for the 3-close confirmation—that’s your “prove-it” trigger.
Upon trigger, the corresponding ghost pack becomes visible and provides objective intraday targets (pack lines + dashed Fib lines).
Use the Truth Table to sanity-check regime (e.g., bullish majority + PDH break = higher-confidence continuation).
Inputs & alerts:
Consecutive closes required (default 3).
Show Truth Table (on/off).
EMA ribbon/control line (on/off).
Alerts: “Bullish Trigger” and “Bearish Trigger” fire on the one-bar pulses right when confirmation completes.
Notes & limitations:
Designed for stocks using 09:30–16:00 ET. On 24/7 markets (e.g., crypto) RTH logic isn’t applicable.
Prior-day values are fixed from the daily timeframe, so the logic does not repaint.
The “Neo” candle styling is post-trigger only to keep earlier bars clean.
Why this is original/useful:
This is a single, integrated framework: anchored ghost targets (with a non-crossing constraint), prove-it confirmation (3-close rule), and a non-lag composite microstructure score summarized in a Truth Table. The components are purpose-built to work together to reduce false breakouts and supply clean, objective targets after confirmation—this is not a cosmetic mashup.
Educational note: Not financial advice. Test before use.
ICT OTE (Optimal Trade Entry) IndicatorWhat This Indicator Does:
This is an ultra-clean ICT (Inner Circle Trader) indicator that shows only ONE high-probability signal at a time when multiple confluences perfectly align. It eliminates chart clutter and focuses on the absolute best trading opportunities.
How It Takes Positions:
🔍 Signal Requirements (ALL Must Align):
Market Structure Break - Significant swing high/low break with volume confirmation
Fair Value Gap (FVG) - Large price imbalance/gap (minimum 0.5% size)
Order Block - Institutional supply/demand zone from recent rejection candle
OTE Sweet Spot - Price retraces to 70.5% Fibonacci level (optimal entry zone)
Volume Confirmation - 50% above 50-bar average volume
Rejection Candle - Proper candle formation showing rejection at the level
📊 Position Entry Logic:
BUY Signal Triggers When:
Price breaks above a significant swing high (bullish structure break)
Price retraces back down into a Fair Value Gap or Order Block
Retracement reaches exactly the 70.5% optimal level
Volume spike confirms institutional interest
Rejection candle forms (closes higher than it opened during retracement)
No other signal has been active in the last 50 bars (cooldown system)
SELL Signal Triggers When:
Price breaks below a significant swing low (bearish structure break)
Price retraces back up into a Fair Value Gap or Order Block
Retracement reaches exactly the 70.5% optimal level
Volume spike confirms institutional interest
Rejection candle forms (closes lower than it opened during retracement)
No other signal has been active in the last 50 bars (cooldown system)
⚡ Key Features:
Ultra-Strict Filtering: Only 2-4 signals per month on average (quality over quantity)
One Signal Rule: Only one active signal at a time - no confusion
50-Bar Cooldown: Prevents signal spam and overtrading
Perfect Confluence: Requires 3+ ICT concepts to align simultaneously
Clean Chart: No boxes, lines, or visual clutter - just clear BUY/SELL labels
🎯 Trading Strategy:
Wait for Signal: Large BUY or SELL label appears on chart
Entry: Enter immediately when signal appears (all confluences already confirmed)
Stop Loss: Place beyond the Fair Value Gap or Order Block (typically 1-2% risk)
Take Profit: Target previous swing high/low or major liquidity levels
Risk Management: Only trade when signal appears - no guessing or early entries
💡 Why It Works:
This indicator combines ICT's most powerful concepts (market structure, FVGs, order blocks, optimal retracements) into one confluence-based system. It only signals when institutional money is likely moving, giving you the highest probability entries with minimal noise.
Perfect for: Swing traders, day traders, and anyone wanting clean, high-probability ICT signals without chart clutter.
MTF Adaptive Trendline Scalper (ATR + EMA System) By GouravThe MTF Adaptive Trendline Scalper is a precision-built trading tool designed for intraday scalpers and swing traders.
🔹 Core Features:
Adaptive Trendline Engine: Dynamically shifts trendline support/resistance using volatility (ATR) and Bollinger-band extremes.
Multi-Timeframe Mode: Calculate signals on your chosen higher timeframe or sync with the chart resolution.
Automatic Buy/Sell Signals: Clear trend reversal markers (💣 Buy / 🔨 Sell) for fast execution.
Volatility Filtering: ATR-based buffer reduces noise in choppy conditions.
Extra EMA Overlay: Plots 9 / 15 / 50 / 200 EMAs to help confirm trend bias and momentum.
🔹 How It Helps You Trade:
Catch scalping entries with trendline flips.
Trade trend-following continuations using EMA alignment.
Spot reversals when price pierces the adaptive channel.
Works on all assets (Forex, Crypto, Stocks, Indices) and any timeframe.
⚠️ Note: This is not financial advice. Always combine with your own risk management and strategy.
BTC Sessions, Anchored VWAP and Session Brackets This indicator is helpful for me so I'm sharing with everyone. It does the following:
Marks every session ( US, Asian, European) - you can change the colours or toggle them off
Anchors VWAP at the beginning of every trading session so that you can long/short with a point of reference
brackets the previous session with dotted plain lines.
The indicator is configurable and you can switch these on/off individually.
SSMT Divergence (Quarterly Theory) [TakingProphets]SSMT (Quarterly Theory)
Overview
SSMT (Sequential SMT) is an ICT-based tool designed to detect real-time intermarket divergence based on the Sequential SMT model popularized by Trader Daye and FearingICT.
It leverages Quarterly Theory, a core ICT concept, to break the trading day into time-based quarters and scans for divergences across Daily, 90-minute, and Micro-session cycles. The indicator updates continuously in real time, allowing you to spot liquidity grabs, manipulation plays, and directional imbalances the moment they occur.
Rooted in Quarterly Theory 📐
-Built on ICT’s Quarterly Theory, the model segments the trading day into predictable phases of accumulation, manipulation, and distribution.
Daily Quarters (4 per day):
Q1: 18:00 – 00:00 ET
Q2: 00:00 – 06:00 ET
Q3: 06:00 – 12:00 ET
Q4: 12:00 – 18:00 ET
-90-Minute Quarters: Splits Asia, London, NY-AM, and NY-PM into structured liquidity windows.
-Micro Quarters: Offers an even finer breakdown of each session, perfect for precision scalping.
-By aligning SMT detection with ICT’s time-based framework, this indicator delivers accurate timing context around when institutional liquidity shifts are most likely.
Real-Time SMT Detection ⚡
-Unlike static divergence tools, SSMT reacts instantly:
-Monitors your instrument and a correlated symbol tick by tick.
-Tracks current vs. previous highs/lows within the active quarter.
-Compares live price behavior against the correlated asset.
-Draws divergence lines and labels as soon as SMT forms:
-Bullish SMT → Your market forms a higher low while the correlated asset does not.
-Bearish SMT → Your market forms a lower high while the correlated asset does not.
-Divergence lines and labels update in real time, keeping your chart accurate and contextually aligned with ICT principles.
Key Features
Three SMT Cycles in One Tool
-Daily → Perfect for swing traders tracking higher-timeframe liquidity events.
-Ninety (90-Minute) → Ideal for intraday setups and session-specific SMTs.
-Micro → Highly detailed for scalpers timing manipulative sweeps.
Per-Cycle Customization
-Toggle Daily, 90-Minute, and Micro SMT independently.
-Fully customize line colors, widths, styles, and optional session boxes.
-Smart Auto-Labeling
-Labels display the correlated symbol automatically (“SMT w/ES” by default).
-Divergence lines persist historically beyond quarter boundaries for added confluence.
-Instant Style Updates
-All active and historical SMT drawings update immediately when customizing colors, widths, or line styles.
Practical Use Cases
-Scalpers → Spot micro-level SMTs for high-precision entries.
-Day Traders → Track real-time divergences within Asia, London, and New York sessions.
-Swing Traders → Combine Daily SMT signals with ICT-based HTF POIs for optimal confluence.
-ICT Traders → Designed around ICT’s teachings, popularized by Trader Daye and FearingICT, giving you a visual framework to apply their methods seamlessly.
Short Description (TradingView card)
SSMT — Sequential SMT detection based on ICT principles, inspired by Trader Daye and FearingICT. Real-time divergence mapping built on Quarterly Theory, covering Daily, 90m, and Micro-session SMTs.
The Perfect Timing IndicatorFlashes a green arrow on your screen when bullish momentum is starting to build.
MSMT _ Position Size CalculatorFor apes who don't wanna do math. This is a position size calculator in USD value. You enter how much you want to risk per trade in dollars. It automatically shows your USD position size, in real time on the candle your watching or the previous candle position.
DPS Scalper PlotEnhance your futures trading with the DPS Scalper Plot, a powerful TradingView indicator designed for NQ and ES traders. This tool overlays critical levels on your chart, calculated from a customizable Initial Balance (IB) session, to support the DPS Scalper Trading Strategy.
Key Features:
Custom IB Session: Set your calculation period (default 08:30-09:30) to define high and low levels.
Scalp Level Visualization: Display scalp levels with adjustable tick offsets (e.g., 32 ticks above/below IB high/low).
Stop Loss (SL) Lines: Show SL levels with customizable tick distances (e.g., 16 ticks) for long and short setups.
Flexible Offsets: Adjust high/low level offsets in ticks for precision (e.g., +4/-4 ticks).
Custom Labels: Add and rename labels (e.g., High, TP Long, SL Short) with adjustable sizes and visibility options.
Styling Options: Customize colors, line styles (solid, dashed, dotted), widths, and extension directions (left, right, both, none).
Dynamic Updates: Automatically extends levels across bars and refreshes at session changes.
Perfect for backtesting and visualizing breakout setups alongside the DPS Scalper Trading Strategy. Tailor it to your trading style and dominate your futures charts!
Custom ORBIT — GSK-VIZAG-AP-INDIA 📌 Description
Custom ORBIT — Opening Range Breakout Indicator Tool
Created by GSK-VIZAG-AP-INDIA
This indicator calculates and visualizes the Opening Range (OR) of the trading session, with customizable start/end times and flexible range duration. The Opening Range is defined by the highest and lowest prices during the selected initial market window.
🔹 Key Features:
User-defined Opening Range duration (default: 15 minutes from 9:15).
Adjustable session start and end times.
Plots Opening Range High (ORH) and Opening Range Low (ORL).
Extends OR levels across the session with multiple line style options (Dotted, Dashed, Solid, Smoothed).
Highlights breakouts (price crossing above/below OR) and reversals (price returning back inside).
Simple chart markers (triangles/labels) for quick visual recognition.
⚠️ Disclaimer:
This tool is intended for educational and analytical purposes only. It does not generate buy/sell signals or provide financial advice. Always use independent analysis and risk management.
Weekly pecentage tracker by PRIVATE
Settings Picture below this link: 👇
i.ibb.co
What it is
A lightweight “Weekly % Tracker” overlay that lets you manually enter weekly performance (in percent) for XAUUSD + up to 10 FX pairs, then shows:
a small table panel with each enabled symbol and its % result
one TOTAL row (Sum / Average / Compounded across all enabled symbols)
an optional mini badge showing the % for a single selected symbol
Nothing is auto-calculated from price—you type the % yourself.
Key settings
Panel: show/hide, position, number of decimals, colors (background, text, green/red).
Total mode:
Sum – adds percentages
Average – mean of enabled rows
Compounded –
(
∏
(
1
+
𝑝
/
100
)
−
1
)
×
100
(∏(1+p/100)−1)×100
Symbols:
XAUUSD (toggle + label + % input)
10 FX pairs (each has On/Off, label text, % input). You can rename labels to any symbol text you want.
Mini badge: show/hide, position, and symbol to display.
How it works
Overlay indicator: overlay=true; just draws UI on the chart (no plots).
Arrays (syms, vals, ons) collect the row data in order: XAU first, then FX1…FX10.
Helpers:
posFrom() converts a position string (e.g., “Top Right”) into a position.* constant.
wp_col() picks green/red/neutral based on the sign of the %.
wp_round() rounds values to the selected decimals.
calc_total() computes the TOTAL with the chosen mode over enabled rows only.
Table creation logic:
Counts how many rows are enabled.
If none enabled or panel is off: the panel table is deleted, so no box/background is visible.
If enabled and on: the panel is (re)created at the chosen position.
On each last bar (barstate.islast), it clears the table to transparent (bgcolor=na) and then fills one row per enabled symbol, followed by a single TOTAL row.
Mini badge:
Always (re)created on position change.
Shows selected symbol’s % (or “-” if that symbol isn’t enabled or has no value).
Colors text green/red by sign.
Notes & limits
It’s manual input—the script doesn’t read trades or P/L from price.
You can rename each row’s label to match any symbol name you want.
When no rows are enabled, the panel disappears entirely (no empty background).
Designed to be light: only draws tables; no heavy plotting.
If you want the TOTAL row to be optional, or different color thresholds, or CSV-style export/import of the values, say the word and I’ll add it.
Positive Close RatioThe Positive Close Ratio is a simple sentiment indicator that measures the percentage of days within a chosen lookback period where the closing price finished higher than the previous day.
• Calculation:
It counts how many daily closes were positive compared to the previous day, then divides by the total number of days in the lookback window.
\text{Positive Close Ratio} = \frac{\text{Number of Up Days}}{\text{Lookback Days}} \times 100
DEE's Indicator v2 — Daily Range, Averages & Previous High/Low🇺🇸 English
This indicator is designed to help traders analyze market volatility and daily price ranges.
It includes the following features:
• 5-bar analysis: Shows high-low ranges and percentage changes of the last 5 bars.
• Daily Average Range: Calculates daily average ranges based on the last 5 bars.
• Daily AVG Lines: Plots expected top and bottom range levels based on the daily average.
• Previous Day High/Low: Automatically draws lines from the previous day's high and low.
• Timeframe Separators: Adds visual separators between days, months, and years.
• Optional arrows: Displays arrow markers for the last detected bars used in the calculation.
Use cases:
● Intraday traders can quickly measure daily progress compared to the average daily range.
● Swing traders can identify support/resistance levels from previous daily highs and lows.
● Risk managers can monitor when current volatility deviates significantly from the average.
⚠️ Notes:
The script does not generate buy/sell signals; it provides analytical tools only.
All displayed information is for visual/educational purposes and should be combined with your own trading strategy.
👉 Don’t forget to adjust the settings to suit your needs.
If you are using a multi-chart layout with different timeframes and apply this indicator to each chart, the 5-bar data will be calculated separately based on each chart’s TF. However, the “Daily AVG” section will always show the same value for the 1D timeframe.
🇺🇿 O‘zbekcha
Ushbu indikator treyderlarga bozor volatilligi va kundalik narx diapazonlarini tahlil qilishda yordam berish uchun mo‘ljallangan.
Unda quyidagi funksiyalar mavjud:
• 5-bar tahlili: So‘nggi 5 ta bar diapazoni (high–low) va foiz o‘zgarishini ko‘rsatadi.
• Kundalik o‘rtacha diapazon: So‘nggi 5 ta bar asosida o‘rtacha kundalik diapazonni hisoblaydi.
• AVG Lines: Daily AVGning yuqori va pastki diapazon darajalarini chizadi.
• Oldingi kunning High/Low darajalari: Avtomatik ravishda oldingi kunning high va low darajalarini chizadi.
• Vaqt ajratgichlari: Kunlar, oylar va yillar orasiga vizual ajratgich qo‘shadi.
• Ixtiyoriy strelkalar: Hisoblash uchun foydalanilgan so‘nggi barlarda strelka belgilarini ko‘rsatadi.
Qo‘llanilishi:
● Intraday treyderlar kundalik natijani o‘rtacha kundalik diapazon bilan tezda solishtira olishadi.
● Swing treyderlar oldingi kunning high va low darajalaridan qo‘llab-quvvatlash/qarshilik darajalarini aniqlashlari mumkin.
● Risk-menejerlar hozirgi volatillik o‘rtachadan sezilarli darajada og‘ib ketganini kuzatishlari mumkin.
⚠️ Eslatma:
Ushbu indikator sotib olish/sotish signallarini bermaydi; u faqat tahliliy vosita sifatida ishlatiladi.
Ko‘rsatilgan barcha ma’lumotlar vizual/ta’limiy maqsadlarda mo‘ljallangan bo‘lib, o‘z strategiyangiz bilan birgalikda qo‘llanilishi lozim.
👉 Sozlamalarni ehtiyojlaringizga qarab moslashtirishni unutmang.
Agar siz multi-chart rejimida turli timeframelar bilan ishlasangiz va ushbu indikatorni har bir grafikda qo‘llasangiz, 5 ta bar haqidagi ma’lumotlar har bir grafikning o‘z TFiga qarab hisoblanadi. Ammo “Daily AVG” bo‘limida esa faqat 1D timeframe uchun bir xil qiymat ko‘rsatiladi.
🇷🇺 Русский
Этот индикатор предназначен для помощи трейдерам в анализе волатильности рынка и дневных ценовых диапазонов.
Он включает в себя следующие функции:
• Анализ 5 свечей: Показывает диапазон high–low и процентные изменения последних 5 свечей.
• Средний дневной диапазон: Рассчитывает средний дневной диапазон на основе последних 5 свечей.
• Линии среднего диапазона (AVG Lines): Строит ожидаемые верхние и нижние уровни диапазона на основе среднего дневного значения.
• Максимум/минимум предыдущего дня: Автоматически наносит линии с уровнями high и low предыдущего дня.
• Разделители временных интервалов: Добавляет визуальные разделители между днями, месяцами и годами.
• Опциональные стрелки: Показывает стрелки на последних свечах, использованных в расчётах.
Применение:
● Интрадей-трейдеры могут быстро измерять дневное движение по сравнению со средним дневным диапазоном.
● Свинг-трейдеры могут определять уровни поддержки/сопротивления по максимумам и минимумам предыдущего дня.
● Риск-менеджеры могут контролировать ситуации, когда текущая волатильность значительно отклоняется от среднего.
⚠️ Примечания:
Этот индикатор не генерирует сигналы на покупку/продажу; он предоставляет только аналитические инструменты.
Вся отображаемая информация предназначена для визуальных/образовательных целей и должна использоваться совместно с вашей торговой стратегией.
👉 Не забудьте настроить параметры под свои нужды.
Если вы работаете в режиме мульти-графика с разными таймфреймами и применяете этот индикатор на каждом графике, данные по 5 барам будут рассчитываться отдельно для каждого ТФ. Однако в разделе “Daily AVG” всегда отображается одно и то же значение для таймфрейма 1D.
© Dilshod Nurmatov Shuhratovich | deetradesonline | 2025
Delta Pulse Oscillator — GSK-VIZAG-AP-INDIA“Delta Pulse Oscillator visualizes buy vs. sell pressure using smoothed delta %, baselines, and crossover markers.”
📌 Delta Pulse Oscillator — GSK-VIZAG-AP-INDIA
The Delta Pulse Oscillator is a custom-built momentum tool that measures the balance between buying and selling activity and smooths it with moving averages. It provides a visual representation of percentage delta strength with dynamic coloring, baseline levels, and crossover markers.
🔎 Key Features
Delta EMA (%) Line → Shows the smoothed percentage difference between simulated buy and sell volumes.
Signal EMA Line → A shorter EMA applied on Delta EMA to highlight momentum shifts.
Baseline Levels
0 line (neutral balance of buy/sell activity).
+5 baseline (stronger positive pressure).
-5 baseline (stronger negative pressure).
Dynamic Coloring → Green when Delta EMA is above zero, red when below.
Cross Dots
Yellow dots mark when Delta EMA or Signal EMA crosses the zero line.
Orange dots appear when Delta EMA crosses the +5 or –5 baselines.
Green/Red dots highlight when both EMAs stay above +5 or below –5.
Background Fills → Visual zones for positive and negative regions.
🧩 How It Can Be Used
Helps to visualize buying vs. selling pressure in real time.
Highlights when momentum is strengthening or weakening around defined baseline levels.
Useful as a confirmation tool when combined with other forms of analysis.
⚠️ Note: This script is for educational and analytical purposes only. It is not a trading strategy and does not provide buy/sell signals. Always use with additional tools, price action, and proper risk management.
Session Asiatique (1h à 6h - Heure de Paris)//@version=5
indicator("Session Asiatique (1h à 6h - Heure de Paris)", overlay=true)
// Variables pour le rectangle de la session
var box sessionBox = na
var float sessionHigh = na
var float sessionLow = na
// Heure actuelle en UTC
utcHour = hour(time)
// Heure actuelle en heure de Paris
parisHour = hour(time, "Europe/Paris")
// Détection de la session asiatique (1h à 6h heure de Paris)
inSession = parisHour >= 1 and parisHour < 6
startSession = inSession and not inSession
endSession = not inSession and inSession
// Début de la session : création du rectangle et initialisation des bornes
if startSession
sessionLow := low
sessionHigh := high
sessionBox := box.new(left=bar_index, right=bar_index, top=high, bottom=low, border_color=color.rgb(118, 118, 119), bgcolor=color.new(#404140, 85))
// Mise à jour du rectangle pendant la session
if inSession and not na(sessionBox)
sessionHigh := math.max(sessionHigh, high)
sessionLow := math.min(sessionLow, low)
box.set_right(sessionBox, bar_index)
box.set_top(sessionBox, sessionHigh)
box.set_bottom(sessionBox, sessionLow)
// Fin de la session : finalisation du rectangle
if endSession and not na(sessionBox)
box.set_right(sessionBox, bar_index)
Hamza Price action ConceptsPrice Action Hamza Concepts is a powerful all-in-one tool combining SMC, ICT concepts, and classic price action structure. It automatically detects market structure shifts, order blocks, FVGs, CHoCH, BOS, and premium-discount zones. Ideal for scalping, intraday, swing, and position trading.
Floating Dashboard + KDE (v6)Simple indicator that displays ADX, RSI, MACD, ATR, Average Volume and KDE with dynamic Table and Label.
BB+EMA+TAB by RAThis is EMA based indicator that gives buy/sell signals on the crossover of EMA 1 and EMA 2, also it can fill green /red color between EMA 1 & EMA 2. it also have EMA 3 and EMA 4, which are independent. Bollinger Band (BB) is also there for breakout signals. This indicator also plot a table which shows the values of RSI, ATR, ADX for last 5 candles which helps making trade decisions. RSI values change colors to red/green according to RSI is below/above 50, and ADX values change colors to red/green/grey/orange .. red/green according to EMA 1 and EMA 2 crossover and if ADX value is above 20, grey when ADX value is below 15, orange when ADX value is between 15 and 20 i.e. building momentum. ADX filter is also available in the script.. if on.. then buy/sell signals will be filtered through ADX values as prescribed by the user. This indicator also features HTF EMA crossover filter.. if on .. then buy/sell signals will be aligned with HTF EMA crossover i.e. only buy signals on the chart will come if HTF EMA 1>HTF EMA 2... and only sell signals on the chart will come if HTF EMA 1
Prev 1 & 2 Day Close (Intraday)it give 1 day ago close and give good sentimate that if breaks level then big fal in intraday
Previous Closes (1 & 2 Days Ago)it give closing price of last 2 days, generally of 2 days close broken then you get good move for intraday
MATEOANUBISANTIDear traders, investors, and market enthusiasts,
We are excited to share our High-Low Indicator Range for on . This report aims to provide a clear and precise overview of the highest and lowest values recorded by during this specific hour, equipping our community with a valuable tool for making informed and strategic market decisions.