SMA 10/20/50 Daily on all timeframeSMA 10/20/50 Daily on all timeframe. To have a clean bias on all timeframe
المؤشرات والاستراتيجيات
Momentum-Contraction Breakout (MCB) — IndicatorThe Momentum-Contraction Breakout (MCB) indicator is designed by joan alcantara to identify high–probability bullish continuation setups based on the sequence Impulse → Contraction → Breakout.
This indicator detects stocks that:
Show early uptrend structure
The short-term EMA is above the mid-term EMA, which is above the long-term EMA, confirming momentum and trend alignment.
Enter a volatility contraction phase
Price forms a controlled pullback of 1–5 candles with decreasing true range and a tight price range, signaling reduced supply and absorption.
Break out with conviction
The breakout is validated when price closes above recent range highs, moves at least a defined % upward, and volume expands above its 20-period average.
When all conditions align, the indicator marks the breakout candle and allows alerts to be triggered.
What this indicator is useful for:
Finding momentum continuation setups early in trend development
Scanning watchlists for high-quality entries
Creating actionable trade alerts for swing and position trading
Supporting systematic setups based on volatility contraction theory
Best used on daily timeframes, but can be adapted to intraday charts when liquidity is sufficient.
`bars_back` and `timeframe_bars_back` demo//@version=6
indicator("`bars_back` and `timeframe_bars_back` demo")
//@variable The number of bars back on the script's main timeframe (chart timeframe).
int barsBackInput = input.int(10, "Chart bar offset")
//@variable The number of bars back on the "1M" timeframe.
int tfBarsBackInput = input.int(3, "'1M' bar offset")
//@variable The opening UNIX timestamp of the current "1M" bar.
int monthTime = time("1M")
//@variable The opening time of the "1M" bar that contains the bar from `barsBackInput` bars back on the main timeframe.
int offsetTime1 = time("1M", bars_back = barsBackInput)
//@variable The "1M" opening time that is `tfBarsBackInput` monthly bars back, relative to the "1M" bar that opens at `offsetTime1`.
// This `time()` call first determines the "1M" bar time corresponding to `barsBackInput` bars back on the
// main timeframe, just like the previous call. Then, it calculates and returns the "1M" opening time that is
// `tfBarsBackInput` *monthly* bars back relative to that time.
int offsetTime2 = time("1M", bars_back = barsBackInput, timeframe_bars_back = tfBarsBackInput)
// Plot the values for visual comparison.
plot(monthTime, "No offset")
plot(offsetTime1, "`bars_back`", color.red)
plot(offsetTime2, "`bars_back` + `timeframe_bars_back`", color.purple)
// Log formatted timestamps in the Pine Logs pane.
log.info(" {0} {1} {2}", str.format_time(monthTime), str.format_time(offsetTime1), str.format_time(offsetTime2))
Avalements Pertinents - M5, M10, M15An indicator that shows us bullish or bearish engulfing patterns, which may be relevant; use other confirmation (false signals happen, like with any indicator).
Market Structure SentinelIt automatically labels key structural points on your chart:
HH (Higher High): Green label above a pivot high that's higher than the previous one—signaling bullish continuation.
HL (Higher Low): Green label below a pivot low that's higher than the previous one—confirming uptrend strength.
LH (Lower High): Red label above a pivot high that's lower than the previous one—warning of potential bearish weakness.
LL (Lower Low): Red label below a pivot low that's lower than the previous one—indicating downtrend momentum.
Primera vela de 15/30min de L/NY.Detecion de la primera vela en apertura de mercado de L/NY en 15/30 min
Greazy Bear 5-Min Scalper [by: New Market Wizards] - FVG + BB// ── GB 5-MIN SCALP LOGIC ───────────────────────
// 1. Price touches Lower BB → potential long
// 2. Next bar closes ABOVE Lower BB → BUY
// 3. Price touches Upper BB → potential short
// 4. Next bar closes BELOW Upper BB → SELL
// 5. Only trade in direction of the prevailing 20-period trend (close > basis = uptrend)
Valdex BBWP Multitimeframe🇬🇧 (English Version)
Valdex BBWP Multitimeframe: Multitimeframe Volatility.
**Created by:**
**Adaptation of: Bollinger Band Width Percentile (BBWP)
📄 General Description
The **Valdex BBWP Multitimeframe** indicator is an advanced and optimized adaptation of the classic *Bollinger Band Width Percentile (BBWP)* indicator. Its purpose is to provide a robust and flexible tool for measuring the market's **relative volatility** on a scale from 0 to 100.
What distinguishes this version is its ability to **analyze volatility across THREE timeframes simultaneously**, allowing you to confirm expansion (high volatility) or contraction (low volatility) in higher timeframes without switching charts. It is an essential filter for any breakout or retracement strategy.
✨ Key Features
The indicator plots three volatility lines, each with a specific and independently configurable purpose:
1. **Base Line (Current TF):** Displays the BBWP calculated on the **exact timeframe of the current chart**, preserving its pure, unsmoothed value (original "noise").
2. **Multitimeframe (MTF) Lines:** Allows you to define two completely separate BBWP lines, each pulling data from an **external timeframe** (e.g., 60 minutes, Daily). Includes a **configurable Moving Average (MA)** to smooth the noise.
⚙️ Configuration and Usage
* **BBWP Base Settings:** You can configure the underlying BBWP parameters: Bands Length (13 default) and Percentile Lookback (252 default).
* **MTF Configuration:** For Lines 2 and 3, you **must manually enter** the desired timeframe in the text field (valid examples: `5`, `60`, `240`, `D`, `W`).
Lot Size CalculatorLot Size Calculator for Gold (XAU)
This indicator helps traders calculate the proper lot size for Gold (XAU) based on their entry, stop loss, and risk amount in USD.
You can set your entry and stop levels directly on the chart, and adjust your dollar risk from the settings panel.
The indicator measures the distance between entry and stop to calculate the position size that matches your selected risk.
A clean, customizable table displays key values such as Risk, Entry, Stop, Target, Lots, and Pips.
You can easily hide specific rows, change colors, and adjust layout options to fit your chart style.
Designed specifically for Gold traders, this tool provides a simple and visual way to manage risk directly on the chart.
Smarter Money Volume Rejection Blocks [PhenLabs]📊 Smarter Money Volume Rejection Blocks – Institutional Rejection Zone Detection
The Smarter Money Volume Rejection Blocks indicator combines high-volume analysis with statistical confidence intervals to identify where institutional traders are actively defending price levels through volume spikes and rejection patterns.
🔥 Core Methodology
Volume Spike Detection analyzes when current volume exceeds moving average by configurable multipliers (1.0-5.0x) to identify institutional activity
Rejection Candle Analysis uses dual-ratio system measuring wick percentage (30-90%) and maximum body ratio (10-60%) to confirm genuine rejections
Statistical Confidence Channels create three-level zones (upper, center, lower) based on ATR or Standard Deviation calculations
Smart Invalidation Logic automatically clears zones when price significantly breaches confidence levels to maintain relevance
Dynamic Channel Projection extends confidence intervals forward up to 200 bars with customizable length
Support Zone Identification detects bullish rejections where smart money absorbs selling pressure with high volume and strong lower wicks
Resistance Zone Mapping identifies bearish rejections where institutions defend price levels with volume spikes and pronounced upper wicks
Visual Information Dashboard displays real-time status table showing volume spike conditions and active support/resistance zones
⚙️ Technical Configuration
Dual Confidence Interval Methods: Choose between ATR-Based for trend-following environments or StdDev-Based for range-bound statistical precision
Volume Moving Average: Configurable period (default 20) for baseline volume comparison calculations
Volume Spike Multiplier: Adjustable threshold from 1.0 to 5.0 times average volume to filter institutional activity
Rejection Wick Percentage: Set minimum wick size from 30% to 90% of candle range for valid rejection detection
Maximum Body Ratio: Configure body-to-range ratio from 10% to 60% to ensure genuine rejection structures
Confidence Multiplier: Statistical multiplier (default 1.96) for 95% confidence interval calculations
Channel Projection Length: Extend confidence zones forward from 10 to 200 bars for anticipatory analysis
ATR Period: Customize Average True Range lookback from 5 to 50 bars for volatility-based calculations
StdDev Period: Adjust Standard Deviation period from 10 to 100 bars for statistical precision
🎯 Real-World Trading Applications
Identify high-probability support zones where institutional buyers have historically defended price with significant volume
Map resistance levels where smart money sellers consistently reject higher prices with volume confirmation
Combine with price action analysis to confirm breakout validity when price approaches confidence channel boundaries
Use invalidation signals to exit positions when smart money zones are definitively breached
Monitor the real-time dashboard to quickly assess current market structure and active rejection zones
Adapt strategy based on calculation method: ATR for trending markets, StdDev for ranging conditions
Set alerts on confidence level breaches to catch potential trend reversals or continuation patterns
📈 Visual Interpretation Guide
Green Zones indicate bullish rejection blocks where buyers defended with high volume and lower wicks
Red Zones indicate bearish rejection blocks where sellers defended with high volume and upper wicks
Solid Center Lines represent the core rejection price level where maximum volume activity occurred
Dashed Confidence Boundaries show upper and lower statistical limits based on volatility calculations
Zone Opacity decreases as channels extend forward to indicate decreasing confidence over time
Dashboard Color Coding provides instant visual feedback on active volume spike and zone conditions
⚠️ Important Considerations
Volume-based indicators identify historical rejection zones but cannot predict future price action with certainty
Market conditions change rapidly and institutional activity patterns evolve continuously
High volume does not guarantee level defense as market structure can shift without warning
Confidence intervals represent statistical probabilities, not guaranteed price boundaries
OsMA by A8/4 - Limited Edition🌟 **OsMA by A8/4 — The Ultimate Indicator for XAUUSD Trading** 🌟
An intelligent **automated system** designed exclusively for **gold trading**, equipped with everything you need in one tool 🔥
💡 **Key Features of OsMA by A8/4**
✅ **Auto Entry Signals**
Automatically detects trade opportunities using a **refined MACD Histogram formula** for enhanced accuracy.
Displays **LONG/SHORT arrows only on the first bar** to keep your chart clean and readable.
✅ **Auto Take Profit & Stop Loss System (Auto TP/SL)**
Once a signal appears, the system automatically sets:
* **TP1 = +15 USD**
* **TP2 = +25 USD**
* **SL = -10 USD**
These levels are displayed as **dashed lines** on the chart — clear and updated in real-time.
✅ **Smart DCA System (3 Orders)**
Works for both LONG and SHORT positions:
* **Order 1:** Entry upon signal confirmation (after candle close)
* **Order 2:** Entry at 5 USD below/above Order 1
* **Order 3:** Entry at another 5 USD below/above Order 2
The system automatically **calculates the average entry price** and **adjusts the SL** to -10 USD from the average cost.
This helps **spread risk** and **increase recovery potential** when prices rebound 💰
✅ **Specially Designed for XAUUSD Trading**
Compatible with both **Spot Gold** and **TFEX Gold Futures**.
Perfect for traders who value **clear, structured entry and exit strategies**.
Candle Color-Time-Series-Price 2.0this indicator gives triggers aout candles colour change at certain time and certain levels
Average Dollar Volume by MashrabStandard Mode: By default, it shows a 20-period SMA of the Dollar Volume. This is great for swing trading to see if money flow is increasing over days.
Day Trading Mode: Go to the indicator settings (User Input) and check "Reset Average Daily".
The line will now represent the Cumulative Average for today only.
Example: If it's 10:00 AM, the line shows the average dollar volume per bar since the market opened at 9:30 AM. This helps you spot if the current 5-minute bar is truly igniting compared to the rest of the morning.
M&B — Fixed Buy/Sell (v6) - confirmed barsThe Mother & Baby (M&B) Fixed Buy/Sell Indicator marks BUY and SELL signals based on two-candle inside-bar patterns. Signals are fixed and don’t move with new bars. Includes optional ATR filter for stronger setups.
Note:
For analysis and educational use only — not financial advice.
Weekly Levels This indicator automatically plots key Weekly Market Structure Levels to provide a clear view of where price is positioned relative to last week’s range. It includes the current Weekly Open (teal line), which acts as the main directional bias reference, and the Week High, Low, which help identify potential breakout and retracement zones. The High and Low represent week’s major resistance and support levels,
Average Dollar Volume by Mashrab
Standard Mode: By default, it shows a 20-period SMA of the Dollar Volume. This is great for swing trading to see if money flow is increasing over days.
Day Trading Mode: Go to the indicator settings (User Input) and check "Reset Average Daily".
The line will now represent the Cumulative Average for today only.
Example: If it's 10:00 AM, the line shows the average dollar volume per bar since the market opened at 9:30 AM. This helps you spot if the current 5-minute bar is truly igniting compared to the rest of the morning.
How to Use for Day Trading
Add the script to your 1-minute chart.
Ensure "Reset Average Daily" is checked in the settings (I made it default to true for you).
Look at the Table in the top right:
Avg Dollar Vol: This tells you the average money flowing into the stock per minute today.
1% Threshold: This gives you the exact number your friend likely uses to gauge "minimum viable liquidity" or specific risk calculations.
Absorption PRO V2
Absorption PRO
Identify smart money absorption and hidden reversals with precision.
The Absorption PRO indicator detects abnormal trading activity and potential absorption zones — moments when large orders absorb market pressure before a reversal or continuation. It uses dynamic volume deviation and candle structure filters to highlight strong absorption areas visually.
⚙️ Parameters
Base period (mean & deviation): 200
Defines the lookback length used to calculate the average and standard deviation of volume.
A higher value (like 200) makes the indicator smoother and better for higher timeframes.
Minimum Z-score (abnormal volume): 2
Sets the threshold for detecting abnormal volume spikes.
The higher this value, the rarer (but stronger) the detected absorption signals.
Small body limit: 0.25
Filters candles with small real bodies compared to their total range — ideal for spotting absorption with high volume and low price movement (classic absorption signature).
Background color intensity (0–100): 85
Adjusts the opacity of the visual background highlight.
Higher values make absorption zones more visible on the chart.
📊 Usage
Look for highlighted bars or zones when volume is abnormally high, but the candle body remains small — indicating possible absorption.
Combine it with price structure and delta/volume profile tools for confirmation.
Descending Scallop TargetThis is an indicator that attempts to identify the target point of descending scallops according to Thomas Bulkowski's "The Pattern Site".
Work in progress...
RSI Cross Logic (Buy/Sell Dots)Certainly — here’s a **professionThis indicator identifies high-probability trend reversals by analyzing the psychological rhythm of RSI behavior.
It detects the initial momentum shift when RSI crosses its smoothed average, waits for a natural hesitation phase (a dip or bounce), and confirms reversal only when traders re-commit in the dominant direction.
Green and blue dots mark early bullish formation; aqua triangles confirm Buy signals.
Red and orange dots mark early bearish formation; yellow triangles confirm Sell signals.
A refined blend of momentum confirmation and trader psychology designed to filter noise and pinpoint genuine reversals.
Relative Performance Binary FilterDescription:
This indicator monitors the relative performance of 30 selected crypto assets and generates a binary signal for each: 1 if the asset’s price has increased above a user-defined threshold over a specified lookback period, 0 otherwise. The script produces a JSON-formatted output suitable for webhooks, allowing you to send the signals to external applications like Google Sheets.
Key Features:
Configurable lookback period, price source, and performance threshold.
Supports confirmed or real-time bar data.
Monitors 30 crypto assets simultaneously.
Produces a one-line JSON output with batch grouping for easy webhook integration.
Includes an optional visual sum plot showing how many assets are above the threshold at any time.
Use Cases:
Automate performance tracking across multiple crypto assets.
Feed binary signals into external dashboards, trading bots, or Google Sheets.
Quickly identify which assets are outperforming a set threshold.
Vortex with Cross Arrows (v6 — stable, sma sum)Vortex Indicators with Cross Arrows, Green cross when VI+ crossing up VI-, and red cross if VI+ crossing below VI-






















