OPEN-SOURCE SCRIPT
업데이트됨 Total Info Indicator by MikePenzin

- Install & Add to Chart
• Copy the script into Pine Editor → click Add to Chart.
• Open the ⚙️ Settings → Inputs to customize. - What It Does
• Displays key info in a floating table — trend, volume, ATR, RSI, stop loss, and more.
• Detects breakouts, smart SELL signals, and opening strength.
• Uses emojis and colours to make trends easy to read: 🟢 good, 🟡 neutral, 🔴 risky. - For Swing Traders
• Works best on Daily or 4H charts.
• Watch for 🟢 Uptrend + ⚡BUY / 🔥BUY breakout signals.
• Use ATR-based Stop Loss (shown in table).
• Avoid new entries a few days before earnings. - Suggested Setup
• 20/50/150 MA Lines: ON
• 200 MA Line: optional
• ATR Multiplier: 1.3
• Breakout Detection: ON (Volume + RSI + Trend filters)
• Smart SELLs: ON (RSI 70, EMA 20)
• Pivots: ON for quick swing levels - How to Read
• MA Row: 🟢 = price above MA (bullish).
• ATR/Stop Loss: Suggests where to place protective stop.
• Volume Info: Today’s vs 20-day average, plus pace.
• RSI & CCI: Shows momentum and overbought/oversold levels.
• Breakouts: ⚡BUY (early), 🔥BUY (confirmed).
• Smart SELLs: RSI🔴 / DIV🟣 / EMA🔵 mean potential exit zones. - Example Use
1️⃣ Find stocks with Uptrend 🟢, rising volume, and ⚡BUY signal.
2️⃣ Enter near breakout; set Stop = shown level.
3️⃣ Take profits or trail when Smart SELLs appear or RSI peaks. - Tips
• Choose table corner under “Table Visualization.”
• Reduce clutter on small timeframes (turn off Pivots/200 MA).
• Use “Volume speed” to spot surging interest before breakouts.
• Compatible with most equities and ETFs. - Disclaimer
This script is for education & analysis only.
Not financial advice — always manage your own risk.
릴리즈 노트
removed redundant code릴리즈 노트
🚀 Release Notes — Total Info Indicator (TII)Version: Simplification & Focused Upgrade
This release is a strategic refactor of TII — removing over-complex trading logic and refocusing the indicator on clarity, context, and decision support.
🧹 What Was Removed (Intentional Simplification)
❌ Breakout Detection System (Removed)
Removed complex support/resistance breakout logic
Removed predictive breakout warnings
Removed volume-heavy breakout confirmations
Removed retest & candle-strength filters
📌 Reason:
Breakout logic added noise, increased cognitive load, and duplicated functionality better handled by dedicated breakout indicators.
❌ Smart SELL Signal Engine (Removed)
Removed RSI divergence SELLs
Removed EMA cross SELL logic
Removed multi-condition SELL markers
📌 Reason:
Exit logic is highly strategy-dependent. This release intentionally avoids opinionated trade signals in favor of contextual information.
❌ Range Filter Buy/Sell System (Removed)
Removed fast/slow range filter
Removed internal trend counters and synthetic signals
📌 Reason:
Reduced repaint risk and eliminated hidden signal bias.
✨ What’s New & Improved
📊 Market Context Expansion (NEW)
Added VIX (volatility index) tracking
Added BTC live price as a macro risk proxy
Directional arrows show real-time momentum changes
BTC now pulls lower-timeframe data for near-live accuracy
📈 Performance Metrics (NEW)
YTD performance
YoY performance
Relative performance vs S&P 500
Clear directional icons (▲ ▼) for instant comparison
This turns the table into a relative-strength dashboard.
🧠 Trend Engine Upgrade
Trend evaluation is now continuous and weighted, not binary:
Moving average structure
RSI momentum
Volume confirmation
Results in:
Trend score from -100 to +100
Clear labels: Strong Uptrend → Sideways → Strong Downtrend
Warning icon when trend strength deteriorates
📉 Volume Intelligence Improvements
Accurate intraday cumulative volume
Correct handling of daily resets
Optional inclusion of extended hours
Volume speed vs historical average during market hours
🛑 Risk & Volatility Awareness
ATR shown as both absolute value and %
Volatility classification (🟢 🟡 🔴)
Improved auto stop-loss logic using multi-day ATR comparison
Visual alerts when price approaches stop-loss
📐 Technical Clarity Enhancements
Distance from key moving averages shown as percentage
Optional pivot high / low labels
RSI + CCI shown together with trend direction & interpretation
🧩 Table & UI Refinement
✅ Cleaner, More Informative Table
Removed duplicated and low-value rows
Better spacing and readability
All data visible at a glance
Optimized for both intraday and swing traders
✅ No Forced Signals
No BUY / SELL arrows
No hidden strategy bias
User decides based on context, not commands
🧪 Stability & Code Quality
Reduced repaint risk
Safer request.security usage
Improved handling of missing data
Better intraday vs daily behavior
Lower CPU & memory overhead
🎯 Intended Philosophy (Updated)
TII is no longer a signal generator.
It is now:
A market context dashboard
A risk-awareness tool
A trend quality evaluator
A relative performance analyzer
Designed to sit next to your actual strategy, not replace it.
릴리즈 노트
Fixes YDT, YoY and vs SP500 calculations릴리즈 노트
Added Support and Resistance zones detection, in table user can see current and next resistance and support zones.Changed Volume visuality.
릴리즈 노트
Changed some parameters for decay릴리즈 노트
Added S/R lines in UI with labeling릴리즈 노트
Updated possible overlap of S1 and R1릴리즈 노트
- All indicator calculations (MA, ATR, Stop Loss, RSI, CCI, S/R zones, volume, trend)are now computed on the Daily timeframe regardless of chart timeframe.
- RSI and CCI (Daily) exposed as invisible plots so they can be used in Pine Screener.
- Added "Pivot Label Size" input (Tiny / Small / Normal / Large / Huge, default Small).
- S/R decay length is now measured in trading days.
- S/R zone state updates once per new daily bar.
릴리즈 노트
- All indicator calculations (MA, ATR, Stop Loss, RSI, CCI, S/R zones, volume, trend) are now computed on the Daily timeframe regardless of the chart's timeframe. Values shown on a 5m chart will now match what you'd see on a Daily chart.
- Pine Screener support: RSI (14) Daily and CCI (14) Daily are exposed as invisible plots so they can be selected as columns/filters in the Pine Screener.
- New input: "Pivot Label Size" (Tiny / Small / Normal / Large / Huge, default: Small) — control the font size of pivot high/low labels independently from the watermark text size.
- S/R "Decay Length" is now measured in trading days instead of chart bars (default 200). S/R zone state now updates once per new daily bar.
- Reduced internal request.security() calls so the script fits within Pine Screener's 5-call limit.
- Upgraded to Pine v6.
Note for existing users: If you use this on intraday charts, values will look different than before because they now reflect daily-timeframe data rather than the chart's timeframe.
릴리즈 노트
Internal cleanup (no behavior change)- Removed unused inputs and dead code that had no effect on displayed values or drawings.
- Removed duplicate stop-loss label creation (the label is now created only once per bar update).
- Deduplicated internal timestamp construction for market-hours check.
- Named a few magic numbers (1500 S/R lookback, 390 regular-trading-hours minutes, 252 trading days/year) to improve readability.
All indicator values, drawings, and table output are identical to the previous version.
릴리즈 노트
This release improves mobile readability and adds broader market context to the information table.New features
Added a configurable 52-week range row:
52-week high and percentage below it.
52-week low and percentage above it.
Calculated from 252 daily trading bars on every chart timeframe.
Added Roman-style CCI peak/trough statistics:
Average confirmed CCI peaks above +100.
Average confirmed CCI troughs below −100.
Configurable CCI pivot length, defaulting to 5.
UI improvements
Moved CCI onto a separate row from RSI for better mobile display.
Shortened CCI descriptions:High
Weakening
Falling
Low
Rising
Building
Added a toggle for the 52-week high/low row.
Improved table refresh behavior to prevent stale rows when sections are disabled.
Technical improvements
Integrated 52-week and CCI pivot calculations into the existing daily data request.
Ensured confirmed CCI pivots are counted once across all chart timeframes.
Preserved Pine Script v6 and existing indicator behavior.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.
오픈 소스 스크립트
트레이딩뷰의 진정한 정신에 따라, 이 스크립트의 작성자는 이를 오픈소스로 공개하여 트레이더들이 기능을 검토하고 검증할 수 있도록 했습니다. 작성자에게 찬사를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 코드를 재게시하는 경우 하우스 룰이 적용된다는 점을 기억하세요.
면책사항
해당 정보와 게시물은 금융, 투자, 트레이딩 또는 기타 유형의 조언이나 권장 사항으로 간주되지 않으며, 트레이딩뷰에서 제공하거나 보증하는 것이 아닙니다. 자세한 내용은 이용 약관을 참조하세요.