SMA 20, SMA 50 & SMA 200This indicator combines three Simple Moving Averages (SMA 20, SMA 50, and SMA 200) to provide a clear view of short-, medium-, and long-term market trends.Pine Script® indicatorby behindreality04
Customizable SMA Channel_vers2This script creates a customizable SMA Hurst channel indicator with three moving averages: a central SMA an upper SMA a lower SMA The upper and lower lines are calculated by adding or subtracting a distance value (either in points or percentage) from the central SMA. Preset System (D1, H4, H1) The indicator includes three selectable presets: D1 → period 20, offset –10 H4 → period 40, offset –20 H1 → period 140, offset –70 Each preset automatically loads its own period and offset values, but all parameters remain manually editable, allowing full customization regardless of the selected preset. Manual Controls The user can manually adjust: the period of the central SMA the period of the upper/lower SMAs the offset of each SMA individually the distance between the SMAs (default 90 points or 90%) whether the distance is applied in points or percentage the color of each SMA Output The script plots: the central SMA the upper SMA the lower SMA All three lines are displayed without any filled channel, keeping the chart clean and minimal.Pine Script® indicatorby SKILVER_II3
RSI + Mean Reversion + MACD Confluence (2/3)Combines RSI, MACD and Mean Reversion. Fires a buy/sell signal when 2 of 3 indicators align.Pine Script® indicatorby RonnieDSS7
Trend Alignment Ribbon - Multi Timeframe Moving AveragesTrack trend direction across multiple timeframes — all in one view. Trend trading works best when the short, medium, and long-term views all agree. This indicator places four moving averages on your chart simultaneously and highlights the moment they fall into full alignment — giving you a simple, visual confirmation that a trend is in control. ──── What You're Looking At ──── Four smooth lines on your chart, each tracking price at a different speed: MA1 (fastest, default: 8 bars) — reacts quickly to price. The first line to turn when momentum shifts. MA2 (default: 21 bars) — short-to-intermediate direction. Confirms or challenges what MA1 is saying. MA3 (default: 50 bars) — the medium-term trend backbone. Widely watched by institutions. MA4 (slowest, default: 200 bars) — the long-term trend anchor. The most important line on most charts. ──── How to Read It ──── Green background — all four lines are stacked in order, fastest on top. The trend is strongly up. High-confidence environment for long trades. Red background — all four lines are stacked in reverse order. The trend is strongly down. High-confidence environment for short trades. No background — the lines are tangled or out of order. The market is ranging or in transition. Reduce risk or wait for clarity. Triangle up ▲ below a candle — the fast line just crossed above the medium line. Early momentum shift to the upside. Triangle down ▼ above a candle — the fast line just crossed below the medium line. Early momentum shift to the downside. ──── Multi-Timeframe Mode ──── Each of the four lines can be pinned to a different timeframe , independent of the chart you are on. For example, while viewing a 15-minute chart you can display the 200-bar average as it appears on the daily chart — so the big picture is always visible. Leave the Timeframe field blank to use the current chart's timeframe (default behaviour). ──── Settings ──── Each moving average has its own settings group (Moving Average 1–4): Show — toggle each line on or off independently. Type — choose between four calculation methods: EMA (Exponential) — reacts faster to recent price. Most commonly used. Default. SMA (Simple) — a plain average of all bars. Slower to react, widely respected by institutions. WMA (Weighted) — middle ground, heavier weight on recent bars. HMA (Hull) — very fast and smooth. Minimises lag while reducing noise. Length — how many bars are included in the average. Higher number = slower, smoother line. Timeframe — leave blank for the current chart. Enter 1D for daily, 1W for weekly, 4H for four-hour, etc. Color — fully customisable per line. Under Visuals : Ribbon Fill — fills the space between MA1 and MA4 with a transparent green or red shade. Useful for seeing trend strength at a glance. Alignment Background — highlights the chart background when all 4 lines agree on direction. On by default. Cross Signals — places small triangle markers on the chart when MA1 and MA2 cross. On by default. ──── Alerts ──── MA Bull Cross — the fast line crossed above the medium line MA Bear Cross — the fast line crossed below the medium line Full Bull Alignment — all 4 lines just entered bullish order for the first time Full Bear Alignment — all 4 lines just entered bearish order for the first time ──── Tips ──── Set an alert for Full Alignment — these moments often mark the start of the strongest, cleanest trend moves on any instrument. A cross signal that fires while the alignment background is already lit is a higher-confidence entry than a cross signal in a mixed or choppy environment. A "tight stack" of closely spaced lines means the trend is young and orderly. Wide spacing with tangled lines means the market is extended or breaking down — not an ideal entry point. On intraday charts, try pinning MA3 or MA4 to the daily timeframe. This keeps your long-term bias anchored without switching charts. All timeframe calculations use confirmed (closed) bars only — there is no repainting. Pine Script® indicatorby satoshi-signals3
EMA/SMA Crossover SignalPlots an EMA and SMA with customizable lengths and detects crossovers. A green triangle appears when the EMA crosses above the SMA (bullish), and a red triangle when it crosses below (bearish). Includes alert conditions for both signals. Default: 21 EMA / 50 SMA. Example of 21 EMA crossing up 50 SMA Pine Script® indicatorby ccraine0
Triple EMA + RSI & MACD Confirm SBFaisal ✔ Only triggers BUY when: EMA9 crosses above EMA21 AND RSI > 50 (bullish momentum) AND MACD line > signal line (confirming bullish momentum) ✔ Only triggers SELL when: EMA9 crosses below EMA21 AND RSI < 50 (bearish momentum) AND MACD line < signal line (confirming bearish momentum) This multi-indicator confirmation helps filter out weaker signalsPine Script® indicatorby fadz931
100/250 EMA CrossoverSimple EMA crossover strategy for backtesting trend-following entries and exits. Goes long when the fast EMA crosses above the slow EMA, goes short on the opposite cross. Each new cross flips the position. Default EMAs are set to 100/250 but fully adjustable in settings. Built for testing on any timeframe — works well on intraday charts like the 1-minute for active trading or higher timeframes for swing setups. Uses 100% of equity per trade with 0.1% commission baked in. Designed as a clean baseline to test whether EMA crosses have edge on your favorite ticker before layering on additional filtersPine Script® strategyby Koovaman0
teal house 5 min 20/50 cross_must use on 1 min chartSimple EMA crossover strategy for backtesting trend-following entries and exits. Goes long when the fast EMA crosses above the slow EMA, goes short on the opposite cross. Each new cross flips the position. Default EMAs are set to 100/250 but fully adjustable in settings. Built for testing on any timeframe — works well on intraday charts like the 1-minute for active trading or higher timeframes for swing setups. Uses 100% of equity per trade with 0.1% commission baked in. Designed as a clean baseline to test whether EMA crosses have edge on your favorite ticker before layering on additional filtersPine Script® strategyby KoovamanUpdated 1
teal house 5 min 20/50 cross_must use on 1 min chartSimple EMA crossover strategy for backtesting trend-following entries and exits. Goes long when the fast EMA crosses above the slow EMA, goes short on the opposite cross. Each new cross flips the position. Default EMAs are set to 100/250 but fully adjustable in settings. Built for testing on any timeframe — works well on intraday charts like the 1-minute for active trading or higher timeframes for swing setups. Uses 100% of equity per trade with 0.1% commission baked in. Designed as a clean baseline to test whether EMA crosses have edge on your favorite ticker before layering on additional filtersPine Script® strategyby Koovaman0
ADX Squeeze Breakout ScreenerA multi-contract futures screener that scans 40 liquid futures markets across four asset classes — Equity Indices, Commodities, Currencies, and Bonds/Rates — looking for low-volatility coiling conditions that precede potential breakout moves. How it works The screener applies four filters to each contract on the daily timeframe: F1 — Trend: Price is above the 200 EMA (uptrend confirmed) F2 — Momentum: 18 SMA slope is positive vs 10 sessions ago (momentum rising) F3a — Coil: ADX(14) dropped below 12 at least once in the last 10 sessions (market was in a low-directional squeeze) F3b — Turn: ADX is now rising (directional pressure is building) A PASS signal requires all four filters. A NEAR signal means three of four are met — worth watching closely. Markets covered ES, NQ, YM, RTY, FDAX, FESX, FTSE, HSI, Nikkei, ASX, WTI, Brent, RBOB, Heating Oil, Nat Gas, Gold, Silver, Copper, Wheat, Corn, Soybeans, Coffee, Cotton, Sugar, EUR, GBP, JPY, AUD, CAD, CHF, NZD, DX, Peso, ZAR, BRL, EUR/GBP, ZN, ZB, ZF, Bund Settings All parameters are adjustable — EMA period, SMA period, ADX period, coil threshold, and lookback windows.Pine Script® indicatorby oxphoros1
MA Crossover GusMomo indicator that signals when 2 MA's crossover indicating bullish or bearish price actionPine Script® indicatorby gustar800
HTF SMA LevelsHigh timeframe SMA levels. You can show actual SMA levels on any timeframe like horizontal rays - lines.Pine Script® indicatorby trpJan0
SMA & EMA 20 / 50 / 100 / 200Adjustable indicator. SMA and EMA ON/OFF option to compare differences.Pine Script® indicatorby trpJan0
AVWAP TF_ATRAdvanced Multi-Source AVWAP with ATR Filters This indicator is a versatile tool designed to calculate the Anchored Volume Weighted Average Price (AVWAP) from four different dynamic and manual sources. Unlike traditional AVWAPs that require manual repositioning, this script uses ATR-based volatility filters to automatically detect significant price pivots and volume spikes. Key Features 1. Automated Swing High & Low Anchoring The indicator scans the last N bars to find the highest and lowest points. To prevent "fake" pivots, it uses an ATR Filter Multiplier. How it works: A new anchor is only set if the new high/low exceeds the previous one by a specific multiple of the Average True Range (ATR). This ensures that the AVWAP starts from a statistically significant trend reversal point. 2. Volume Spike Detection Automatically starts a new AVWAP calculation when a massive influx of volume occurs. Logic: It identifies bars where volume is significantly higher than the 20-period average AND the price range (High-Low) is wider than the ATR. This helps track the "average cost" of the institutional move that caused the breakout. 3. Manual Date Anchor For traders who want to track the volume-weighted average from a specific event (Earnings, FOMC, Yearly Open), a manual date/time input is available. 4. Multi-Timeframe (MTF) Support You can calculate AVWAP based on a higher timeframe (e.g., Daily AVWAP displayed on a 15m chart) while maintaining calculation precision. Input Settings & Tooltips AVWAP Timeframe: Set the calculation period. Tip: Should be equal to or higher than your chart timeframe. ATR Period: Defines the lookback for volatility calculation (Default: 14). Peak/Bottom ATR Filter: Increases the requirement for a new pivot. Higher values result in more stable, long-term AVWAP lines. Volume Multiplier: Defines what constitutes a "spike" (e.g., 2.0x the average volume). How to Trade with this Indicator Dynamic Support/Resistance: The Swing Low AVWAP often acts as a strong support in an uptrend, while the Swing High AVWAP acts as resistance in a downtrend. Trend Confirmation: If the price is trading above all three AVWAPs (Swing High, Low, and Date), the sentiment is strongly bullish. Mean Reversion: Large deviations from the Volume Spike AVWAP often lead to a "snap-back" to the mean. Alerts: The script includes built-in alerts for price crossings. You can set a single alert for "Any alert() function call" to be notified of any AVWAP breach. Technical Details Language: Pine Script v5 Overlay: Yes Alerts: Dynamic crossing alerts for all active lines.Pine Script® indicatorby tcspirit0
Custom 13-Week & 26-Week MAThis Pine Script v6 indicator overlays dashed 13-week and 26-week SMAs on the chart, shows bullish/bearish crossover arrows, and displays a dashboard with current % and standard deviation deviations from both MAs (color-coded). It also triggers alerts on extreme deviations. Pine Script® indicatorby taihan1
MTF MA 7Lines📘 TradingView Public Manual MTF MA Lines (7) – Stable (No Tick Wobble) 🇺🇸 English Version Overview MTF MA Lines (7) is a multi-timeframe moving average visualization tool designed for structure-based traders. It allows you to display up to 7 moving averages from different timeframes on a single chart — with a stability mode that eliminates real-time tick wobble. This indicator is built for traders who rely on: Multi-timeframe trend alignment MA structure (PO / SPO concepts) Higher timeframe context for lower timeframe execution Clean visual confirmation without repaint-like movement Key Features 1️⃣ Multi-Timeframe Support (Up to 7 Lines) Each line can independently select: Timeframe MA type (SMA, EMA, RMA, WMA, VWMA) Length Color Enable / Disable This allows full customization of structure hierarchy. 2️⃣ Stable Mode (No Tick Wobble) When enabled: Real-time bars use the previous confirmed value MA lines do NOT move tick-by-tick Eliminates visual noise on lower timeframes This is especially useful for: • 1-minute execution • Scalping • Structure-based pullback entries The goal is to preserve structural clarity until bar confirmation. 3️⃣ Right-Side Dynamic Labels Optional right labels show: Timeframe + MA Type + Length + Current Value Example: 15 EMA20 2315.45 60 SMA200 2298.10 This allows quick structural reference without hovering or checking data windows. Recommended Usage ✔ Use higher timeframe MA as directional bias ✔ Execute on lower timeframe pullbacks ✔ Combine with PO / SPO structure alignment ✔ Use Stable Mode when trading fast markets ✔ Disable stable mode if real-time sensitivity is needed Typical Structure Setup Example Line 1 → 1m EMA20 Line 2 → 5m EMA20 Line 3 → 15m SMA20 Line 4 → 30m SMA75 Line 5 → 1H SMA200 Line 6 → 4H SMA200 Line 7 → Daily SMA200 This creates a full structural hierarchy. Important Notes This indicator does NOT repaint. Stable mode delays intrabar fluctuation intentionally. Designed for discretionary structure traders. Works best with volatility filters (ATR expansion). 🇯🇵 日本語版 概要 MTF MA Lines(Stable版)は マルチタイムフレーム移動平均を 1画面に最大7本表示できる構造特化型ツールです。 リアルタイム足での「Tick揺れ」を抑える Stableモードを搭載。 構造型トレーダー向けに設計されています。 主な特徴 ① 最大7本のMTF MA表示 各ラインごとに: ・時間足選択 ・MA種類(SMA / EMA / RMA / WMA / VWMA) ・期間 ・色 ・表示ON/OFF 完全カスタマイズ可能。 ② Stableモード(Tick揺れ防止) ONにすると: ・未確定バーでは前バー値を使用 ・リアルタイムでぐらぐら動かない ・視覚ノイズを排除 特に: ✔ 1分足トレード ✔ スキャルピング ✔ 構造戻しエントリー に有効。 バー確定まで値を固定することで 構造の誤認を防ぎます。 ③ 右側ラベル表示 表示内容: 時間足 + MA種類 + 期間 + 現在値 例: 15 EMA20 2315.45 60 SMA200 2298.10 即座に上位構造を確認可能。 推奨使用方法 ✔ 上位足MAで方向性確認 ✔ 下位足で押し目・戻りエントリー ✔ PO / SPO整列確認 ✔ 高速相場ではStable ON ✔ 瞬間反応重視ならStable OFF 代表的構造セット例 1m EMA20 5m EMA20 15m SMA20 30m SMA75 1H SMA200 4H SMA200 Daily SMA200 = フル階層構造表示 注意事項 リペイントはしません。 Stableモードは意図的に値を固定します。 裁量構造トレード向け。 ATR拡張フィルター併用推奨。 Pine Script® indicatorby cony19791
Mentor Michael - Adaptive Regime Pro v1.0📌 Professional Entropy-Based Adaptive Trend System | Gold Optimized Mentor Michael – Adaptive Regime Pro v1.0 is a professional-grade adaptive trend engine designed to automatically adjust to changing market conditions using entropy-driven volatility modeling. This system is engineered especially for XAUUSD (Gold), where price behavior shifts rapidly between expansion and compression phases. Instead of using fixed moving averages or static volatility bands, this indicator dynamically adapts smoothing and structure based on real-time market regime detection. The result is a clean, professional trend framework that measures both direction and quality. 🧠 Core Engine – Entropy-Based Market Regime Detection At the heart of the system is an entropy calculation derived from: • Logarithmic return dispersion • Standard deviation vs mean normalization • Controlled scaling between 0 and 1 This produces a normalized entropy value representing market uncertainty. Low Entropy → Structured, directional market High Entropy → Choppy, mean-reverting market The system uses this value to drive all adaptive components. 📊 Adaptive EMA (Dynamic Smoothing Model) Unlike traditional EMAs with fixed smoothing constants, this system modifies the alpha coefficient dynamically. When entropy is high: • EMA becomes more reactive • Adjusts faster to noise When entropy is low: • EMA becomes smoother • Better at riding sustained trends This prevents lag during breakouts while avoiding overreaction during consolidation. 📦 Dynamic Volatility Bands (Dual Structure Model) Two ATR-based envelopes are built around the adaptive EMA: Inner Bands (Fast Reaction Zone) Used for detecting regime shifts. Price closing above inner upper band → Bullish regime Price closing below inner lower band → Bearish regime Outer Bands (Volatility Expansion Zone) Track broader volatility expansion and serve as structural references. Band width scales automatically based on trend strength. Stronger trend → Wider bands Choppy market → Narrower bands This creates a volatility-aware structure instead of static channels. 🎯 Trend State Logic The script maintains internal trend memory to avoid signal flickering. A regime shift only occurs when price confirms beyond the inner band. • Bullish Trend • Bearish Trend • Neutral State This produces cleaner trend transitions and professional-level stability. 💪 Signal Strength Meter (0–100) Signal Strength = (1 − Normalized Entropy) × 100 This converts volatility behavior into a measurable percentage. High Score → Clean directional conditions Low Score → Compression or indecision Instead of guessing trend quality, you see it numerically. 🖥 Trend Dashboard Panel The built-in dashboard (top-right corner) displays: • Current Trend State • Signal Strength (%) • Entropy (%) The panel updates in real time and can be toggled ON/OFF. Designed for fast visual decision-making without clutter. 🎨 Visual Structure • Adaptive color-coded EMA • Dynamic layered volatility fills • Optional bar coloring • Controlled transparency for clean overlays • Professional layout for live trading environments The structure is designed to look premium and readable across all timeframes. 🔔 Alert System Built-in alert conditions trigger on: • Bullish Regime Shift • Bearish Regime Shift Alerts activate only when confirmed regime transitions occur. Suitable for: • Manual execution • Automation • Session monitoring ⚙️ Input Parameters Explained Entropy Lookback Controls regime sensitivity. Lower values increase responsiveness. Higher values produce smoother macro trends. Fast Band Multiplier Controls inner band width (signal sensitivity). Slow Band Multiplier Controls outer band width (volatility envelope scale). Visual Controls Custom colors, transparency, dashboard toggle, and bar coloring options. 💎 Optimized for XAUUSD (Gold) Gold trends strongly but consolidates sharply. This adaptive entropy structure is specifically tuned to handle that expansion-compression behavior. Recommended for XAUUSD 4H: Lookback: 22–28 Fast Multiplier: 1.6–1.9 Slow Multiplier: 3.2–3.8 Also performs well on: • BTCUSD • Major Forex pairs • Indices ✅ Ideal For • Trend-following traders • Swing traders • Volatility regime analysis • Confluence with Order Blocks / FVG / Liquidity Sweeps • Gold and Crypto trading 🔥 What Makes This Different? Most indicators use: • Fixed smoothing • Static ATR bands • No regime awareness Adaptive Regime Pro: • Measures entropy in real time • Dynamically adjusts smoothing • Scales volatility structure • Quantifies trend strength objectively • Maintains stable regime memory It is not just a moving average —It is a volatility-aware adaptive regime system. ⚠️ Disclaimer This script is provided for educational and analytical purposes only. It does not provide financial or investment advice. Always apply proper risk management.Pine Script® indicatorby Mentor_Michael0316
5/10/20/50 EMA IndicatorEMA Indicators made by the goat leandro fredes for freeski facts miami penthouse svj on the wayPine Script® indicatorby leoohgznUpdated 0
EMA xPair [crlmx]EMA indicator pair with smooth gradient fill. Timeframe adjustable to fixed value or follow the chats. Key Features - Two configurable EMAs (default 8 / 24 on day TF) - 15 reference timeframes from 1min to Monthly - Gradient fill between EMAs - colour tracks the dominant line - Midline between the two EMAs - acts as a dynamic centre reference - Streamlined inputs / UI brought to you by crlmx Trading Applications - Use as trend filter, not entry trigger - Gradient fill enhances visual read on trend bias - Midline acts as support/resistance between the two EMAs - Daily 8/24 works across all instruments and timeframes - Daily 30/50 gives a very solid HTF trend signal across assets for swing / position trading - Recommended Settings Scalping (fast): EMA1: 8 | EMA2: 24 | TF: 1min | Chart: 1m–5m Scalping: EMA1: 8 | EMA2: 24 | TF: 3–5min | Chart: 1m–5m Day Trading: EMA1: 8 | EMA2: 24 | TF: Day | Chart: 15m–1H Swing Trading: EMA1: 30 | EMA2: 50 | TF: Day | Chart: 4H–1D Version History v1.21 (Latest - 23 Feb 2026) - Gradient fill between EMAs with transparency control - 15 reference timeframes (1min to Monthly) - Midline defaults to off Pine Script® indicatorby crlmx5
K@lTony SMA Strategy Time Range Bias with Counter Mean ReversiKalTony SMA Strategy is a powerful intraday indicator designed for traders looking to capitalize on high-volatility moments at the start of predefined time ranges (e.g., opening ranges, key sessions, news windows). Key Features: • Customizable Primary SMA with Advanced Smoothing Adjustable length and source (close, hl2, etc.) Offset support 6 smoothing types: None, SMA, EMA, SMMA (RMA), WMA, VWMA Optional Bollinger Bands overlay on the smoothed MA (with adjustable std. dev. multiplier) • Up to 3 Independent Configurable Time Ranges Custom start/end times (HHMM-HHMM format) Individual enable/disable toggle Semi-transparent background color for each range (easy visual identification) • Two Strategic Biases per Range – Signals Triggered at Range Open → Counter SMA (trend-following breakout style) On the first candle of the range (using Open price): • Price > SMA → BUY signal • Price < SMA → SELL signal → Toward SMA (mean-reversion style) On the first candle of the range (using Open price): • Price < SMA → BUY signal • Price > SMA → SELL signal Signals appear immediately at the open of the first candle in the range — perfect for fast entries and reactive trading. • Clean & Intuitive Visualization Primary SMA: blue line Smoothed MA: yellow line (when enabled) Bollinger Bands: green (when selected) with fill Clear BUY (green label below bar) / SELL (red label above bar) signals only on range-start bars Colored range backgrounds to highlight active sessions instantly Ideal For: Scalping & day trading on indices, forex, futures, crypto Opening Range Breakout (ORB) strategies Combining with price action, volume profiles, or other filters European, US, Asian sessions — customize ranges for your timezone/markets Common Usage Examples: Range 1: 09:00–09:05 (European open / Milan open) → Counter SMA Range 2: 15:30–16:00 (US pre-market / cash open) → Toward SMA Range 3: News/rollover window → custom bias Adapt the times, colors, MA length, and bias direction to match your trading style and favorite instruments. Credit & Reuse Notice: The core SMA calculation and optional smoothing/Bollinger Bands logic are adapted from publicly available open-source SMA indicators shared by the TradingView community. Special thanks to the original authors for their contributions — this script significantly extends the original concept with multi-range time-based bias logic, open-price signals, and customizable strategies. Published in compliance with TradingView's Script Publishing Rules. Happy trading! © KalTony – 2026 KalTony SMA Strategy è un indicatore strategico progettato per trader intraday che vogliono sfruttare momenti di alta volatilità all'apertura di fasce orarie predefinite (Opening Range, sessioni chiave, ecc.). Caratteristiche principali: • Media Mobile principale (SMA personalizzabile) con possibilità di smoothing avanzato – Lunghezza SMA base – Source (close, hl2, open, ecc.) – Offset – 6 tipi di smoothing: SMA, EMA, SMMA/RMA, WMA, VWMA – Opzione Bollinger Bands sul MA secondario (deviazione standard regolabile) • Fino a 3 fasce orarie indipendenti configurabili – Orario di inizio e fine personalizzabile (formato HHMM-HHMM) – Colore di sfondo semi-trasparente per ogni range – Attivazione/disattivazione singola per range • Due modalità operative per ogni fascia oraria: → Contro SMA All'apertura della prima candela del range: • Prezzo > SMA → segnale BUY • Prezzo < SMA → segnale SELL → Verso SMA (mean-reversion style) All'apertura della prima candela del range: • Prezzo < SMA → segnale BUY • Prezzo > SMA → segnale SELL • I segnali vengono generati esattamente all'apertura della prima candela del range (utilizzando il prezzo Open), non alla chiusura → ideale per ingressi rapidi e reattivi. • Visualizzazione pulita: – SMA principale in blu – SMA smoothed in giallo (se attivo) – Bande Bollinger verdi (se selezionate) – Etichette BUY/SELL chiare e colorate solo sulla barra di ingresso del range – Sfondo colorato per identificare immediatamente le fasce orarie attive Ideale per: Scalping e day trading su indici, forex, futures, crypto Strategie basate su Opening Range Breakout (ORB) Combinazione con price action, volume o altri filtri Sessioni europee, americane o asiatiche con range chiave predefiniti Esempi di utilizzo comuni: Range 1: 09:00–09:05 (apertura Milano/Europa) → Contro SMA Range 2: 15:30–16:00 (pre-market USA / cash open) → Verso SMA Range 3: fascia di rollover o news → personalizzata Personalizza gli orari, i colori, la lunghezza della media e il tipo di bias per adattarlo al tuo stile e al tuo mercato preferito. Buon trading! © KalTony – 2025/2026 11 minuti fa Note di rilascio KalTony SMA Strategy is a powerful intraday indicator designed for traders looking to capitalize on high-volatility moments at the start of predefined time ranges (e.g., opening ranges, key sessions, news windows). Key Features: • Customizable Primary SMA with Advanced Smoothing Adjustable length and source (close, hl2, etc.) Offset support 6 smoothing types: None, SMA, EMA, SMMA (RMA), WMA, VWMA Optional Bollinger Bands overlay on the smoothed MA (with adjustable std. dev. multiplier) • Up to 3 Independent Configurable Time Ranges Custom start/end times (HHMM-HHMM format) Individual enable/disable toggle Semi-transparent background color for each range (easy visual identification) • Two Strategic Biases per Range – Signals Triggered at Range Open → Counter SMA (trend-following breakout style) On the first candle of the range (using Open price): • Price > SMA → BUY signal • Price < SMA → SELL signal → Toward SMA (mean-reversion style) On the first candle of the range (using Open price): • Price < SMA → BUY signal • Price > SMA → SELL signal Signals appear immediately at the open of the first candle in the range — perfect for fast entries and reactive trading. • Clean & Intuitive Visualization Primary SMA: blue line Smoothed MA: yellow line (when enabled) Bollinger Bands: green (when selected) with fill Clear BUY (green label below bar) / SELL (red label above bar) signals only on range-start bars Colored range backgrounds to highlight active sessions instantly Ideal For: Scalping & day trading on indices, forex, futures, crypto Opening Range Breakout (ORB) strategies Combining with price action, volume profiles, or other filters European, US, Asian sessions — customize ranges for your timezone/markets Common Usage Examples: Range 1: 09:00–09:05 (European open / Milan open) → Counter SMA Range 2: 15:30–16:00 (US pre-market / cash open) → Toward SMA Range 3: News/rollover window → custom bias Adapt the times, colors, MA length, and bias direction to match your trading style and favorite instruments. Credit & Reuse Notice: The core SMA calculation and optional smoothing/Bollinger Bands logic are adapted from publicly available open-source SMA indicators shared by the TradingView community. Special thanks to the original authors for their contributions — this script significantly extends the original concept with multi-range time-based bias logic, open-price signals, and customizable strategies. Published in compliance with TradingView's Script Publishing Rules. Happy trading! © KalTony – 2026 KalTony SMA Strategy è un indicatore strategico progettato per trader intraday che vogliono sfruttare momenti di alta volatilità all'apertura di fasce orarie predefinite (Opening Range, sessioni chiave, ecc.). Caratteristiche principali: • Media Mobile principale (SMA personalizzabile) con possibilità di smoothing avanzato – Lunghezza SMA base – Source (close, hl2, open, ecc.) – Offset – 6 tipi di smoothing: SMA, EMA, SMMA/RMA, WMA, VWMA – Opzione Bollinger Bands sul MA secondario (deviazione standard regolabile) • Fino a 3 fasce orarie indipendenti configurabili – Orario di inizio e fine personalizzabile (formato HHMM-HHMM) – Colore di sfondo semi-trasparente per ogni range – Attivazione/disattivazione singola per range • Due modalità operative per ogni fascia oraria: → Contro SMA All'apertura della prima candela del range: • Prezzo > SMA → segnale BUY • Prezzo < SMA → segnale SELL → Verso SMA (mean-reversion style) All'apertura della prima candela del range: • Prezzo < SMA → segnale BUY • Prezzo > SMA → segnale SELL • I segnali vengono generati esattamente all'apertura della prima candela del range (utilizzando il prezzo Open), non alla chiusura → ideale per ingressi rapidi e reattivi. • Visualizzazione pulita: – SMA principale in blu – SMA smoothed in giallo (se attivo) – Bande Bollinger verdi (se selezionate) – Etichette BUY/SELL chiare e colorate solo sulla barra di ingresso del range – Sfondo colorato per identificare immediatamente le fasce orarie attive Ideale per: Scalping e day trading su indici, forex, futures, crypto Strategie basate su Opening Range Breakout (ORB) Combinazione con price action, volume o altri filtri Sessioni europee, americane o asiatiche con range chiave predefiniti Esempi di utilizzo comuni: Range 1: 09:00–09:05 (apertura Milano/Europa) → Contro SMA Range 2: 15:30–16:00 (pre-market USA / cash open) → Verso SMA Range 3: fascia di rollover o news → personalizzata Personalizza gli orari, i colori, la lunghezza della media e il tipo di bias per adattarlo al tuo stile e al tuo mercato preferito. Buon trading! © KalTony – 2025/2026Pine Script® indicatorby kaltony8413
K@lTony SMA Strategy Time Range Bias with Counter Mean ReversiKalTony SMA Strategy is a powerful intraday indicator designed for traders looking to capitalize on high-volatility moments at the start of predefined time ranges (e.g., opening ranges, key sessions, news windows). Key Features: • Customizable Primary SMA with Advanced Smoothing Adjustable length and source (close, hl2, etc.) Offset support 6 smoothing types: None, SMA, EMA, SMMA (RMA), WMA, VWMA Optional Bollinger Bands overlay on the smoothed MA (with adjustable std. dev. multiplier) • Up to 3 Independent Configurable Time Ranges Custom start/end times (HHMM-HHMM format) Individual enable/disable toggle Semi-transparent background color for each range (easy visual identification) • Two Strategic Biases per Range – Signals Triggered at Range Open → Counter SMA (trend-following breakout style) On the first candle of the range (using Open price): • Price > SMA → BUY signal • Price < SMA → SELL signal → Toward SMA (mean-reversion style) On the first candle of the range (using Open price): • Price < SMA → BUY signal • Price > SMA → SELL signal Signals appear immediately at the open of the first candle in the range — perfect for fast entries and reactive trading. • Clean & Intuitive Visualization Primary SMA: blue line Smoothed MA: yellow line (when enabled) Bollinger Bands: green (when selected) with fill Clear BUY (green label below bar) / SELL (red label above bar) signals only on range-start bars Colored range backgrounds to highlight active sessions instantly Ideal For: Scalping & day trading on indices, forex, futures, crypto Opening Range Breakout (ORB) strategies Combining with price action, volume profiles, or other filters European, US, Asian sessions — customize ranges for your timezone/markets Common Usage Examples: Range 1: 09:00–09:05 (European open / Milan open) → Counter SMA Range 2: 15:30–16:00 (US pre-market / cash open) → Toward SMA Range 3: News/rollover window → custom bias Adapt the times, colors, MA length, and bias direction to match your trading style and favorite instruments. Credit & Reuse Notice: The core SMA calculation and optional smoothing/Bollinger Bands logic are adapted from publicly available open-source SMA indicators shared by the TradingView community. Special thanks to the original authors for their contributions — this script significantly extends the original concept with multi-range time-based bias logic, open-price signals, and customizable strategies. Published in compliance with TradingView's Script Publishing Rules. Happy trading! © KalTony – 2026 KalTony SMA Strategy è un indicatore strategico progettato per trader intraday che vogliono sfruttare momenti di alta volatilità all'apertura di fasce orarie predefinite (Opening Range, sessioni chiave, ecc.). Caratteristiche principali: • Media Mobile principale (SMA personalizzabile) con possibilità di smoothing avanzato – Lunghezza SMA base – Source (close, hl2, open, ecc.) – Offset – 6 tipi di smoothing: SMA, EMA, SMMA/RMA, WMA, VWMA – Opzione Bollinger Bands sul MA secondario (deviazione standard regolabile) • Fino a 3 fasce orarie indipendenti configurabili – Orario di inizio e fine personalizzabile (formato HHMM-HHMM) – Colore di sfondo semi-trasparente per ogni range – Attivazione/disattivazione singola per range • Due modalità operative per ogni fascia oraria: → Contro SMA All'apertura della prima candela del range: • Prezzo > SMA → segnale BUY • Prezzo < SMA → segnale SELL → Verso SMA (mean-reversion style) All'apertura della prima candela del range: • Prezzo < SMA → segnale BUY • Prezzo > SMA → segnale SELL • I segnali vengono generati esattamente all'apertura della prima candela del range (utilizzando il prezzo Open), non alla chiusura → ideale per ingressi rapidi e reattivi. • Visualizzazione pulita: – SMA principale in blu – SMA smoothed in giallo (se attivo) – Bande Bollinger verdi (se selezionate) – Etichette BUY/SELL chiare e colorate solo sulla barra di ingresso del range – Sfondo colorato per identificare immediatamente le fasce orarie attive Ideale per: Scalping e day trading su indici, forex, futures, crypto Strategie basate su Opening Range Breakout (ORB) Combinazione con price action, volume o altri filtri Sessioni europee, americane o asiatiche con range chiave predefiniti Esempi di utilizzo comuni: Range 1: 09:00–09:05 (apertura Milano/Europa) → Contro SMA Range 2: 15:30–16:00 (pre-market USA / cash open) → Verso SMA Range 3: fascia di rollover o news → personalizzata Personalizza gli orari, i colori, la lunghezza della media e il tipo di bias per adattarlo al tuo stile e al tuo mercato preferito. Buon trading! © KalTony – 2025/2026Pine Script® indicatorby kaltony84Updated 1
AIO Master Suite: Moving Averages & OscillatorsThe AIO Master Suite: Moving Averages & Oscillators This is a comprehensive technical analysis toolkit designed to solve the most common problem traders face: Chart Clutter . By consolidating over 25 different Moving Average types and a vast array of Oscillators into a single indicator, this tool allows traders to monitor complex market data without sacrificing screen real estate. Instead of stacking multiple oscillator panes that compress your price chart, this script calculates values in the background and displays them in a customizable, floating dashboard. Key Features 1. The Moving Average Engine (Chart Overlay) This script includes a robust engine capable of rendering up to 20 simultaneous Moving Averages . Each slot is fully independent, allowing you to select the Type, Length, Source, and Color. We have included a mix of Classical, Adaptive, and Geometric averages to suit any trading style: Classical: SMA, EMA, WMA, RMA. Adaptive: KAMA (Kaufman Adaptive): Adjusts to market noise. FRAMA (Fractal Adaptive): Uses fractal geometry to dynamically adjust smoothing. JMA (Jurik Moving Average): Low-lag, low-noise smooth curve. VIDYA: Adjusts volatility using Chande Momentum Oscillator. Low-Lag/Smooth: Hull MA (HMA): Reduces lag while improving smoothing. Zero-Lag EMA (ZLEMA): Tracks the difference between price and standard EMA. Tilson T3: Smooth, low-lag moving average. Super Smoother: Uses a 2-pole Butterworth filter. Other Types: ALMA, McGinley Dynamic, LSMA, Geometric MA, Triangular MA, and Median. 2. The Oscillator Dashboard (Data Table) Rather than plotting lines, the script computes the raw values and signal components of popular oscillators and presents them in a clean table. This is ideal for "at-a-glance" confluence checking. Momentum: RSI, Stochastic, Stoch RSI, Williams %R, Momentum, CCI, Ultimate Oscillator. Trend & Volume: MACD (Line, Signal, Hist), ADX (DI+/DI-), Aroon, Vortex. Market Strength: CMF, MFI, ATR. Advanced: Fisher Transform, TRIX, Connors RSI, CMO, and TSI. How It Works Calculations: All indicators are calculated using standard and advanced mathematical formulas derived from their original authors (e.g., Ehlers, Jurik). Display Logic: The script utilizes the table library to dynamically check which indicators are enabled. Disabled indicators are removed from the calculation pipeline to optimize performance. Adaptive Logic: For averages like FRAMA and KAMA, the script analyzes price volatility or fractal dimensions to automatically tighten or loosen the smoothing factor. How to Use Trend Identification: Enable your preferred Moving Averages (e.g., a 50/200 EMA pair) to visualize the main trend direction on the chart. Confluence Scanning: Use the Dashboard to check the state of oscillators without scrolling. For example, quickly see if RSI is > 70 (Overbought) while checking if the MACD Histogram is ticking down. Customization: Open settings to toggle specific MAs or Oscillators. You can change the dashboard position (e.g., Top Right, Bottom Left) to fit your screen. Settings Global MA Params: Controls variables for complex MAs (JMA Phase, ALMA Offset, etc). Moving Averages: 20 individual slots to toggle visibility, type, length, and color. Oscillators: Individual toggles and length settings for every oscillator. Table Settings: Control visibility and position of the dashboard. Disclaimer This tool is for informational and educational purposes only. It provides technical data based on mathematical formulas and DOES NOT constitute financial advice. Past performance of any indicator does not guarantee future results. Always manage your risk.Pine Script® indicatorby abgthecoder8