MM8 Best Regression ChannelMM8 Best Regression Channel — Smart regression channel with auto-optimized length and density histogram
\ Summary\
This indicator automatically searches the optimal regression length (optimalLength) between 50 and 200 (step 5) and draws a channel whose effective width is minimized. It then overlays a color-gradient regression channel plus a compact, right-edge density histogram to show where price spends most of its time inside the channel. The goal is to blend mean-reversion context with breakout assessment in a clean, visual way.
\ How it works\
1. Length optimization: For each candidate length (50…200, step 5) the script computes variance of the source and its linear correlation with time (bar\_index). Residual volatility (MAD proxy) is estimated via sqrt(v − v\*r^2). The channel width is evaluated as 2×MAD with an internal optimizer multiplier (mult\_opt = 2.0). The length that yields the smallest effective width is selected as optimalLength.
2. Regression and channel: Using optimalLength, the slope (alpha) and intercept (beta) are derived from source vs. bar\_index. Upper/lower channel boundaries are set at ±MAD scaled by the user “Multiplier”.
3. Density histogram: The channel span is split into N bins. For each bin, the script counts how many of the last optimalLength bars fall inside that band and draws a short horizontal tick on the right edge. Longer ticks imply higher dwell time.
\ Inputs\
* Bins Number: number of histogram bands (default 7).
* Multiplier: scales the final channel width used for drawing (separate from mult\_opt used only in the optimizer).
* Source: input data (default Close).
* Style → Show Histogram: toggle the right-edge density ticks.
* Style → Channel Color (Lower/Upper): colors for the channel gradient (from lower to upper).
* Style → Histogram Bins Color: color for the right-edge ticks.
* Style → Line Style: channel line style (solid / dashed / dotted).
\ What you see\
* A regression channel rendered with a lower→upper color gradient.
* A right-edge horizontal histogram for each band; tick length encodes the count of bars residing in that band over the last optimalLength window.
* To reduce overhead, lines are deleted/rebuilt and the drawing routine executes on the last bar (barstate.islast).
\ Interpretation and use\
* Mean reversion: Touches or brief pierces of outer bands with low local density can suggest short-term fade setups.
* Breakout context: A sustained push with rising density near a boundary, backed by structure and volume, can support continuation.
* Multiplier tuning: Smaller → tighter/more sensitive channel; larger → smoother/less noisy.
* Bins tuning: More bins give finer distribution detail (at the cost of a busier plot).
\ Practical notes\
* On noisier symbols/timeframes, consider a larger Multiplier.
* If the right-edge histogram looks too crowded, reduce Bins or increase Multiplier.
* Combine with market structure (HH/HL/LH/LL), volume, and supply/demand zones for confirmation.
\ Limitations\
* The optimizer search range is fixed at 50…200 with step 5 for simplicity/performance. Adjust start\_length / end\_length / step\_length in code if you need a different space.
* Lines are rebuilt each update; many instances or very long histories can add overhead on weaker machines.
* This is a contextual tool, not a definitive buy/sell signal.
\ Recommended settings\
* Many crypto pairs work well on 15m to 4h for a good balance of noise vs. signal.
* In strong trends, increase Multiplier or demand structural confirmation before fading an outer band.
* In ranges, focus on outer-band reactions with low local density and seek quick re-entries.
\ Compatibility\
* Pine Script v5. Uses max\_lines\_count=500. When running multiple instances, monitor performance.
\ Disclaimer\
* This is for analytical/educational purposes only and does not constitute financial advice. Use at your own risk.
Keywords: Regression Channel, Linear Regression, MAD, Mean Reversion, Breakout, Volatility, Distribution, Histogram, Liquidity, Crypto, BTC, Technical Analysis
Wskaźniki i strategie
Signal Generator: EMA XC with MTF CheckUltimate Signal Generator MTF
Overview
The Ultimate Signal Generator MTF is a multi-timeframe tool that combines higher timeframe (HTF) momentum with lower timeframe (LTF) confirmations to generate reliable Buy and Sell signals. It is designed for traders who want to follow higher-timeframe trends while timing entries on a lower timeframe.
Features
📊 HTF Momentum Histogram – plots the difference between short and long EMAs of a higher timeframe, anchored at the bottom of the main chart. Green bars indicate bullish momentum, red bars indicate bearish momentum.
📈 Multi-Timeframe Confirmation – ensures that signals align with the higher-timeframe momentum before triggering.
🟢🔴 Buy & Sell Arrows – displayed directly on the price chart whenever both HTF trend and LTF cross conditions agree.
⏰ Alerts – fully integrated alerts for Buy/Sell signals so you never miss a setup.
⚡ Lightweight & Clean – EMAs are calculated internally but not plotted, keeping your chart uncluttered.
How It Works
The indicator calculates short and long EMAs on a higher timeframe.
It measures the momentum difference (short EMA minus long EMA).
When HTF momentum is bullish/bearish, it checks for confirmation from the LTF EMA cross.
If both align, a Buy or Sell arrow is plotted on the chart.
Best Use Cases
Swing trading with HTF = 1h, LTF = 15m
Intraday trading with HTF = 15m, LTF = 5m
Works on all assets (stocks, crypto, forex, indices).
⚠️ Disclaimer
This tool is meant for educational purposes only. It is not financial advice. Always combine signals with your own analysis and proper risk management.
SniperKillsXXX3.0Sweep+MSS+6PM/NY Open🔹 SniperKills Sweep + MSS Indicator – Now With Fixed 6PM & NY Daily Open Levels
Stay ahead of the market with the latest SniperKills trading indicator designed for NQ futures traders. This update includes:
Sweep Detection & MSS Alerts: Spot liquidity sweeps and Market Structure Shifts in real-time.
Fixed 6:00 PM Globex Open: Accurately reference the key Globex session open at 23381.50.
Fixed Midnight / NY Daily Open: Track the official NY session open at 23324.50 for better confluence.
Customizable Alerts & Labels: Never miss a sweep or MSS signal with on-chart labels and optional alerts.
ICT SniperKills Style: Clean visuals with extended lines and color-coded signals for fast, actionable setups.
This indicator is perfect for traders using ICT methodology, giving you precision levels for entries, liquidity sweeps, and MSS confirmations — all while saving time on manual calculations.
Trade smarter, spot setups faster, and stay in sync with the market session opens.
RSI Multi Time FrameWhat it is
A clean, two-layer RSI that shows your chart-timeframe RSI together with a higher-timeframe (HTF) RSI on the same pane. The HTF line is drawn as a live segment plus frozen “steps” for each completed HTF bar, so you can see where the higher timeframe momentum held during your lower-timeframe bars.
How it works
Auto HTF mapping (when “Auto” is selected):
Intraday < 30m → uses 60m (1-hour) RSI
30m ≤ tf < 240m (4h) → uses 240m (4-hour) RSI
240m ≤ tf < 1D → uses 1D RSI
1D → uses 1W RSI
1W or 2W → uses 1M RSI
≥ 1M → keeps the same timeframe
The HTF series is requested with request.security(..., gaps_off, lookahead_off), so values are confirmed bar-by-bar. When a new HTF bar begins, the previous value is “frozen” as a horizontal segment; the current HTF value is shown by a short moving segment and a small dot (so you can read the last value easily).
Visuals
Current RSI (chart TF): solid line (color/width configurable).
HTF RSI: same-pane line + tiny circle for the latest value; historical step segments show completed HTF bars.
Guides: dashed 70 / 30 bands, dotted 60/40 helpers, dashed 50 midline.
Inputs
Higher Time Frame: Auto or a fixed TF (1, 3, 5, 10, 15, 30, 45, 60, 120, 180, 240, 360, 480, 720, D, W, 2W, M, 3M, 6M, 12M).
Length: RSI period (default 14).
Source: price source for RSI.
RSI / HTF RSI colors & widths.
Number of HTF RSI Bars: how many frozen HTF segments to keep.
Reading it
Alignment: When RSI (current TF) and HTF RSI both push in the same direction, momentum is aligned across frames.
Divergence across frames: Current RSI failing to confirm HTF direction can warn about chops or early slowdowns.
Zones: 70/30 boundaries for classic overbought/oversold; 60/40 can be used as trend bias rails; 50 is the balance line.
This is a context indicator, not a signal generator. Combine with your entry/exit rules.
Notes & limitations
HTF values do not repaint after their bar closes (lookahead is off). The short “live” segment will evolve until the HTF bar closes — this is expected.
Very small panels or extremely long histories may impact performance if you keep a large number of HTF segments.
Credits
Original concept by LonesomeTheBlue; Pine v6 refactor and auto-mapping rules by trading_mura.
Suggested use
Day traders: run the indicator on 5–15m and keep HTF on Auto to see 1h/4h momentum.
Swing traders: run it on 1h–4h and watch the daily HTF.
Position traders: run on daily and watch the weekly HTF.
If you find it useful, a ⭐ helps others discover it.
Plages horaires Bourses MondialesPermet de voir les plages d'ouverture des places boursières mondiales.
Seans_ScannerScanner for securities that is about to increase or decrease in value reliably
It utilizes EMAD 20 and 200 , RSI , MACD , ADX and filter for atr factor of 0.75. It was developed to work with crypto assets.
Ichimoku Cloud Advanced [CongTrader]Ichimoku Cloud Advanced
Overview
Ichimoku Cloud Advanced is a refined version of the classic Ichimoku system. It combines the power of the original Ichimoku framework with practical enhancements, including:
Crypto & Traditional Presets for flexible use in multiple markets.
EMA200 Trend Filter to help reduce false signals and highlight strong market direction.
Signal Table & Labels to visualize entry/exit signals clearly.
Smart Alerts for Tenkan/Kijun crosses and Kumo breakouts.
Designed for traders who want to capture momentum, confirm trends, and manage positions more effectively in crypto, forex, and stocks.
Unique Value
Unlike standard Ichimoku indicators, this tool focuses on:
Adaptability: Ready-made presets for crypto volatility or traditional markets.
Clarity: Built-in labels, status table, and optional signals.
Risk Awareness: Encourages users to filter trades with EMA200, not just raw Ichimoku signals.
This makes it a balanced tool for trend confirmation, swing entries, and scalping setups.
How to Use
Choose a Preset → Traditional (9/26/52) or Crypto (fast/medium) depending on your market.
Enable EMA200 Filter → Use it to avoid trading against major market direction.
Watch Signals → Buy/Sell labels, status table updates, and alerts will guide you.
Set Alerts → Get notified when Tenkan crosses Kijun or when price breaks out of the Kumo cloud.
Quick Guide
Crypto Short-Term: Use fast preset for scalping volatile coins.
Stocks/Forex: Traditional settings align well with daily/weekly analysis.
Trend Filter: Always check EMA200 color and slope for context.
Alerts: Configure them to avoid missing strong trend entries.
Disclaimer
This indicator is a decision-support tool, not a guaranteed profit system. Trading involves risk, and past performance does not guarantee future results. Always:
Manage your risk and position size.
Use stop-loss and take-profit levels.
Consider market context before making decisions.
We do not provide financial advice. Use at your own discretion.
Acknowledgments
Original Ichimoku Kinko Hyo system created by Goichi Hosoda.
Enhanced and adapted by CongTrader for modern markets.
Thank you for using this tool! Your feedback and suggestions are always welcome to make it better.
🚀 Start testing Ichimoku Cloud Advanced today and experience a clearer, smarter way to apply one of the most respected trading systems.
#Ichimoku #IchimokuCloud #Kumo #Tenkan #Kijun #Chikou #CloudBreakout #TKCross #EMA200 #TrendFilter #Momentum #SwingTrading #Scalping #RiskManagement #MultiTimeframe #Alerts #Crypto #Forex #Stocks #Futures #Spot #PriceAction #TechnicalAnalysis #TradingViewIndicator
MACD Candle Colorsvfvrefvwrfvwefcqedcwedcedcwdcqwdcqwdcqwdckjnqwdcijnq wdcokmqnwdcoknedlkcnedklcqewd
cwqdcqw
dc
qwdcqwedc
qwdcqqwdcqwkdncowkqndc
w
cqwdcqwdcqwdcqwdcercefcedc
Israel Time – Ori TartakovskiAdds a timeline of time in Israel above the original timeline with the time zone you selected.
(זמן ישראל בנוסף - (אורי טרטאקובסקיAdds a timeline of time in Israel above the original timeline with the time zone you selected.
COT INDEX by qdeedCOT Index
Calculation; COT Index = ((Current Net Position – Lowest Value in the Period) / (Highest Value in the Period – Lowest Value in the Period)) * 100
Use on the weekly timeframe.
clement fail proof 9-Indicator Buy/Sell Zones & Triggersthis is a combination of 9 indicators to make buying and selling a easy task for short term and long term traders...not for day traders..clementfranny@gmail.com designed to help beginners and experts ..so go ahead and trade like an expert..90 percent fail proof for long term but not for day trading...may work but you need to test..
BTC – 6 o'clock Windows (AM/PM) • stable v6Treat 02:30 and 14:30 UTC with Respect
This study focuses on two recurring intraday windows on BTC: 02:30 and 14:30 UTC. Using a time-based overlay that highlights 60–90 minute windows around these timestamps, you’ll notice that many days feature a sharp move, often kicked off by a quick liquidity sweep.
On the chart:
• Boxes visualize each window’s High–Low range.
• Labels show only the dollar change across the window (no decimals).
• Gray label = net up (Close − Open > 0). Purple label = net down (Close − Open < 0).
Why exactly 02:30 and 14:30 UTC?
1. Session overlap and peak liquidity. 02:30 sits inside Asia; 14:30 lands during prime U.S. hours. Block orders and rebalancing cluster here, lifting volatility.
2. Perpetuals mechanics. Funding, scheduled rolls, and liquidations often bunch around these times, triggering stop runs and occasional cascades.
3. Algorithmic execution. CTAs/HFTs batch orders near session turns and around key candle opens/closes.
4. Liquidity grabs. Fast sweeps above/below obvious highs/lows harvest stops before the real direction develops.
How to trade around these windows
• Time alerts at 02:25 and 14:25 UTC.
• Reduce size or hedge from \~10–15 minutes before to 30–90 minutes after.
• Avoid obvious swing-point stops; use ATR-based buffers.
• Wait for confirmation: liquidity sweep plus structure shift (MSB/CHOCH) with volume—don’t chase the first spike.
• Check the calendar first; CPI/FOMC/CME and major macro prints can magnify moves.
Method
Windows are highlighted strictly around 02:30 and 14:30 UTC on 15–30 minute charts. The magnitude cue comes from the window’s High–Low range, while label color reflects the net result (Close − Open): gray for net up, purple for net down. Repeated observations across recent days show this timing effect clearly.
Bottom line
The 02:30 and 14:30 UTC windows are liquidity magnets. Even if you trade swing or trend, acknowledging the elevated volatility here can materially improve entries, risk placement, and position durability.
This is an analytical view, not financial advice.
ROC / VWAP / ATR / RSI / MACD Combo//@version=5
indicator("ROC / VWAP / ATR / RSI / MACD Combo", overlay=true)
// === INPUTS ===
showROC = input.bool(true, "Show ROC")
rocLength = input.int(14, "ROC Length")
showVWAP = input.bool(true, "Show VWAP")
showATR = input.bool(true, "Show ATR")
atrLength = input.int(14, "ATR Length")
showRSI = input.bool(true, "Show RSI")
rsiLength = input.int(14, "RSI Length")
showMACD = input.bool(true, "Show MACD")
fastLen = input.int(12, "MACD Fast Length")
slowLen = input.int(26, "MACD Slow Length")
sigLen = input.int(9, "MACD Signal Length")
// === CALCULATIONS ===
// ROC
roc = ta.roc(close, rocLength)
// VWAP
vwap = ta.vwap
// ATR
atr = ta.atr(atrLength)
// RSI
rsi = ta.rsi(close, rsiLength)
// MACD
macdLine = ta.ema(close, fastLen) - ta.ema(close, slowLen)
signal = ta.ema(macdLine, sigLen)
hist = macdLine - signal
// === PLOTTING ===
// ROC (separate scale)
plot(showROC ? roc : na, title="ROC", color=color.aqua, display=display.none)
// VWAP (on chart)
plot(showVWAP ? vwap : na, title="VWAP", color=color.orange, linewidth=2)
// ATR (separate scale)
plot(showATR ? atr : na, title="ATR", color=color.red, display=display.none)
// RSI (separate scale, 0-100)
plot(showRSI ? rsi : na, title="RSI", color=color.blue, display=display.none)
hline(70, "RSI Overbought", color=color.gray, linestyle=hline.style_dotted)
hline(30, "RSI Oversold", color=color.gray, linestyle=hline.style_dotted)
// MACD (separate scale)
plot(showMACD ? macdLine : na, title="MACD Line", color=color.green, display=display.none)
plot(showMACD ? signal : na, title="Signal Line", color=color.red, display=display.none)
plot(showMACD ? hist : na, title="MACD Histogram", style=plot.style_columns, color=hist>=0 ? color.new(color.green,50) : color.new(color.red,50), display=display.none)
ADX MTF mura visionOverview
ADX MTF — mura vision measures trend strength and visualizes a higher-timeframe (HTF) ADX on any chart. The current-TF ADX is drawn as a line; the HTF ADX is rendered as “step” segments to reflect closed HTF bars without repainting. Optional soft fills highlight the 20–25 (trend forming) and 40–50 (strong trend) zones.
How it works
ADX (current TF) : Classic Wilder formulation using DI components and RMA smoothing.
HTF ADX : Requested via request.security(..., lookahead_off, gaps_off).
When a new HTF bar opens, the previous value is frozen as a horizontal segment.
The current HTF bar is shown as a live moving segment.
This staircase look is expected on lower timeframes.
Auto timeframe mapping
If “Auto” is selected, the HTF is derived from the chart TF:
<30m → 60m, 30–<240m → 240m, 240m–<1D → 1D, 1D → 1W, 1W/2W → 1M, ≥1M → same.
Inputs
DI Length and ADX Smoothing — core ADX parameters.
Higher Time Frame — Auto or a fixed TF.
Line colors/widths for current ADX and HTF ADX.
Fill zone 20–25 and Fill zone 40–50 — optional light background fills.
Number of HTF ADX Bars — limits stored HTF segments to control chart load.
Reading the indicator
ADX < 20: typically range-bound conditions; trend setups require extra caution.
20–25: trend emergence; breakouts and continuation structures gain validity.
40–50: strong trend; favor continuation and manage with trailing stops.
>60 and turning down: possible trend exhaustion or transition toward range.
Note: ADX measures strength, not direction. Combine with your directional filter (e.g., price vs. MA, +DI/−DI, structure/levels).
Non-repainting behavior
HTF values use lookahead_off; closed HTF bars are never revised.
The only moving piece is the live segment for the current HTF bar.
Best practices
Use HTF ADX as a regime filter; time entries with the current-TF ADX rising through your threshold.
Pair with ATR-based stops and a MA/structure filter for direction.
Consider higher thresholds on highly volatile altcoins.
Performance notes
The script draws line segments for HTF bars. If your chart becomes heavy, reduce “Number of HTF ADX Bars.”
Disclaimer
This script is for educational purposes only and does not constitute financial advice. Trading involves risk.
MAC-Z VWAP Indicator + L/S ThresholdOriginal Script by Lazybear.
Added long/short threshold on the MAC-Z source.
Added BG coloring for visually backtesting.
Script to version 5.
News Volatility Bracketing StrategyThis is a news-volatility bracketing strategy. Five seconds before a scheduled release, the strategy brackets price with a buy-stop above and a sell-stop below (OCO), then converts the untouched side into nothing while the filled side runs with a 1:1 TP/SL set the same distance from entry. Distances are configurable in USD or %, so it scales to the instrument and can run on 1-second data (or higher TF with bar-magnifier). The edge it’s trying to capture is the immediate, one-directional burst and liquidity vacuum that often follows market-moving news—entering on momentum rather than predicting direction. Primary risks are slippage/spread widening and whipsaws right after the print, which can trigger an entry then snap back to the stop.
goforthfx: 4EMA, Patterns, Pivots & Pin BarsMerging 4 ema, pivot standards, pin bars and 3 candle reversal indicator into one.
Use it for information purposes so to see if what is going on with the charts
Custom RSI with Dual Smoothing + Bias Bands + ZonesRSI indicator with two layers of smoothing, key levels (20, 40, 50, 60, 80), and color-coded background zones for bullish, bearish, and neutral bias.
Great for spotting momentum, trend direction, and overbought/oversold conditions across any timeframe.
VLM ALERTalert when there is unusual volume on the chart. Instead of sitting around waiting for us to go out, waiting for something to come in and see
Intraday EMA Support/Resistance with Volume Filter by Shashwat Intraday EMA Support/Resistance with Volume Filter
SK's Intraday EMA Support/Resistance with Volume FilterThis indicator plots EMA-based intraday support & resistance with volume filters to highlight low-volume crossovers.