Penunjuk

Penunjuk

Penunjuk

RSI Multi-Timeframe DashboardRSI Multi-Timeframe Dashboard
═══════════════════════════════════════════
WHAT IT DOES
═══════════════════════════════════════════
This tool displays the Relative Strength Index (RSI) of up to six timeframes
at once in a compact on-chart table, so you can judge momentum across the
whole timeframe stack without switching charts. Instead of reading RSI on a
single timeframe, you see how short-, medium- and higher-timeframe momentum
line up — and a consensus row summarises the overall picture.
It is designed as a CONFLUENCE tool: a way to see whether the broader market
agrees with what you're seeing on your trading timeframe.
═══════════════════════════════════════════
HOW IT WORKS
═══════════════════════════════════════════
RSI is calculated with the standard Wilder method (default length 14) on each
selected timeframe using request.security(). Each row is classified into a zone:
- Overbought — RSI at or above the overbought level (default 70)
- Oversold — RSI at or below the oversold level (default 30)
- Bullish — RSI above the midline (default 50)
- Bearish — RSI below the midline (default 50)
The "ALL" row aggregates only the enabled timeframes:
- If every enabled timeframe is oversold → "STRONG BUY ZONE"
- If every enabled timeframe is overbought → "STRONG SELL ZONE"
- Otherwise it shows the majority bias and a score, e.g. "BULLISH (4/5)"
These are descriptions of momentum conditions — not instructions to buy or sell.
═══════════════════════════════════════════
HOW TO USE IT IN A TRADE
═══════════════════════════════════════════
The core idea is alignment. Higher-timeframe RSI defines the bias; lower-timeframe
RSI helps with timing inside that bias.
Example long workflow:
1. Bias — Confirm the higher timeframes (e.g. 4H, Daily) are Bullish (above the
midline). This says the dominant momentum favours longs.
2. Timing — Wait for a lower timeframe (e.g. 5m/15m) to dip toward Oversold and
turn back up, offering a pullback entry in the direction of the higher-TF bias.
3. Confluence — A "BULLISH (5/5)" or rising consensus score adds conviction;
a "MIXED" reading is a reason to wait.
4. Management — Define your stop from price structure (recent swing), not from
RSI alone, and size the position to your own risk rules.
The short workflow is the mirror image (higher TFs Bearish, lower TF rallies into
Overbought and rolls over).
Things to respect:
- RSI can remain Overbought in a strong uptrend (and Oversold in a strong
downtrend) for a long time. "Overbought" is not automatically "sell."
- Counter-trend signals (e.g. Oversold while higher TFs are Bearish) are
lower-probability and best avoided or treated as scalps only.
- This indicator does not place trades, set stops, or manage risk for you.
═══════════════════════════════════════════
SETTINGS
═══════════════════════════════════════════
- RSI — length, source, and the overbought / oversold / midline levels.
- Timeframes to monitor — up to 6 slots, each with an on/off toggle and its own
timeframe. Set them equal to or higher than your chart timeframe.
- Style — table position, text size, and your own bullish / bearish colours.
═══════════════════════════════════════════
ALERTS
═══════════════════════════════════════════
- All timeframes oversold
- All timeframes overbought
- Consensus turned bullish (majority crossed above the midline)
- Consensus turned bearish (majority crossed below the midline)
═══════════════════════════════════════════
NOTES, REPAINTING & LIMITATIONS
═══════════════════════════════════════════
- Monitored timeframes should be greater than or equal to your chart timeframe;
requesting a lower timeframe is not meaningful.
- Repainting: values use lookahead_off, so a higher-timeframe RSI updates live
until that bar closes — this is intended for real-time reading. The reading on
a closed higher-TF bar is final.
- RSI is a momentum oscillator, not a forecast. This dashboard organises that
information across timeframes; it does not predict price.
This script is published open-source. Study it, learn from it, and adapt it to
your own process. It is provided for educational purposes only and is not
financial advice. Past behaviour of any indicator does not guarantee future
results — always do your own analysis and manage your risk. Penunjuk

CVD Multi-Timeframe DashboardCVD Multi-Timeframe Dashboard
═══════════════════════════════════════════
WHAT IT DOES
═══════════════════════════════════════════
Most CVD tools only show you the timeframe you're standing on. This one shows
you the whole stack at once. Stay on your execution chart — 1m, 3m, 5m,
whatever you trade — and read the net buying vs. selling pressure of the 5m,
15m, 1h, 4h, Daily and Weekly in a single on-chart table.
In one glance you know whether the bigger picture is backing your trade or
fighting it.
═══════════════════════════════════════════
WHY IT'S USEFUL
═══════════════════════════════════════════
Price can rise while volume delta quietly turns negative — buyers stepping
back even as the candle stays green. That divergence is an early warning, and
it's far more powerful when you can see it line up (or break down) across
multiple timeframes:
- All rows green → broad, one-sided buying. Trend trades have the wind behind them.
- All rows red → broad selling pressure. Longs are swimming upstream.
- Mixed rows → the timeframes disagree — often a pullback, rotation, or a
turning point forming.
This turns CVD from a single-timeframe reading into a top-down confluence tool.
═══════════════════════════════════════════
HOW IT WORKS
═══════════════════════════════════════════
Volume Delta = volume hitting the offer (buying) minus volume hitting the bid
(selling). The script uses TradingView's ta.requestVolumeDelta() engine, which
scans lower-timeframe data to approximate that split as accurately as the
data allows.
Each row anchors that engine to a different timeframe and reports the NET delta
of that timeframe's CURRENT, developing bar — i.e. how much net buy/sell flow
has built up since that candle opened. As a higher-timeframe bar progresses,
its value accumulates; when a new bar opens, it resets. That's why the rows
genuinely differ from one another instead of repeating the same number.
═══════════════════════════════════════════
READING THE TABLE
═══════════════════════════════════════════
TF → the monitored timeframe
CVD Δ → net volume delta of its current bar (auto-formatted K / M / B)
Bias → BUY (positive) or SELL (negative), colour-coded
═══════════════════════════════════════════
SETTINGS
═══════════════════════════════════════════
- Timeframes to monitor — up to 6 slots, each with its own on/off toggle and
timeframe. Set them equal to or higher than your chart timeframe.
- Lower timeframe — resolution used to approximate up/down volume. Automatic
by default; lower = more precise, higher = more history.
- Style — table position, text size, and your own positive/negative colours.
═══════════════════════════════════════════
ALERTS
═══════════════════════════════════════════
"CVD bias flip" fires the moment any monitored timeframe's delta crosses
between positive and negative — useful for catching a shift in flow without
staring at the screen.
═══════════════════════════════════════════
NOTES & LIMITATIONS
═══════════════════════════════════════════
- Monitor timeframes ≥ your chart timeframe; lower ones aren't meaningful.
- The symbol must provide volume data, or the script will tell you.
- Lower-timeframe scanning approximates buy/sell volume — it isn't true
tick or bid/ask data. Use it as a directional gauge, not an exact figure.
Built on TradingView's open-source CVD logic and the ta.requestVolumeDelta()
function from the TradingView/ta library. Open-source — feedback and forks
welcome. Penunjuk

Penunjuk

Penunjuk

Penunjuk

Penunjuk

Penunjuk

Strategi

Penunjuk

Penunjuk

Penunjuk

Penunjuk

Penunjuk

Penunjuk

ENG CAPITAL SEASONALITY INDICATOR (MEVSIMSELLIK)İşte hem Türkçe hem İngilizce açıklama metni — kopyalayıp yapıştırabilirsin:
🇹🇷 Türkçe
Bu indikatör, bir hissenin yılın belirli ay ve haftalarında tarihsel olarak nasıl performans sergilediğini gösterir. Son 3, 5, 8 ve 10 yıllık geçmişe bakarak mevcut ay ve hafta için kazanma oranı (WIN%) ile ortalama getiriyi hesaplar.
Tüm hesaplamalar günlük (D) zaman diliminde yapılır — grafik zaman dilimini değiştirseniz bile sonuçlar sabit kalır.
Tablo sütunları: POZ (pozitif kapanan yıl sayısı) | TOP (toplam yıl) | WIN% (kazanma oranı) | ORT.GET. (ortalama getiri)
Mevsimsellik Skoru: Aylık veriye %80, haftalık veriye %20 ağırlık verilir. 50 ve üzeri POZİTİF, altı NEGATİF olarak işaretlenir.
🇬🇧 English
This indicator shows how a symbol has historically performed during specific months and weeks of the year. It looks back 3, 5, 8, and 10 years to calculate the win rate (WIN%) and average return for the current month and week.
All calculations run on the Daily (D) timeframe — results stay consistent regardless of the chart timeframe you use.
Table columns: POZ (positive years) | TOP (total years) | WIN% (win rate) | ORT.GET. (average return)
Seasonality Score: Monthly data carries 80% weight, weekly data 20%. Score ≥ 50 is marked POSITIVE 🟢, below 50 is NEGATIVE 🔴. Penunjuk

Penunjuk

Penunjuk

Penunjuk

Penunjuk

UM Market Internals Table: TICK / PUT-CALL / ADV-DEC / VIXMARKET INTERNALS DASHBOARD
Real-time intraday breadth, sentiment & volatility — all in one table
Inspired by John Carter's book, Mastering the Trade.
━━━━━━━━━━━━━━━━━━━━━━━
SUMMARY
━━━━━━━━━━━━━━━━━━━━━━━
A real-time dashboard that consolidates four key market internals into a single color-coded table overlay. Designed to give traders an at-a-glance read on intraday market breadth, sentiment, and volatility bias — all configurable to fit individual trading styles.
━━━━━━━━━━━━━━━━━━━━━━━
INDICATOR PARAMETERS
━━━━━━━━━━━━━━━━━━━━━━━
TICK — Measures the net number of NYSE stocks ticking up versus down at any given moment. A high positive reading signals broad buying pressure; a deeply negative reading signals broad selling. Extreme readings (climax buy / capitulation) often mark short-term exhaustion and potential reversals.
PUT/CALL RATIO — Tracks the ratio of put options traded relative to call options, interpreted on a contrarian basis. A high ratio reflects fear and heavy hedging (bullish signal); a low ratio reflects complacency and call-heavy positioning (bearish signal).
ADV-DEC (Advance/Decline) — Measures the number of advancing stocks minus declining stocks on the NYSE. Strong positive readings confirm broad participation in a rally; strong negative readings confirm broad-based selling. Extreme readings may signal breadth exhaustion.
VIX — Rather than using the raw VIX level, this indicator applies a user-selected moving average (SMA, EMA, WMA, or Nadaraya-Watson Estimator) and reads the direction of that average. A falling VIX MA is interpreted as bullish (fear subsiding); a rising VIX MA is interpreted as bearish (fear increasing). This is a directional bias signal, not a level-based threshold.
━━━━━━━━━━━━━━━━━━━━━━━
HOW IT WORKS
━━━━━━━━━━━━━━━━━━━━━━━
Each internal is fetched via request.security() on a user-defined timeframe (default 5-minute for TICK, Put/Call, and ADV-DEC). VIX is plotted on the chart's native timeframe.
TICK, Put/Call, and ADV-DEC are evaluated against configurable thresholds to produce a rating label (e.g. BUYING, NEUTRAL, SELLING). The label and its cell background are color-coded: green for bullish readings, red for bearish, and yellow for neutral or mixed conditions.
VIX bias is determined by the slope of the selected moving average. The Nadaraya-Watson Estimator (NWE) option uses a kernel-smoothed regression curve — a shorter bandwidth (h) produces a more reactive curve; a larger h produces a smoother one.
The table displays three rows per column: the indicator label (header), the live numeric value, and the current rating.
━━━━━━━━━━━━━━━━━━━━━━━
DEFAULT SETTINGS
━━━━━━━━━━━━━━━━━━━━━━━
Internals timeframe: 5-minute
TICK: Neutral |TICK| ≤ 200 | Buying/Selling ≥600/≤−600 | Extreme ≥1000/≤−1000 | Climax/Cap. ≥1200/≤−1200
Put/Call: Extreme bullish ≥1.10 | Bullish ≥0.90 | Neutral 0.65–0.85 | Bearish ≤0.55 | Extreme bearish ≤0.45
ADV-DEC: Neutral |ADV-DEC| ≤500 | Bullish/Bearish ≥800/≤−800 | Strong ≥2000/≤−2000 | Climax/Cap. ≥3500/≤−3500
VIX MA: Type EMA | Length 8 | NWE h/r/length 7.0/6.0/6
Table position: Bottom right | Alerts: Off by default
━━━━━━━━━━━━━━━━━━━━━━━
SUGGESTED USES
━━━━━━━━━━━━━━━━━━━━━━━
Trend confirmation — When TICK, ADV-DEC, and VIX all agree, treat it as confirmation of an intraday trend. Look for entries aligned with that trend on your primary chart.
Fade setups — Climax Buy on TICK + Extreme Bullish Put/Call can signal short-term exhaustion. TICK Capitulation + Extreme Bearish P/C can flag washout lows worth fading.
Breadth divergence — If price makes new highs but ADV-DEC is weakening, use this as a caution flag rather than a directional signal.
VIX directional bias — A sustained bearish VIX bias suggests wider stops and reduced long exposure. A bullish VIX bias supports a more aggressive long-side approach.
Timeframe alignment — Designed for 1-, 3-, or 5-minute charts. Raise the internals timeframe to 15 minutes if you see "unsupported resolution" errors.
━━━━━━━━━━━━━━━━━━━━━━━
ALERTS
━━━━━━━━━━━━━━━━━━━━━━━
16 alert conditions available — all off by default.
Step 1: Open Settings → Alerts group → toggle on desired alerts.
Step 2: Click the clock icon in TradingView → Create Alert → set condition to this indicator → pick the specific alert → save.
Alerts fire on bar close at threshold crossings only (not repeatedly).
Tip: right-click the table on your chart and select "Add alert."
Available alerts:
TICK: Buying, Extreme buying, Selling, Extreme selling, Capitulation
Put/Call: Bullish, Extreme bullish, Bearish, Extreme bearish
ADV-DEC: Bullish, Extreme bullish, Bearish, Extreme bearish, Capitulation
VIX: Bullish (MA turns down), Bearish (MA turns up)
Alert quick tip: right click the table and select Alert for quick setup. Penunjuk
