200MA + MACD + 成交量放量警報🚀 200MA + MACD 金叉 + 成交量放量警報指標 🔥
簡介:
全幣種通用合約日內神器!
結合 200MA 均線趨勢判斷、MACD 金叉死叉動能確認,再搭配 成交量放量過濾假突破,有效提升入場勝率!
支援警報通知,自動提醒多空訊號。
👉 喜歡記得按 ❤️ 收藏,開圖表通知 🔔
🚀 200MA + MACD Golden Cross + Trading Volume Alert Indicator 🔥
Introduction:
A universal tool for all currencies for intraday contracts!
Combined with 200MA moving average trend judgment, MACD Golden Cross and Dead Cross kinetic energy confirmation, and combined with trading volume to filter false breakthroughs, it effectively improves the entry success rate!
Supports alarm notifications and automatically reminds long and short signals.
👉 If you like it, remember to press ❤️ to collect it and open the chart notification 🔔
Dönemler
ΦTweaked version of ICT Algorithmic Macro Tracker° (Open-Source) by toodegrees. Tweak consists in changing up the macro time from xx:50 - xx:10 to xx:45 - xx:15
EMA flow trend buy AnhDuong🎯 1. Indicator Purpose
This indicator combines:
BUY/SELL signals based on crossovers between EMA and LWMA (with some noise filtering).
A multi-timeframe dashboard (M1 → H4) showing trend direction using EMA34 and EMA89.
📈 2. Crossover Signal Logic
BUY signal occurs when:
text
Sao chép
Chỉnh sửa
EMA89 < EMA34 (Bullish crossover)
LWMA45 > EMA34 (Price is rising above the fast EMA)
LWMA45 < EMA89 (Price hasn't broken the long EMA yet)
➡️ Meaning: A bullish move is forming (early stage) → potential entry point.
SELL signal occurs when:
text
Sao chép
Chỉnh sửa
EMA89 > EMA34 (Bearish crossover)
LWMA45 < EMA34 (Price is below the fast EMA)
LWMA45 > EMA89 (Price hasn't broken the long EMA downward)
➡️ Meaning: A bearish move is forming → possible short setup.
📊 3. Multi-Timeframe Dashboard
This dashboard shows trend direction using EMA34 vs EMA89:
UP: EMA34 > EMA89 → uptrend
DOWN: EMA34 < EMA89 → downtrend
Example:
makefile
Sao chép
Chỉnh sửa
DASHBOARD (EMA34/89)
M1: DOWN
M5: DOWN
M15: UP
H1: UP
H4: UP
🟢 Recommended strategy:
BUY when most timeframes show UP
SELL when most timeframes show DOWN
Avoid trades if the trend is mixed (e.g., M1 says UP but H1 says DOWN)
📌 4. Suggested Strategy
For Scalping (e.g., on M5):
Ensure that H1 and H4 are aligned with your direction.
Wait for a BUY/SELL signal on M5.
Check the Dashboard to confirm higher-timeframe trend agreement.
⚠️ 5. Important Notes
Don’t rely solely on BUY/SELL signals — always confirm with the Dashboard.
Consider adding RSI, Bollinger Bands, or SMC levels to improve filtering.
Avoid trading during choppy or sideways conditions — frequent EMA crossovers = many false signals.
Time-Weighted Fractality (TWF)The Time-Weighted Fractality (TWF) indicator is your secret weapon to measure how stable or volatile a market truly is — by tracking how long trends persist, and weighting that against recent history.
Why you need TWF in your toolkit:
Markets aren’t always trending or choppy in a simple on/off way. TWF quantifies trend duration dynamics — revealing when the market is locked into a strong, stable trend or stuck in erratic, unpredictable moves.
How it works — sharp and simple:
Trend Duration Tracking:
Measures how many bars since the last highest high changed within a specified lookback. This tells you how long the current trend has been running.
Smoothed Average Duration:
Uses an EMA to smooth trend duration, providing a reliable baseline of recent trend behavior.
Ratio Calculation (TWF):
The core metric — current trend duration divided by average trend duration.
TWF > 1.2 means the current trend is stronger and more persistent than usual.
TWF < 0.8 signals a volatile, choppy market struggling to hold any trend.
What you see on the chart:
A clean TWF line plotted with clear zones:
Green zone = Strong, stable trend environment
Red zone = Choppy, volatile conditions to avoid or trade cautiously
Background shading highlights these zones for instant clarity
Markers appear at critical points for quick visual cues
Why traders swear by it:
✅ Reliable trend confirmation: Avoid false signals by only acting when TWF confirms sustained market momentum.
✅ Timing tool: Perfect for spotting when a trend is building strength or losing grip — invaluable for entries and exits.
✅ Versatile: Works on all timeframes and instruments, from forex to stocks to crypto.
✅ Simple but powerful: Combines fractal concept with time weighting and smoothing — giving you a next-level understanding of market rhythm.
Pro tip:
Use TWF alongside your favorite price or volume-based indicators for unmatched precision. For example, confirm breakouts only when TWF signals a stable trend zone to increase your win rate.
In a sea of noise, TWF cuts through to give you real, actionable insight. Trust it, build your strategy around it — it’s that good.
Vervoort's True Strength Index (TSI)Hi traders! 👋
This script brings you a clean and enhanced version of the True Strength Index (TSI) developed by William Blau and later popularized by M.H. Vervoort.
It’s a momentum-based oscillator that helps identify trend direction, strength, and potential reversals with reduced noise and smoother signals compared to RSI or MACD.
🔍 What This Script Does:
Plots the TSI line — a smoothed momentum oscillator
Adds a signal line (EMA of TSI) to identify crossovers
Displays a histogram to visually show the difference between TSI and the signal line
Includes a zero line to detect trend shifts
📘 How It Works — Explained Line by Line:
momentum = price - price
We measure raw momentum (how much price changed since the last candle).
doubleSmoothedMomentum = ta.ema(ta.ema(momentum, short), long)
This is the core: we apply two layers of EMA smoothing to filter out noise and get clean momentum flow.
doubleSmoothedAbsMomentum = ta.ema(ta.ema(abs(momentum), short), long)
Same smoothing, but on absolute momentum (we use this for normalization).
TSI = 100 * (smoothed momentum / smoothed absolute momentum)
This gives us a bounded, normalized oscillator between roughly -100 and +100.
High positive values = strong bullish momentum.
Low negative values = strong bearish momentum.
Signal = EMA of TSI
Just like MACD — we smooth TSI again to generate a signal line for crossovers.
Histogram = TSI - Signal
This is the difference between the TSI and the signal. Positive = bullish bias; negative = bearish bias.
🟦 Plots on the Chart:
🔵 TSI Line (blue): Main momentum signal
🟠 Signal Line (orange): EMA of TSI, used for crossovers
🟩🟥 Histogram (green/red columns): Shows who’s in control — bulls or bears
⚪ Zero Line (gray dashed): Momentum flips around this line
✅ How to Use It:
TSI crossing above signal line → Potential bullish momentum
TSI crossing below signal line → Possible bearish shift
Both lines above zero → Uptrend confirmation
Both below zero → Downtrend confirmation
Histogram changing color → Early clue of a shift in strength
🔁 You can adjust the Short, Long, and Signal EMA lengths to fit your strategy (shorter = faster but noisier, longer = smoother but slower).
⚠️ Note:
Works best with trend-following or breakout strategies
Combine with volume or price action to confirm signals
Avoid using it alone in sideways markets (like all oscillators)
💬 Let me know if you'd like to add divergence detection, alerts, or multi-timeframe filters — happy to build on it!
Hope this helps make your trading clearer and more confident 🚀
Enhanced Candlestick Patterns (Optimized)Hey traders 👋
Ever missed a good move just because you didn't spot the pattern in time? Yeah, same here. That’s why I made this script — a cleaner, optimized version that detects key candlestick reversal patterns automatically 🔍
It highlights:
Bullish & Bearish Engulfing candles (with body ratio filtering)
Improved Harami patterns (using dynamic size filters)
Hammer & Inverted Hammer (based on wick/body ratios + position)
Morning Star & Evening Star combos (3-candle formations)
💡 Each pattern has logic tuned with extra filters — like wick lengths, ratios, and body positioning — so it’s more precise and less noisy than most basic pattern detectors.
✅ Helps spot early trend shifts
❌ Not meant to be standalone signals — use it with your own setup!
Patterns are marked clearly with color-coded shapes/labels so they’re easy to catch even in fast markets.
Feedback or ideas to improve? Just let me know — always happy to tweak and learn! 🚀
Volume Strength HighlightThis simple script helps you quickly see when volume is strong or weak on the chart — it highlights the candles based on how the current volume compares to the recent average 📊
🔍 Here's what it does:
Calculates a 20-bar average volume
Marks candles green or red if volume is much higher than average (more than 1.5x)
Marks candles gray if volume is very low (less than 0.5x the average)
Normal candles stay unchanged
You can also turn on a basic volume plot in a separate panel if you want to compare visually (just toggle it in settings).
⚠️ It’s not a buy/sell signal — just a helper to see when the market is waking up or going quiet.
Not perfect but works well with other indicators! Let me know if you like it or have ideas to add more 💡
Market Sleep ZonesHey traders 👋
This script shows when the market is in a "sleeping" or low volatility phase. I call it Market Sleep Zones 😴
It looks at the average price movement over a window (default 20 bars), and if the price changes are small (under a % threshold you set), it highlights that area on the chart with a soft green background.
💡 This can help spot moments when the market is quiet — maybe before a breakout or just moving sideways.
It also places labels to mark where these zones start and end, so it's easy to track.
You can change:
The window size (how many bars to look back)
The breath depth (how much price is allowed to move before it’s "not sleeping" anymore)
Not perfect, but helpful if you want to avoid getting chopped in low-volatility zones or want to prepare for when the market "wakes up" 😄
Let me know if you find it useful or have ideas to improve it!
Disha-Author(VAKA)Hourly Indicator which tells whether the hour is bullish or bearish based on 5/10/15 min candles on each hour if its AM -- and for PM its 10/15/20 min candles
Equal Highs/Lows + SMT Divergences + Range FilterKey Functional Areas
🔹 Equal Highs and Lows Detection
Strict Swing High/Low: Looks for equal swing points and ensures untouched in-between levels.
Regular Equal High/Low: Uses a range filter (default 9.75 points across 5 bars) to validate.
Volume and Time Filtering: You allow user toggles to include only periods with sufficient volume or time of day.
🔹 Swing Point Helpers
Functions isSwingHigh() and isSwingLow() are used for strict equal high/low detection.
🔹 Range Filter
Checks whether the high-low range over the last 5 candles meets a user-defined minimum (ensures significance).
🔹 Moving Averages
Includes optional plotting of 20 and 200 SMA.
🔹 SMT Divergences
Compares pivots between main symbol and two others (default: ES1! and YM1!).
Detects divergence based on opposite directional movement at pivot points.
Customizable color, thickness, and labels.
DECODE Global Liquidity IndexDECODE Global Liquidity Index 🌊
The DECODE Global Liquidity Index is a powerful tool designed to track and aggregate global liquidity by combining data from the world's 13 largest economies. It offers a comprehensive view of financial liquidity, providing crucial insights into the underlying currents that can influence asset prices and market trends.
The economies covered are: United States, China, European Union, Japan, India, United Kingdom, Brazil, Canada, Russia, South Korea, Australia, Mexico, and Indonesia. The European Union accounts for major individual economies within the EU like Germany, France, Italy, Spain, Netherlands, Poland, etc.
Key Features:
1. Customizable Liquidity Sources
Include Global M2: You can opt to include the M2 money supply from the 13 listed economies. M2 is a broad measure of money supply that includes cash, checking deposits, savings deposits, money market securities, mutual funds, and other time deposits. (Note: Australia uses M3 as its primary measure, which is included when M2 is selected for Australia).
Include Central Bank Balance Sheets (CBBS): Alternatively, or in addition, you can include the total assets held by the central banks of these economies. Central bank balance sheets expand or contract based on monetary policy operations like quantitative easing (QE) or tightening (QT).
Combined View: If you select both M2 and CBBS, and data is available for both, the indicator will display an average of the two aggregated values. If only one source type is selected, or if data for one type is unavailable despite both being selected, the indicator will display the single available and selected component. This provides flexibility in how you define and analyze global liquidity.
2. Lead/Lag Analysis (Forward Projection):
Lead Offset (Days): This feature allows you to project the liquidity index forward by a specified number of days.
Why it's useful: Global liquidity changes can often be a leading indicator for various asset classes, particularly those sensitive to risk appetite, like Bitcoin or growth stocks. These assets might lag shifts in liquidity. By applying a lead (e.g., 90 days), you can shift the liquidity data forward on your chart to more easily visualize potential correlations and identify if current asset price movements might be responding to past changes in liquidity.
3. Rate of Change (RoC) Oscillator:
Year-over-Year % View: Instead of viewing aggregate liquidity, you can switch to a Year-over-Year (YoY%) Rate of Change (ROC) oscillator.
Why it's useful:
Momentum Identification: The ROC highlights the speed and direction of liquidity changes. Positive values indicate liquidity is increasing compared to a year ago, while negative values show it's decreasing.
Turning Points: Oscillators make it easier to spot potential accelerations, decelerations, or reversals in liquidity trends. A cross above the zero line can signal strengthening liquidity momentum, while a cross below can signal weakening momentum.
Cycle Analysis: It helps in assessing the cyclical nature of liquidity provision and its potential impact on market cycles.
This indicator aims to provide a clear, customizable, and insightful measure of global liquidity to aid traders and investors in their market analysis.
Pi Cycle IndicatorThe Pi Cycle Top is a timing tool used to spot Bitcoin cycle peaks. It tracks the 111-day Simple Moving Average (SMA) and twice the 350-day SMA. When the faster 111-day SMA crosses above 2× the 350-day SMA, it has historically signaled major Bitcoin tops — often within days.
Core Idea: Measures market euphoria and overheated conditions by blending price and time dynamics. Designed to catch tops when momentum peaks.
Important: High historical accuracy, but not bulletproof. Works best as a macro cycle indicator — not for precise exits.
MVRV Z-ScoreThe MVRV ratio compares Bitcoin’s market cap (current price × supply) to its realized cap (the value of all coins at the price they last moved). It shows how overheated or undervalued Bitcoin is relative to historical investor cost bases.
Core Idea: High MVRV = market likely overheated (potential top). Low MVRV = market undervalued (potential bottom). It measures market sentiment and potential risk zones.
Important: Strong historical signals, but not foolproof. Best used as a macro tool — not for timing short-term moves.
Pi Cycle Bitcoin BottomThe Pi Cycle Bottom is an on-chain indicator designed to pinpoint Bitcoin market cycle lows. It uses two moving averages: the 471-day Simple Moving Average (SMA) and 150 times the 350-day Exponential Moving Average (EMA). Historically, when these two lines cross, it has accurately signaled the bottom of major Bitcoin bear markets — often within just a few days.
Core Idea: It measures extreme downside market exhaustion by combining price and time factors to highlight periods of maximum capitulation.
Important: Like any indicator, it’s not a guarantee — just a tool. Strong historical performance, but no promises for the future.
Pi Cycle Bitcoin BottomThe Pi Cycle Bottom is an on-chain indicator designed to pinpoint Bitcoin market cycle lows. It uses two moving averages: the 471-day Simple Moving Average (SMA) and 150 times the 350-day Exponential Moving Average (EMA). Historically, when these two lines cross, it has accurately signaled the bottom of major Bitcoin bear markets — often within just a few days.
Core Idea: It measures extreme downside market exhaustion by combining price and time factors to highlight periods of maximum capitulation.
Important: Like any indicator, it’s not a guarantee — just a tool. Strong historical performance, but no promises for the future.
Time HighlightHow This Works:
Time Conversion: The script converts the current time to HHMM format (e.g., 9:16 becomes 916) for easy comparison.
Timeframe Detection: It checks the current chart's timeframe:
For 1-minute charts: Exactly matches the target times
For 5-minute charts: Checks if the target time falls within the 5-minute window
For 15-minute charts: Checks if the target time falls within the 15-minute window
Highlighting: When the condition is met, it highlights the candle with a semi-transparent yellow color.
Note:
The script will work on 1-minute, 5-minute, and 15-minute timeframes only
The highlight appears on the candle that contains the specified time
The transparency is set to 70% so you can still see the candle through the highlight
You can adjust the transparency level by changing the transp parameter (0 = fully opaque, 100 = fully transparent).
make a pine script which change the color of the candle in yellow color in 1,5,15 timeframe at the time of 9:16, 9:31, 9:46
Simple Monthly SeasonalityThis script helps traders quickly visualize how an asset performs month by month over a customizable historical period.
🔍 What it does:
• Calculates average monthly returns over the past N years (default: 15).
• Highlights the current month for quick context.
• Displays results in a clean 2-column table (Month | Avg % Return).
💡 Features:
• Works on any timeframe – internally pulls monthly data.
• Color-coded performance (green for positive, red for negative).
• Dynamic highlights – the current month is softly emphasized.
• Fully customizable lookback period (1–50 years).
📈 Use cases:
• Spot seasonal market trends.
• Time entries/exits based on recurring historical strength/weakness.
• Build the foundation for more advanced seasonality or macro scripts.
Just load it on any chart and see which months historically outshine the rest.
⸻
XAU/USD Custom Levels
XAU/USD Dynamic Support & Resistance Levels
This indicator automatically draws horizontal support and resistance levels for Gold (XAU/USD) based on the current market price, eliminating the need for manual price range adjustments.
**Key Features:**
- **Dynamic Price Range**: Automatically calculates levels above and below the current price using a customizable percentage range (default 5%)
- **Multi-Tier Level System**: Four distinct level types with different visual styling:
- Major Levels (100s) - Blue, thick lines
- Sub Levels (50s) - Red, medium lines
- Sub-Sub Levels (25s) - Yellow, thin lines
- Mini Levels (12.5s) - Gray, dotted lines
- **Fully Customizable**: Adjust range percentage, step size, colors, and line history through input settings
- **Universal Compatibility**: Works at any gold price level - whether $1800, $2500, $3300 or beyond
**How It Works:**
The script centers the level grid around the current closing price and extends lines from a specified number of bars back to the right edge of the chart. The hierarchical level system helps identify key psychological price points and potential support/resistance zones commonly used in gold trading.
**Settings:**
- Price Range %: Control how far above/below current price to draw levels (1-20%)
- Level Step Size: Adjust spacing between levels (1.0-50.0)
- Bars Back: Set how far back in history to start the lines
- Color Customization: Personalize colors for each level type
Perfect for gold traders who need clean, automatically-updating support and resistance levels without manual configuration.
PMO Crossover Screener Filtertrying to create a screener filter that finds where the POM crosses positively over the 55 DMA
PMO Crossover ScreenerThis script searches for the timeframes where the PMO (Price Momentum Oscillator) makes a positive move over the 55 day moving average.
CVD with Buy/Sell Volume HistogramThis custom indicator visualizes Cumulative Volume Delta (CVD) alongside a buy/sell volume histogram to help traders analyze market pressure more effectively.
Cumulative Volume Delta (CVD) measures the net difference between estimated buying and selling volume over a user-defined number of bars (default: 48 bars).
Buy/Sell Volume Histogram plots:
🟩 Buy Volume as green columns (when close > open),
🟥 Sell Volume as red columns (when close < open),
⚪ Optional gray bars for neutral candles (close = open).
This tool helps detect shift in order flow, momentum exhaustion, or volume absorption, particularly useful for scalping, intraday trading, and volume-based analysis on lower timeframes.
23/35 SR Channels (Hitchhikers Guide To Goldbach)This indicator highlights potential short-term support and resistance zones based on the 23rd and 35th minute of each hour. At each of these time points, it draws a zone from the high to the low of the candle, extending it forward for a fixed number of bars.
Key features:
🔸 Orange zones mark the 23-minute candle
🔹 Blue zones mark the 35-minute candle
📏 Zones extend for a customizable number of bars (channelLength)
🔄 Existing zones are removed if they overlap significantly with a new one
🏷️ Optional labels show when a 23 or 35 zone is created
This tool is ideal for traders looking to identify time-based micro-structures and intraday reaction zones.