Wstęgi i Kanały
007 GC"Golden EYE" 007 GC is used to quickly identify reversals on GC/MGC with clear entries and exits.
GATRAfter years of studying, analyzing markets, and thousands of hours of trial and error – I'm proud to present my new indicator for smarter and more precise trading!
🔍 What's inside?
✔️ Real-time daily status (percentage and monetary change)
✔️ ATR indicator to measure volatility
✔️ 150-period Moving Average for trend analysis
✔️ Smart signal system based on ATR + MA:
▪️ Strong / Weak Buy
▪️ Strong / Weak Sell
▪️ “No-Touch” zone detection
✔️ Earnings insights: Days until next report + last net profit (with flags for low profits or close dates)
✔️ Clean and clear visual display directly on the chart, including company name, ticker, market cap, and timeframe (1D, 1W, etc.)
✔️ Built-in alerts to notify you when a strong buy signal is triggered – so you never miss an opportunity
🧠 Designed to provide quick and intelligent decisions at a glance, filtering out noise and focusing only on what matters. Now enhanced with earnings filters for safer buys.
💡 Suitable for both beginners and advanced traders – whether you're tracking stocks, crypto, or indices.
📈 Result: A chart that speaks your language – simple, focused, and powerful.
Vegas++量能强度背景色覆盖整个K线区域,左侧为历史K线,右侧为最新K线,颜色随趋势强度实时变化。
绿色背景区间表示强势阶段,红色背景区间表示弱势阶段,便于视觉上快速识别趋势强弱的区间分布。
The currently referenced document name is: IFTA-The Most Powerful Indicator.pdf. Answer only based on the above document and ignore other documents as well as any discussions about other documents.
The background color covers the entire candlestick area, with historical candlesticks on the left and the latest candlesticks on the right. The color changes in real time according to the strength of the trend.
The green background range indicates a strong trend phase, and the red background range indicates a weak trend phase, which facilitates quick visual identification of the distribution of ranges with different trend strengths
Moderate Value Screener (NASDAQ + NYSE + TSX v6 FINAL CLEAN)Moderate Value Screener (NASDAQ + NYSE + TSX v6 FINAL CLEAN)
HPAS – Historical Price Action StatisticsHPAS – Historical Price Action Statistics (v7)
A data-driven overview of weekday behavior: price, volatility, and volume.
1) OVERVIEW
HPAS analyzes how each weekday behaves across your selected history. It aggregates daily returns, intraday ranges, and volumes into a compact heatmap table and optionally plots daily range bands (historical & today) on the chart.
Note: All weekday statistics are calculated using UTC-based daily candles for consistent results across markets (especially 24/7 assets like crypto).
The goal is context and probabilities — not signals.
2) HOW IT WORKS
Collects daily bar stats: % gain/loss (close vs open), intraday range ((High−Low) ÷ Open × 100), and contracts (volume).
Groups data by weekday (Sun–Sat) and computes: win/loss frequencies, average and max moves, average intraday ranges, and average volume.
Note: “Weekday” refers to the calendar day in UTC time . This ensures consistency across all assets and exchanges, particularly for 24/7 markets like crypto.
Compares average weekday volume to the current 20-day average (% of 20D).
Displays results in a color-shaded table; optionally draws historical daily range bands plus today’s projection with optional smoothing.
3) INCLUDED FEATURES
Core metrics
Total → Gain / Loss (% of Days): How often the day closes above/below open.
Closing → Avg / Max: Average and largest daily % moves up/down.
Intrabar (optional) → Avg / Max: Typical and extreme intraday % ranges.
Contracts → Avg (K): Average daily volume (shown in thousands).
Contracts → %20D: Weekday’s average volume as % of the current 20-day average.
Visualization & UX
Heatmap coloring: lower values appear darker; higher values lighter.
Current weekday highlight with a left-side triangle.
Tooltips on headers explain what/why/how.
Dark/Light theme support; Colorblind-safe palette toggle (Okabe–Ito).
Projection Bands
Plots historical daily range bands and today’s projected band.
Optional smoothing (SMA) for cleaner band movement.
Band Smoothing Explained: Applies a simple moving average over recent projection values to reduce sudden jumps in the upper/lower bands.
Higher values make the range lines steadier but slower to react; lower values show more real-time variability.
4) USAGE TIPS
Context, not prediction: Use stats to frame expectations, not to force trades.
Cycle awareness: Compare long vs short date windows; behavior can shift across regimes.
Volume tells a story: Elevated %20D can hint at increased participation or attention on certain weekdays.
Targets & risk: Range bands provide realistic context for sizing stops/targets.
Accessibility: Enable Colorblind-safe mode if red/green contrast is hard to read.
5) INTERPRETATION GUIDE
% Gain / % Loss — Frequency of up/down closes. Higher % Gain suggests a bullish weekday bias.
Avg Gain / Avg Loss — Mean daily % move on green/red days. Gauges typical magnitude.
Max Gain / Max Loss — Largest observed daily % change. Sets an upper bound of past extremes.
Hi-Lo Avg / Max — Typical and extreme intraday % ranges. Context for expected volatility.
Contracts Avg (K) — Average daily volume in thousands. Participation proxy.
%20D — Volume vs current 20-day average. 100% = typical, >100% = above-normal, <100% = lighter-than-normal.
6) CREDITS
Inspired by the HPAS concept popularized by Krown Trading and The Caretaker.
Rebuilt and extended for clarity, accessibility, and practical context.
Version: v7 (October 2025)
License: Educational, non-commercial use
Key Inputs (snippet)
// Projection Bands
grpBands = “Projection Bands”
showBands = input.bool(true, “Show daily range bands (historical & today)”, group=grpBands)
smoothLen = input.int(1, “Band smoothing (days)”, minval=1, maxval=20, group=grpBands)
VAH Entry / VAL Exit (Xauusd) by TheMarketVengeanceThis strategy replicates a simplified intraday Market Profile/TPO approach for assets such as XAUUSD on key auction levels and volume dynamics to identify high-probability breakouts and exits.
Value Area Calculation: Each new day, the script accumulates all price and volume data to approximate the previous day’s Volume Weighted Average Price (VWAP, used here as Point of Control or POC). The Value Area High (VAH) and Value Area Low (VAL) are estimated as one standard deviation above and below this daily VWAP, representing the core 70% trading range where the majority of volume transacted.
Entry and Exit Logic: A long trade is triggered when price breaks out above yesterday’s VAH (plus a user-defined buffer) on above-average volume—this confirms momentum outside the fair value range. Exits occur if price falls below VAL, suggesting rejection of higher prices and a shift in auction direction.
Volume Confirmation: Entry signals require volume to be above the moving average, ensuring participation and validation of breakouts.
Intraday Plotting: The strategy plots the previous VAH, VAL, POC, and trigger/entry levels throughout the day for clear, visual reference.
Risk Management: The “pips” buffer input allows traders to fine-tune sensitivity for different markets ( 10pips for gold). Multiple entries are prevented until a new breakout opportunity emerges on the next session.
Only for XAUUSD.
Disclaimer:
This strategy is provided for educational purposes only. It is important to thoroughly review and backtest the strategy under your specific trading conditions before using it with real capital. The author and publisher are not responsible for any trading losses incurred.
Custom TPO Approximation by TheMartketVengeanceThis strategy replicates a simplified intraday Market Profile/TPO approach for assets such as XAUUSD, FX, or stocks, focusing on key auction levels and volume dynamics to identify high-probability breakouts and exits.
Value Area Calculation: Each new day, the script accumulates all price and volume data to approximate the previous day’s Volume Weighted Average Price (VWAP, used here as Point of Control or POC). The Value Area High (VAH) and Value Area Low (VAL) are estimated as one standard deviation above and below this daily VWAP, representing the core 70% trading range where the majority of volume transacted.
Entry and Exit Logic: A long trade is triggered when price breaks out above yesterday’s VAH (plus a user-defined buffer) on above-average volume—this confirms momentum outside the fair value range. Exits occur if price falls below VAL, suggesting rejection of higher prices and a shift in auction direction.
Volume Confirmation: Entry signals require volume to be above the moving average, ensuring participation and validation of breakouts.
Intraday Plotting: The strategy plots the previous VAH, VAL, POC, and trigger/entry levels throughout the day for clear, visual reference.
Risk Management: The “pips” buffer input allows traders to fine-tune sensitivity for different markets (such as 0.0001 for FX or 1 for gold). Multiple entries are prevented until a new breakout opportunity emerges on the next session.
This method enables traders to systemize breakout trades with solid context from auction market theory, volume confirmation, and precise intraday tracking.
anomaly finderhelps find anomalies with returns n sheeyit ts is 100 million percent winrate on foenem grave
Paparan MTF Bollinger BandsScript Description: MTF Bollinger Bands Display
1. Core Purpose
The main purpose of this script is to display two sets of Bollinger Bands (BB) from two different timeframes on a single chart. It is a visual analysis tool designed to help traders see the market from two perspectives simultaneously:
Short-Term Perspective (LTF): Current price action and volatility.
Long-Term Perspective (HTF): The broader trend and significant "value zones."
2. Key Features & Settings
The script is highly flexible, as nearly all elements can be modified through the Settings menu (⚙️ icon). It is divided into two main sections:
Section 1: Current Timeframe (LTF) Settings
BB Length (Length): Determines the period for the moving average (default: 20).
Standard Deviation (StdDev): Sets the width of the Bollinger Bands (default: 2.0).
Color: Allows you to change the color for this BB set (default: Blue).
Section 2: Higher Timeframe (HTF) Settings
Select Higher Timeframe (Timeframe): This is the most important setting. Here you can choose your reference timeframe, for example, "240" (4-Hour), "D" (Daily), or "W" (Weekly).
BB Length & StdDev: Similar to the LTF, you can set the BB parameters for the HTF independently.
Color & Line Thickness: You can change the color (default: Black) and also the line thickness to easily distinguish it from the current timeframe's BB.
3. How It Works
The script performs two parallel calculations:
LTF Calculation: It calculates the Bollinger Bands normally using the price data from the timeframe you are currently viewing on your chart (e.g., 15-Minute). The result is the blue lines that move smoothly with each candle.
HTF Calculation: This is the more complex part.
It uses the request.security() function to "request" the Bollinger Bands data from the higher timeframe (e.g., 4-Hour) that you have set.
To ensure the displayed data is accurate and does not "repaint," it fetches the BB values from the HTF candle that has already closed.
This means that the BB value from a single 4-hour candle will remain constant and be plotted as a flat line across all the 15-minute candles that fall within that 4-hour period.
4. What You See on the Chart (Visual Output)
When you add this script to a chart (for example, a 15-minute chart), you will see:
One set of blue Bollinger Bands that closely "hugs" the 15-minute price. This shows the short-term volatility.
Another set of thicker, black Bollinger Bands that appear 'stepped' or 'blocky'. These are the Bollinger Bands from the 4-hour timeframe. The "steps" indicate where the Upper, Middle, and Lower Band levels were for each 4-hour period.
Practical Uses:
Identifying the Trend: If the blue BB (LTF) is contained within the upper half of the black BB (HTF), it could indicate a pullback within a strong uptrend.
Dynamic Support & Resistance Zones: The black HTF bands can act as very strong long-term support or resistance zones. For example, if the price on a 15-minute chart drops to the H4 Lower Band, it might be a good buying zone.
Spotting Volatility Squeezes: You can see if both sets of Bollinger Bands are contracting simultaneously, signaling that a significant price move may be imminent.
In short, this script is a visual dashboard that allows you to make trading decisions on a lower timeframe with full awareness of the market context on a larger timeframe.
Supertrend + RSI + StochasticSuperTrend + RSI + Stochastic Entry System
A professional-grade trend-following indicator that combines SuperTrend direction detection with RSI and Stochastic confirmation filters to identify high-probability entry points.
What It Does
This indicator filters SuperTrend signals through multiple confirmation layers to reduce false signals and improve trade quality. Instead of taking every SuperTrend flip, it only signals when momentum indicators confirm the move.
How It Works
Entry Logic:
LONG: SuperTrend flips bullish + RSI above 40 + Stochastic above 30
SHORT: SuperTrend flips bearish + RSI below 60 + Stochastic below 70
The system uses "in-zone" confirmation rather than requiring exact crossovers, allowing for more practical real-time trading.
Key Features
1. RSI Bands (Visual Price Levels)
Converts RSI levels into actual price bands on your chart
Green band = RSI 40 level (long zone)
Red band = RSI 60 level (short zone)
Gray midline = neutral zone (RSI ~50)
2. Background Shading
Subtle green tint = All conditions aligned for long entry
Subtle red tint = All conditions aligned for short entry
Helps you anticipate signals before they trigger
3. Enhanced Signal Labels
Shows exact RSI and Stochastic values at signal trigger
Displays as: "Buy RSI:42 K:35"
Lets you assess signal strength
4. Flexible Filters
Toggle long/short signals independently
Enable/disable RSI filter
Enable/disable Stochastic filter
Show/hide RSI bands
Show/hide setup background shading
Settings
SuperTrend Parameters:
ATR Period (default: 10)
ATR Multiplier (default: 3.0)
Source (default: HL2)
RSI Filter:
RSI Length (default: 14)
Long Level (default: 40)
Short Level (default: 60)
Stochastic Filter:
Stochastic Length (default: 14)
Smoothing (default: 3)
Long Level (default: 30)
Short Level (default: 70)
Best Use Cases
Trending markets with clear directional bias
Medium to longer timeframes (10min+)
Works particularly well for long-only strategies in bullish markets
Ideal for swing trading and position trading
How to Trade
Wait for background to shade (setup building)
When signal appears, check RSI/Stochastic values on label
Stronger values = higher confidence trades
Exit on opposite signal or use your own risk management
Notes
All filters are optional and can be toggled off
Can be used as long-only or short-only by disabling one direction
Combines trend-following with momentum confirmation for higher win rates
Based on proven technical analysis principles
Remote bar rangeShows the price range for a certain period of bars back. For example, the range between 100 bars back and 50 bars back. The last 50 bars are not counted in this case.
Yearly Anchored VWSTD (Volume-Weighted StdDev Bands)This indicator calculates a Volume-Weighted Mean Band (VWMB) — similar in concept to an anchored VWAP — and measures standard deviation from the mean to visualize how far price has deviated from its volume-weighted equilibrium.
Each calendar year acts as an anchor period: the cumulative calculations reset automatically on January 1st, providing a fresh annual reference.
At any time, the middle yellow line represents the volume-weighted mean price (VWMP) since the start of the current year, while the surrounding ±1σ, ±2σ, and ±3σ bands show progressively stronger deviations from that mean, taking both price and volume into account.
DM Super Trend FlowDM Super Trend Flow — Single Line Explanation
The DM Super Trend Flow is a single-line trend indicator built from a carefully selected group of Exponential Moving Averages (EMAs) designed to capture smooth and reliable trend direction.
Instead of plotting multiple EMA lines, the indicator calculates several EMAs internally and then displays only the middle EMA — creating a clean, uncluttered chart while still reflecting the overall trend strength and alignment.
The line color automatically changes based on how all EMAs are aligned:
GREEN - Bullish Alignment → All EMAs are stacked upward, confirming strong upward momentum. (Line turns lime)
RED - Bearish Alignment → All EMAs are stacked downward, confirming strong downward momentum. (Line turns red)
GRAY - EMAs are mixed or flat, indicating sideways or transition phases. (Line turns gray)
This single dynamic line gives you a clear visual of overall market direction — showing when the trend is fully aligned, weakening, or shifting — without the clutter of multiple overlapping averages.
Momentum Bubbles v5.8Momentum Bubbles uses advanced momentum, volume and CVD data to map and plot Bookmap style bubbles directly on your trading chart, High propulsion candles align with large deep colored bubbles with trending range is opaque and only changing color to orange as a waring of pullbacks.
FVG Volume Profile [ChartPrime]⯁ OVERVIEW
FVG Volume Profile is a smart volume analysis tool that identifies Fair Value Gaps (FVGs) and overlays a volume profile inside each gap using data from lower timeframes. The indicator automatically selects the best time resolution or allows for manual control, giving traders deeper insight into the volume structure within each imbalance. POC levels and total volumes gives a full microstructure view inside every FVG.
⯁ KEY FEATURES
Fair Value Gap Detection (Bullish & Bearish)
Detects price gaps where inefficiency exists using a 3-bar structure.
-Bullish Gaps: Low > High with confirming middle bar.
-Bearish Gaps: High < Low with confirming middle bar.
Only significant gaps (filtered by standard deviation) are plotted to avoid noise.
Multi-Timeframe Volume Profiling
Pulls granular candle and volume data from a lower timeframe —
In Auto Mode, uses a resolution ~10x lower than the current chart.
In Manual Mode, lets the user select a custom timeframe.
This ensures accurate intra-gap volume distribution.
Dynamic Volume Binning
Each FVG is divided into vertical volume bins based on the Resolution input.
Each bin displays relative volume intensity as a horizontal box, scaled by percentage of the max bin volume.
Point of Control (PoC) Line & Label
The bin with the maximum volume inside each FVG is marked with:
A horizontal line (PoC) extending from the left to right side.
A label showing the absolute volume of that bin.
Color-coded to match bullish or bearish FVGs.
Total Volume Label Inside FVG
Each FVG displays the total volume sum from its profile:
For bullish FVGs , shown in the bottom-right corner.
For bearish FVGs , shown in the top-right corner.
Auto-Removal of Invalid Gaps
If price fully closes the gap (crosses its bounds), the FVG, profile, and PoC are deleted automatically.
This keeps the chart clean and focused only on active zones.
Toggleable Volume Profile Display
User can show or hide the volume profiles within FVGs using the "Display" toggle under the "FVG Volume Profile" group.
Only the PoC and FVG boxes remain visible if toggled off.
Volume Resolution Customization
Control the number of bins used for each FVG profile.
Higher resolution = more bins and finer volume analysis. (default 15)
Auto Timeframe Validation Warning
If the selected lower timeframe isn’t actually lower than the chart's, the script shows a visible warning label prompting adjustment.
Helps prevent calculation errors.
⯁ USAGE
Use this tool to identify active imbalance zones (FVGs) with embedded volume context.
Look for PoC positioning inside gaps — near top may indicate absorption or reversal zones.
Combine with price action at the PoC level for precision entries.
Hide volume profile for a cleaner view while retaining key POC and FVG boxes.
Use resolution controls to zoom into fine-grained profiles inside large gaps.
Consider Auto mode for seamless multi-timeframe analysis, or switch to Manual for full control.
⯁ CONCLUSION
FVG Volume Profile transforms raw imbalance detection into actionable insight by embedding lower-timeframe volume structure inside each Fair Value Gap. With PoC highlights, total volume labels, and customizable bin resolution, this indicator is essential for traders who want to understand not just where the gap is — but what volume did inside it .
5 MAs + Composite Gradient + Multi Sensitivity + HybridIndicator Description
🔹 Core Structure
• The indicator plots five moving averages (MAs), each fully customizable: you can choose the type (SMA, EMA, WMA, HMA, RMA, VWMA), the length, the color, and the transparency.
• On top of them, it calculates a Composite line, which is simply the average of all five MAs.
🔹 Colors and Lines
• Each MA is drawn in the color you select, with adjustable transparency.
• The Composite line is dynamically colored: it shifts from red when the slope is strongly negative (downtrend) to green when the slope is strongly positive (uptrend), with smooth gradients in between.
• The line thickness of the Composite changes automatically: thin when the slope is weak, thick when the slope is strong.
🔹 Shading
• Light shading is drawn between MA1 ↔ MA5 and MA2 ↔ MA4.
• The shading color follows the Composite’s gradient, so the background tint reflects the current trend strength and direction.
🔹 Buy/Sell Signals
• A green BUY arrow appears below a candle when the price crosses above the Composite with enough strength.
• A red SELL arrow appears above a candle when the price crosses below the Composite with enough strength.
• The “enough strength” part is controlled by a sensitivity threshold.
🔹 Sensitivity Modes
You can choose how the threshold is calculated:
1. Dynamic TF – Sensitivity adapts to the timeframe:
• 1 minute → 0.2%
• 1 hour → 0.5%
• 1 day → 1%
2. ATR – Threshold is based on a multiple of the Average True Range.
3. StdDev – Threshold is based on a multiple of the standard deviation of price.
4. Hybrid – Requires both Dynamic TF and ATR conditions to be satisfied.
The Result
• You get a visually clear chart: faint customizable MAs, a Composite line that changes color and thickness with the trend, and shaded zones that reinforce the direction.
• You also get smart trading signals: filtered BUY/SELL arrows that adapt to volatility, timeframe, or both.
• The whole system is modular and flexible: you can tune every MA, every sensitivity mode, and every visual element.
OPEN MULTITIMEFRAMEIntroduction: The indicator's name and its main purpose (e.g., "A comprehensive multi-timeframe indicator that displays trends based on the Open price and Chikou Span signals...").
Features: A list of the key features included in the indicator (e.g., Multi-Timeframe Dashboard, Moving Averages on Open price, volume-based candle coloring, trading sessions...).
How to Use: Instructions on how to read signals from the dashboard, the meaning of the plotted lines, or how to combine signals for trading.
DARVAS BOX V5 Darvas Box indicator from Pine Script v3 to v5 with these improvements:
Triangle breakout signals (green up, red down)
Toggle option to show/hide signals
Breakout detection logic that tracks when price exits the box
Alert conditions for both upside and downside breakouts
Color Options:
Customize all visual elements to match your preferences:
Adjustable colors for top and bottom box lines
Custom colors for bullish and bearish breakout triangles
Flexible styling to fit any chart theme"