🔥 HYPE ZONE HUD 🔥Minimalist, modern HUD with a clean emoji-enhanced look
Tracks trend, RSI mood, volume spikes, and signal crossover
Works great on any stock or ETF, on any timeframe
Looks perfect in the top right corner, like a video game heads-up display
Göstergeler ve stratejiler
Enhanced Global M2 Tracking - MJH12785Track M2 liquidity globally with regional control, BTC correlation insights, and automatic offset discovery. An upgrade from traditional M2 tools:
✔️ Region-selectable M2 aggregation
✔️ BTC correlation analysis w/ Optimal Offset Seek
✔️ Dynamic unit scaling (millions → trillions)
✔️ Visual trend correlation bands
✔️ Global region summary table
✔️ Dual-axis overlay with crypto/asset price
Bollinger Bands & EMA 5,10,20,50,144,169,576,676Bollinger Bands & EMA 5,10,20,50,144,169,576,676
方便大家可以使用更多的指标,避免没有会员的指标限制
It is convenient for everyone to use more indicators and avoid the indicator restrictions of non-members
Previous Day & Premarket Levels (dp)Many traders use the previous day’s high and low, along with the premarket high and low, to plan their daily strategies—especially when trading SPY or QQQ options (calls or puts).
This indicator automatically draws those key levels as horizontal lines, giving you a clear view of potential support and resistance zones right at market open.
It’s best suited for intraday charts such as the 1-minute, 5-minute, or 15-minute timeframes.
MEO PRO: BIST Market Strength Oscillator / Piyasa Gücü OsilatörüMEO PRO: BIST Market Strength Oscillator
MEO PRO: BIST Market Strength Oscillator helps you gauge the overall strength of the market by showing how many of your selected Borsa Istanbul (BIST) symbols are trading above their specified moving average. This tool, which generates a value between 0 and 1, provides insight into the general direction of BIST.
Features
* Measures the overall strength of the BIST market.
* Tracks up to 7 user-defined BIST symbols (indices, stocks, etc.).
* Adjustable Moving Average (MA) period for trend determination.
* Adjustable smoothing (EMA) period for the oscillator.
* Clear oscillator output ranging from 0 to 1.
* Key reference levels: Strong Bullish (0.80), Neutral Zone (0.50), Strong Bearish (0.20).
* The indicator's user interface (settings, tooltips) is in Turkish.
---
Who Is It For?
* Borsa Istanbul (BIST) investors and technical analysts.
* Those who want to get an idea about the overall market strength and market breadth.
* Those looking for an additional confirmation and assessment tool for their existing technical analysis methods.
---
How to Use?
1. Adding to Chart:
In TradingView, search for "MEO PRO: BIST Market Strength Oscillator" in the "Indicators" section and add it to your chart.
2. Settings:
MA Period for Trend: Determines the MA against which tracked symbols are evaluated (e.g., 50).
Oscillator Smoothing Period: Smoothes the oscillator line (e.g., 10).
Symbols to Track: Enter up to 7 BIST symbols (e.g., "BIST:XU100", "BIST:GARAN") and activate them.
3. Interpretation:
* If the oscillator is at 0.80 or above, it generally indicates a strong bullish trend in the market.
* If the oscillator is at 0.20 or below, it generally indicates a strong bearish trend in the market.
* Values around 0.50 may suggest an indecisive or sideways market.
* Important Note: This oscillator should not be used as a standalone buy/sell signal but as a decision support tool in conjunction with other analyses.
---
Frequently Asked Questions (FAQ)
Q: Does this indicator only work for BIST?
A: Yes, it is primarily designed for Borsa Istanbul (BIST) symbols and market conditions.
Q: How many symbols can I track at most?
A: There are 7 symbol inputs in the settings.
Q: Why does the oscillator range between 0 and 1?
A: The oscillator shows the ratio of active symbols above their MA to the total number of active symbols; this ratio is always between 0 and 1.
Q: Does this indicator provide definitive buy/sell signals?
A: No. The MEO PRO BIST Market Strength Oscillator is an analysis tool that provides insight into the overall market condition. Trading decisions should be based on your personal risk assessment and other analyses.
---
Disclaimer
* This indicator is for educational and informational purposes only and does not constitute investment advice.
* Past market performance is not a guarantee of future results.
* You are solely responsible for any trades you make using this indicator. Trading in financial markets involves risk of loss.
* It is important to conduct your own research and, if necessary, consult a licensed financial advisor before making any investment decisions.
---
TradingView Terms of Use
By using this indicator on the TradingView platform, you agree to TradingView's Terms of Use. You can access the current terms of use at www.tradingview.com
MirPapa_Handler_HTFLibrary "MirPapa_Handler_HTF"
High Time Frame Handler Library:
Provides utilities for working with High Time Frame (HTF) and chart (LTF) conversions and data retrieval.
IsChartTFcomparisonHTF(_chartTf, _htfTf)
IsChartTFcomparisonHTF
@description
Determine whether the given High Time Frame (HTF) is greater than or equal to the current chart timeframe.
Parameters:
_chartTf (string) : The current chart’s timeframe string (examples: "5", "15", "1D").
_htfTf (string) : The High Time Frame string to compare (examples: "60", "1D").
@return
Returns true if HTF minutes ≥ chart minutes, false otherwise or na if conversion fails.
GetHTFrevised(_tf, _case)
GetHTFrevised
@description
Retrieve a specific bar value from a Higher Time Frame (HTF) series.
Supports current and historical OHLC values, based on a case identifier.
Parameters:
_tf (string) : The target HTF string (examples: "60", "1D").
_case (string) : A case string determining which OHLC value and bar offset to request:
"b" → HTF bar_index
"o" → HTF open
"h" → HTF high
"l" → HTF low
"c" → HTF close
"o1" → HTF open one bar ago
"h1" → HTF high one bar ago
"l1" → HTF low one bar ago
"c1" → HTF close one bar ago
… up to "o5", "h5", "l5", "c5" for five bars ago.
@return
Returns the requested HTF value or na if _case does not match any condition.
GetHTFfromLabel(_label)
GetHTFfromLabel
@description
Convert a Korean HTF label into a Pine Script-recognizable timeframe string.
Examples:
"5분" → "5"
"1시간" → "60"
"일봉" → "1D"
"주봉" → "1W"
"월봉" → "1M"
"연봉" → "12M"
Parameters:
_label (string) : The Korean HTF label string (examples: "5분", "1시간", "일봉").
@return
Returns the Pine Script timeframe string corresponding to the label, or "1W" if no match is found.
GetHTFoffsetToLTFoffset(_offset, _chartTf, _htfTf)
GetHTFoffsetToLTFoffset
@description
Adjust an HTF bar index and offset so that it aligns with the current chart’s bar index.
Useful for retrieving historical HTF data on an LTF chart.
Parameters:
_offset (int) : The HTF bar offset (0 means current HTF bar, 1 means one bar ago, etc.).
_chartTf (string) : The current chart’s timeframe string (examples: "5", "15", "1D").
_htfTf (string) : The High Time Frame string to align (examples: "60", "1D").
@return
Returns the corresponding LTF bar index after applying HTF offset. If result is negative, returns 0.
Volumatic Variable Index Dynamic Average [BigBeluga]Added alerts "Trend up" or "Tren down" to the VIDYA indicator. Thanks to BigBeluga.
HMA 200/150 Trading StrategyThis strategy uses the Hull Moving Average (HMA) to generate buy and sell signals based on price action relative to the HMA 200, with take profit signals based on the HMA 150. It includes a configurable date range for backtesting, allowing users to test the strategy over specific periods.
How It Works
Entry Signals:
Buy: Triggered when the price closes above the HMA 200.
Sell: Triggered when the price closes below the HMA 200.
Take Profit Signals:
Buy Take Profit: Exits the buy position when the price closes below the HMA 150.
Sell Take Profit: Exits the sell position when the price closes above the HMA 150.
Backtest Period: Users can set start and end dates (year, month, day) to limit the strategy’s execution to a specific time range for backtesting purposes.
Settings
Start Year/Month/Day: Set the start date for backtesting (default: January 1, 2023).
End Year/Month/Day: Set the end date for backtesting (default: December 31, 2025).
Visuals
HMA 200: Plotted in blue, used for entry signals.
HMA 150: Plotted in orange, used for take profit signals.
Buy Signal: Green triangle below the bar.
Sell Signal: Red triangle above the bar.
Take Profit Signals: Yellow diamonds (above for buy TP, below for sell TP).
Usage
Add the strategy to your chart.
Adjust the backtest period in the settings to analyze performance over a specific time frame.
Monitor the plotted HMA lines and signals for potential trade entries and exits.
Backtest on your preferred timeframe and asset to evaluate performance.
Notes
This strategy is designed for trend-following and works best in trending markets.
Always test the strategy on a demo account before using it in live trading.
Performance may vary depending on the asset, timeframe, and market conditions.
Disclaimer
This strategy is for educational purposes only and should not be considered financial advice. Trading involves risk, and past performance is not indicative of future results. Always conduct your own research and risk management.
OA - Sigma BandsDescription:
The OA - Sigma Bands indicator is a fully adaptive, volatility-sensitive dynamic band system designed to detect price expansion and potential breakouts. Unlike traditional fixed-width Bollinger Bands, OA - Sigma Bands adjust their boundaries based on a combination of standard deviation (σ) and Average Daily Range (ADR), making them more responsive to real market behavior and shifts in volatility.
Key Concepts & Logic
This tool constructs three distinct band regions:
Sigma Bands (±σ):
Calculated using the standard deviation of the closing price over a user-defined lookback period. This acts as the core volatility filter to identify statistically significant price deviations.
ADR Zones (±ADR):
These zones provide an additional layer based on the percentage average of daily price ranges over the last 20 bars. They help visualize intraday or short-term expected volatility.
Dynamic Adjustment Logic:
When price breaks outside the upper/lower sigma or ADR boundaries for a defined number of bars (user input), the system recalibrates. This ensures that the bands evolve with volatility and don’t remain outdated in trending markets.
Inputs & Customization
Sigma Multiplier: Set how wide the sigma bands should be (default: 1.5).
Lookback Period: Controls how many bars are used to calculate the standard deviation (default: 200).
Break Confirmation Bars: Determines how many candles must close beyond a boundary to trigger band recalibration.
ADR Period: Internally fixed at 20 bars for stable short-term volatility measurement.
Full Color Customization: Customize the band colors and fill transparency to suit your chart style.
Benefits & Use Cases
Breakout Trading: Detect when price exits statistically significant ranges, confirming trend expansion.
Mean Reversion: Use the outer bands as potential reversion zones in sideways or low-volatility markets.
Volatility Awareness: Visually identify when price is compressed or expanding.
Dynamic Structure: The auto-updating nature makes it more reliable than static historical zones.
Overlay-Ready: Designed to sit directly on price charts with minimal clutter.
Disclaimer
This script is intended for educational and informational purposes only. It does not constitute investment advice, financial guidance, or a recommendation to buy or sell any security. Always perform your own research and apply proper risk management before making trading decisions.
If you enjoy this script or find it useful, feel free to give it or leave a comment!
Bot LabelsLive 1-minute BTCGBP chart with automated VWAP, current volume, and 20-bar average volume labels. Designed for bot integration to detect high-volume breakouts or momentum shifts. Updated every minute with real-time data for precision entry signals. Ideal for algorithmic trading or volume-based strategy monitoring.
Digital RSI Display (Bottom-Right)Digitial display bottom right of chart, displays RSI live during market hours.
Over 70 RSI turns red to indicate overbought
Under 30 RSI turns green to indicate oversold
SImple & easy.
Critical Pivot PointsCritical pivot points, marked on chart.
Top pivot points marked with green box
Bottom pivot points marked with red box
Simple & easy!
Golden SMA 50 200Two simple moving averages (short-term vs long-term), e.g. 50-day and 200-day SMA.
Signal: Enter long (bullish) when the short MA crosses above the long MA (a Golden Cross); exit (or go short) when it crosses below (a Death Cross). This classic trend-following combo keeps you in bull markets and gets you out during prolonged downtrends. In Bitcoin, using a MA crossover on daily charts filters out noise and catches the big trend reversals.
Pattern DetectorPattern detector - detects double tops, double bottoms, wedges & other common patterns. Draws the lines & prints on chart what it's identifying.
eriktrades1995: supply demandThe Institutional Supply and Demand Zones indicator aims to identify and mark key price reversal areas on charts. These zones are considered places where institutions (large funds) concentrate their buying (forming demand zones) or selling (forming supply zones).
The core logic involves processing each candlestick sequentially. Before identifying new zones, the indicator checks if existing ones are still valid: demand zones become invalid if the current low breaks below their bottom, and supply zones become invalid if the current high breaks above their top. The most crucial part is identifying new zones, primarily based on the combination of the "previous" and "current" candlesticks. A demand zone (potential support) typically forms when a strong bullish candlestick (e.g., engulfing or significant reversal) appears after a bearish or doji candlestick, indicating strong buying interest. Conversely, a supply zone (potential resistance) usually forms when a strong bearish candlestick appears after a bullish or doji candlestick, signaling strong selling interest. The boundaries of these zones are typically derived from the open, high, or low prices of the candlesticks that form the pattern. Finally, the indicator draws the most recent and still valid supply zones (often filled in red as resistance) and demand zones (often filled in green as support) on the chart, up to a predefined maximum number. In essence, this indicator analyzes price action, particularly comparing candlestick body sizes and engulfing relationships, to pinpoint price levels where significant institutional buying or selling power might be concentrated. These zones can then act as support or resistance when prices re-approach them in the future.
Liquidity Sweep Candlestick Pattern with MA Filter📌 Liquidity Sweep Candlestick Pattern with MA Filter
This custom indicator detects liquidity sweep candlestick patterns—price action events where the market briefly breaks a previous candle’s high or low to trap traders—paired with optional filters such as moving averages, color change candles, and strictness rules for better signal accuracy.
🔍 What is a Liquidity Sweep?
A liquidity sweep occurs when the price briefly breaks the high or low of a previous candle and then reverses direction. These events often occur around key support/resistance zones and are used by institutional traders to trap retail positions before moving the price in the intended direction.
🟢 Bullish Liquidity Sweep Criteria
The current candle is bullish (closes above its open).
The low of the current candle breaks the low of the previous candle.
The candle closes above the previous candle’s open.
Optionally, in Strict mode, it must also close above the previous candle’s high.
Optionally, it can be filtered to only show if the candle changed color from the previous one (e.g., red to green).
Can be filtered to only show when the price is above or below a moving average (if MA filter is enabled).
🔴 Bearish Liquidity Sweep Criteria
The current candle is bearish (closes below its open).
The high of the current candle breaks the high of the previous candle.
The candle closes below the previous candle’s open.
Optionally, in Strict mode, it must also close below the previous candle’s low.
Optionally, it can be filtered to only show if the candle changed color from the previous one (e.g., green to red).
Can be filtered to only show when the price is above or below a moving average (if MA filter is enabled).
⚙️ Features & Customization
✅ Signal Strictness
Choose between:
Less Strict (default): Basic wick break and close conditions.
Strict: Must close beyond the wick of the previous candle.
✅ Color Change Candles Only
Enable this to only show patterns when the candle color changes (e.g., from red to green or green to red). Helps filter fake-outs.
✅ Moving Average Filter (optional)
Supports several types of MAs: SMA, EMA, WMA, VWMA, RMA, HMA
Choose whether signals should only appear above or below the selected moving average.
✅ Custom Visuals
Show short (BS) or full (Bull Sweep / Bear Sweep) labels
Plot triangles or arrows to represent bullish and bearish sweeps
Customize label and shape colors
Optionally show/hide the moving average line
✅ Alerts
Includes alert options for:
Bullish sweep
Bearish sweep
Any sweep
📈 How to Use
Add the indicator to your chart.
Configure the strictness, color change, or MA filters based on your strategy.
Observe signals where price is likely to reverse after taking out liquidity.
Use with key support/resistance levels, order blocks, or volume zones for confluence.
⚠️ Note
This tool is for educational and strategy-building purposes. Always confirm signals with other indicators, context, and sound risk management.
Gold BBW Mean ReversionBollinger Band Width Mean Reversion Strategy.
Strategy Components:
1. Bollinger Bands Settings:
• Period (N): 20
• Standard Deviation (K): 2
• Middle Band: 20-period Simple Moving Average (SMA)
2. Bollinger Band Width (BBW):
Calculated as: BBW = (Upper Band - Lower Band) / Middle Band * 100
3. Volatility Threshold:
• Average BBW: a 100-period SMA of the BBW.
• Trigger Condition: Current BBW > 2 × 100 SM Average on BBW
4. Entry Signals:
• Long Entry:
o Price closes below the lower Bollinger Band.
o Subsequent candle closes back inside the bands.
• Short Entry:
o Price closes above the upper Bollinger Band.
o Subsequent candle closes back inside the bands.
5. Stop Loss & Take Profit:
• Stop Loss: 1.5 × Average True Range (ATR) from the entry price.
• Take Profit: Return to the middle Bollinger Band (20-period SMA).Mind Math Money
________________________________________
🕒 Recommended Timeframe
A 15-minute chart is optimal for this strategy on Gold.
Premarket Sweep Strategy [ES/NQ]My first strategy.
Liquidity sweep on 2 min timeframe.
Tested on 7 trades with 100% win rate.
I am the best LOL
SMC Breakout Bot [XAUUSD 5m]not finished but i have hit a wall. if anyyone refines it and makes it better could you message me. i would really appreciate it
MSI | Algo ApprenticeThree In One Indicator:
- Michael's EMA (12/21)
- SuperTrend
- Impulsive Candle Detector
GM! LFG!
聪明钱SMC_Dr_Lazarus小红书油管飞机微信同号:
Dr_Lazarus
策略学习介绍视频可以私信留言,目前小红书上有发也可以自行查找。
Small red book oil pipe airplane WeChat the same number: Dr_Lazarus
Strategy learning introduction video can be private message message, the current small red book on the hair can also be found on their own.
概念
BOS(突破结构):趋势加速信号(蓝/黄色实线)
CHoCH(结构转变):趋势反转信号(黄/紫色虚线)
FVG(恐惧价值缺口):三根K线形成的价格真空区(红/绿方框)
黄色虚线CHoCH + 绿色FVG = 多头反转
蓝色BOS线 + 0.786斐波位 = 趋势延续
1 定位结构
等待BOS/CHoCH信号(指标画结构线)
口诀:"结构破位才行动"
2 锁定FVG
在结构附近寻找红/绿供需区(指标自动标记)
规则:价格首次回补FVG时入场
3 斐波那契确认
观察价格在0.618/0.786的反应(指标彩色水平线)
经典配合:FVG+0.705斐波位=高概率反转区
斐波那契关键位
机构最爱在0.618/0.786回撤位布局(指标中的彩色水平线)
统计规律:80%反转发生在0.705黄金位(指标紫色线)
4 止盈止损管理
止盈
止损设在结构外或FVG另一端
止损就是氧气:单笔亏损永远不超过本金2%
Concept
BOS (Breakout Structure): Trend acceleration signal (blue/yellow solid line)
CHoCH (Structural Transformation): Trend reversal signal (yellow/purple dotted line)
FVG (Fear Value Gap): Price vacuum zone formed by three candlesticks (red/green box)
Yellow dotted line CHoCH + green FVG = bullish reversal
Blue BOS line + 0.786 Fibonacci level = trend continuation
1 Positioning structure
Wait for BOS/CHoCH signal (indicator draws structure line)
Mantra: "Structure breaks before taking action"
2 Locking FVG
Look for red/green supply and demand zone near the structure (indicator automatically marks)
Rule: Enter the market when the price first covers FVG
3 Fibonacci confirmation
Observe the price reaction at 0.618/0.786 (indicator colored horizontal line)
Classic combination: FVG+0.705 Fibonacci level = high probability reversal zone
Fibonacci key level
Institutions prefer to layout at 0.618/0.786 retracement level (colored horizontal line in the indicator)
Statistical law: 80% of reversals occur at 0.705 golden level (indicator purple line)
4 Stop profit and stop loss management
Stop profit
Stop loss is set outside the structure or at the other end of FVG
Stop loss is oxygen: a single loss will never exceed 2% of the principal