High-Low-Avg Plot (1D)This script aims to plot the High, Low, Average (of High+Low+Close) for past 14 days of an index/a stock to provide certain levels in trading
Индикаторы и стратегии
PDB 4 MA + Candle Strength/Weakness Detector
4MA Strength & Reversal Detector
Unlock the power of momentum with this advanced 4 Moving Average system (20, 50, 100, 200) designed to pinpoint market strength and early reversal zones with precision.
How It Works:
- Bearish Reversal: Triggered when all moving averages align (20 < 50 < 100 < 200) and bearish reversal candles appear — highlighting potential tops.
- Bullish Reversal: Triggered when all moving averages align (200 < 100 < 50 < 20) and bullish reversal candles form — marking potential bottoms
:Best For:
⚡ Scalpers and day traders using 1–5 minute timeframes
📈 Identifying momentum shifts and trend exhaustion early
Tip: Combine this with volume or RSI for stronger confirmation and fewer false signals.
ATR(21)% EMA Next to CandleATR, or Average True Range, is a technical analysis indicator that measures market volatility by calculating the average price movement of an asset over a set period. It does not indicate price direction but shows how much a market is fluctuating. A rising ATR indicates higher volatility, while a falling ATR suggests lower volatility.
Trader Mike Webster, known for his work with the growth-focused CANSLIM strategy developed by William O'Neil, has created his own indicator called the Webby RSI, which incorporates ATR. In this application, the ATR is used to scale a stock's movement relative to its 21-day exponential moving average (EMA). In this case it is based on a percentage.
Elite Signals ProV4 OptimizedElite Signals Pro V4 is a sophisticated multi-factor trading indicator that combines price action, momentum, and market structure analysis to generate high-probability trading signals. Unlike traditional indicators that rely on single metrics, Elite Signals uses a weighted confidence scoring system across 7 key market dimensions to provide filtered, quality signals.
🎯 Core Philosophy
The indicator operates on the principle that multiple confirmations lead to higher probability setups. Instead of looking at isolated signals, it evaluates:
Price Action (Wick strength & rejection patterns)
Trend Alignment (Multiple timeframe confirmation)
Market Context (Zones, liquidity, volatility)
Momentum (RSI with slope confirmation)
Entry Rules:
Wait for STRONG confidence signals (>70%) for higher probability
Ensure trend alignment matches signal direction
Check RSI is not extreme unless slope confirms reversal
Verify candle is meaningful rejection pattern
Risk Management:
Stop Loss: Place below recent swing low (BUY) or above swing high (SELL)
Take Profit: 1.5-2x risk ratio, or use trailing stops
Position Size: Scale based on confidence strength
1. Adaptive Confidence Threshold
Automatically adjusts based on market volatility
Stricter in high volatility (fewer but higher quality signals)
More lenient in calm markets (more opportunities)
2. Multi-Timeframe Alignment
15-minute trend alignment ensures you're trading with higher timeframe momentum
Reduces false signals from counter-trend moves
3. Liquidity Sweep Detection
Identifies stop hunts and liquidity grabs
Provides early warning of potential reversals
Graduated confidence (0.5 for touch, 1.0 for full sweep)
4. Zone-Based Trading
Supply/Demand zone detection for key levels
Percentage-based proximity works across all instruments
Combines with rejection candles for high-probability entries
⚠️ Important Notes
Do:
✅ Use on multiple timeframes for confirmation
✅ Combine with price action and market context
✅ Adjust parameters for your trading style
✅ Use proper risk management always
Don't:
❌ Trade every signal - be selective
❌ Ignore higher timeframe context
❌ Over-optimize parameters
❌ Risk more than 1-2% per trade
🚨 Risk Disclaimer
This indicator is a tool for analysis and should not be the sole basis for trading decisions. Always:
Use proper risk management
Test strategies in demo accounts first
Understand that past performance doesn't guarantee future results
Consider multiple confirmation sources before entering trades
KDJ Max-Distance (K-D vs K-J)This indicator measures the maximum divergence between K and its related lines (D or J) in the KDJ stochastic system.
KEY CONCEPT:
- Calculates two distances: |K-D| and |K-J|
- Outputs whichever distance is larger
- Shows which component (D or J) is most diverged from K at any given time
CALCULATION:
1. Standard KDJ: K (fast), D (K smoothed), J (3K - 2D)
2. Distance K-D: momentum between fast and slow lines
3. Distance K-J: captures extreme divergence
4. Output: max(|K-D|, |K-J|) or signed version
INTERPRETATION:
• High positive values: K strongly above both D and J (strong upward momentum)
• High negative values: K strongly below both D and J (strong downward momentum)
• Near zero: K aligned with D/J (consolidation or reversal zone)
• Background color shows which is dominant: Teal=K-D, Orange=K-J
USE CASES:
- Identify extreme momentum conditions
- Spot divergence exhaustion
- Confirm trend strength
- Filter ranging vs trending markets
SETTINGS:
- Signed mode: preserves direction (positive/negative)
- Absolute mode: shows pure distance magnitude
- Adjustable guide levels for visual reference
[PDR] Daily Rebalance█ OVERVIEW
This indicator is a powerful portfolio backtesting tool designed to simulate the performance of a static-weight, daily rebalancing strategy. It allows you to define a portfolio of up to 10 assets, set their target weights, and track its cumulative return against a user-defined benchmark and a risk-free rate.
The core of the script is its daily rebalancing logic, which calculates and logs every trade needed to bring the portfolio back to its target allocations at the close of each day. This provides a transparent and detailed view of how a static portfolio would have performed historically, including the impact of trading costs.
█ KEY FEATURES
Daily Rebalancing: Simulates a portfolio that is rebalanced at the close of every day to maintain target asset allocations.
Customizable Portfolio: Configure up to 10 different assets with specific weights. If all weights are left at 0, the script automatically creates an equal-weight portfolio from the selected assets.
Performance Comparison: Plots the portfolio's equity curve against a user-defined benchmark (e.g., SET:SET50 ) and a risk-free return, allowing for easy relative performance analysis.
Realistic Simulation: Accounts for trading costs like broker commission and minimum lot sizes for more accurate and grounded backtesting results.
Detailed Performance Metrics: An on-chart table displays real-time statistics, including Current Drawdown, Max Drawdown, and Total Return for both your portfolio and the benchmark.
Trade-by-Trade Logs: For full transparency, every rebalancing trade (BUY/SELL), including shares, price, notional value, and fees, is logged in the Pine Logs panel.
█ HOW TO USE
**Apply to a Daily Chart:** This script is designed to work exclusively on the daily ( 1D ) timeframe. Applying it to any other timeframe will result in a runtime error.
**Configure Settings:** Open the indicator's settings. Set your `Initial Capital`, `Start Time`, and the `Benchmark` symbol you wish to compare against.
**Define Your Assets:** In the 'Assets' group, check the box to enable each asset you want to include, select the symbol, and define its target `Weight (%)`.
**Set Trading Costs:** Adjust the `Broker Commission (%)` and `Minimal Buyable Lot` to match your expected trading conditions.
**Analyze the Results:** The performance curves are plotted in the indicator pane below your main chart. The key metrics table is displayed on the bottom-right of your chart.
**View Rebalancing Trades:** This is a crucial step for understanding the simulation. To see the detailed daily trades, you **must** open the **Pine Logs**. You can find this panel at the bottom of your TradingView window, next to the "Pine Editor" and "Strategy Tester" tabs. The logs provide a complete breakdown of every rebalancing action.
█ DISCLAIMER
This is a backtesting and simulation tool, not a trading signal generator. Its purpose is for research and performance analysis. Past performance is not indicative of future results. Always conduct your own research before making any investment decisions.
Dual ATR with OffsetGives you a cross when ATR moves unusually, perhaps like would happen at the beginning of a trade.
CHAN CRYPTO RS🩷 ATR RS (Crypto / High-based 2.1x, Decimal Safe v2)
This indicator is designed for crypto position sizing and stop calculation using ATR-based risk management. It helps traders automatically determine the stop price, per-unit risk, and optimal position size based on a fixed risk amount in USDT.
🔧 Core Logic
ATR Length (Daily RMA) — calculates the daily Average True Range (ATR) using RMA smoothing.
ATR Multiplier (2.1× default) — defines how far the stop is placed from the daily high.
Stop Price (for Longs) = Daily High − ATR × Multiplier
Per-Unit Risk = (Entry − Stop) × Point Value
Position Size = Risk Amount ÷ Per-Unit Risk
Automatically handles decimal precision for micro-priced crypto assets (e.g., PEPE, SHIB).
Includes safeguards for minimum size and maximum position caps.
💡 Features
Uses Daily ATR without lookahead (no repainting).
Dynamically switches between current and previous ATR for stable results when the daily bar isn’t yet confirmed.
“Snap to tick” ensures stop prices align with the symbol’s tick size.
Table display summarizes ATR, stop price, per-unit risk, total risk, size, and bet amount.
Optional stop label on the chart for visual clarity.
🧮 Output Table
Metric Description
ATR(10) Daily RMA-based ATR
ATR used Chosen ATR (current or previous)
Stop Calculated stop price
Per-unit Risk per coin/unit
Risk Total risk in USDT
Size Optimal position size
Bet Total position value (Entry × Size)
🧠 Ideal For
Crypto traders who use fixed-risk ATR strategies and need precise, decimal-safe position sizing even for ultra-low-priced tokens.
Blick Trades Position Size CalculatorThe Blick Trades Position Size indicator is a comprehensive Position Size Calculator designed for futures traders on TradingView. It automatically detects the asset type (Gold, Nasdaq, or ES futures - both regular and micro contracts) and calculates the optimal number of contracts to trade based on your risk amount and stop loss price.
The indicator features a "Maximize Risk" option that intelligently switches between regular and micro contracts to get as close as possible to your target risk amount, plus support for limit orders with custom entry prices. It displays visual elements on the chart including entry and stop loss lines with live risk calculations, and uses an asset-specific display system so you can control which charts show the indicator (preventing parameter confusion when switching between different futures contracts).
The calculator handles all the complex math automatically - just input your risk amount and stop loss, and it tells you exactly how many contracts to trade while showing your precise dollar risk in real-time.
tulsinanda Ribbonsbest above any band buy n cross down sell .bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbest indicator here line above is buy n lines down is sell .here analysis wave n price up n down we want tobest indicator here line above is buy n lines down is sell .here analysis wave n price up n down we want tobest indicator here line above is buy n lines down is sell .here analysis wave n price up n down we want tobest indicator here line above is buy n lines down is sell .here analysis wave n price up n down we want tobest indicator here line above is buy n lines down is sell .here analysis wave n price up n down we want tobest indicator here line above is buy n lines down is sell .here analysis wave n price up n down we want to
Heikin Ashi BarThis is an indicator that displays the Heikin‑Ashi chart simultaneously with candlestick bars. The Heikin‑Ashis are shown on a bar chart, with bullish bars colored green and bearish bars colored orange.
平均足をロウソク足と同時に表示するインジケータです。平均足はバーチャートで表示されます。陽線は緑色、陰線はオレンジ色で表示されます。
MA Oscillator Map [ChartPrime]⯁ OVERVIEW
The MA Oscillator Map transforms moving average deviations into an oscillator framework that highlights overextended price conditions. By normalizing the difference between price and a chosen moving average, the tool maps oscillations between -100 and +100 , with gradient coloring to emphasize bullish and bearish momentum. When the oscillator cools from extreme levels (-100/100), the indicator marks potential reversal points and extends short-term levels from those extremes. A compact side table and dynamic bar coloring make momentum context visible at a glance.
⯁ KEY FEATURES
Oscillator Mapping (±100 Scale):
Price deviation from the selected MA is normalized into a percentage scale, allowing consistent overbought/oversold readings across assets and timeframes.
// MA
MA = ma(close, maLengthInput, maTypeInput)
diff = src - MA
maxVal = ta.highest(math.abs(diff), 50)
osc = diff / maxVal * 100
Customizable MA Types:
Choose SMA, EMA, SMMA, WMA, or VWMA to fine-tune the smoothing method that powers the oscillator.
Extreme Signal Diamonds:
When the oscillator retreats from +100 or -100, the script plots diamonds to flag potential exhaustion and reversal zones.
Dynamic Levels from Extremes:
Upper and lower dotted lines extend from recent overextension points, projecting temporary barriers until broken by price.
Gradient Bar Coloring:
Candles and oscillator values adopt a bullish-to-bearish gradient, making shifts in momentum instantly visible on the chart.
Compact Momentum Map:
A table at the chart’s edge plots the oscillator position with a gradient scale and live percentage label for precise momentum tracking.
⯁ USAGE
Watch for diamonds after the oscillator exits ±100 — these mark potential exhaustion zones.
Use extended dotted levels as short-term reference lines; if broken, trend continuation is favored.
Combine gradient bar coloring with oscillator shifts for confirmation of momentum reversals.
Experiment with different MA types to adapt sensitivity for trending vs. ranging markets.
Use the side momentum table as a quick-read gauge of trend strength in percent terms.
⯁ CONCLUSION
The MA Oscillator Map reframes moving average deviations into a visual momentum tracker with extremes, reversal signals, and dynamic levels. By blending oscillator math with intuitive visuals like gradient candles, diamonds, and a live gauge, it helps traders spot overextension, exhaustion, and momentum shifts across any market.
fmfm1010ضافة مؤشر Call/Put
إضافة مؤشر Call/Put إلى الرسم البياني يسمح للمتداولين برؤية إشارات الشراء والبيع بشكل واضح وسريع. يعمل هذا المؤشر على تحديد اللحظات المناسبة لإدخال صفقات Call (شراء) أو Put (بيع) بناءً على التحليل الفني أو استراتيجيات محددة مسبقًا. يساعد هذا المؤشر في تحسين قرارات التداول وتقليل المخاطر من خلال توفير تنبيهات دقيقة في الوقت الفعلي.
In English:
Adding a Call/Put Indicator
Adding a Call/Put indicator to a chart allows traders to clearly and quickly see buy and sell signals. This indicator identifies the right moments to enter Call (buy) or Put (sell) trades based on technical analysis or pre-defined strategies. It helps improve trading decisions and reduce risks by providing accurate real-time alerts.
26 سبتمبر
fmfm300إضافة مؤشر Call/Put
إضافة مؤشر Call/Put إلى الرسم البياني يسمح للمتداولين برؤية إشارات الشراء والبيع بشكل واضح وسريع. يعمل هذا المؤشر على تحديد اللحظات المناسبة لإدخال صفقات Call (شراء) أو Put (بيع) بناءً على التحليل الفني أو استراتيجيات محددة مسبقًا. يساعد هذا المؤشر في تحسين قرارات التداول وتقليل المخاطر من خلال توفير تنبيهات دقيقة في الوقت الفعلي.
In English:
Adding a Call/Put Indicator
Adding a Call/Put indicator to a chart allows traders to clearly and quickly see buy and sell signals. This indicator identifies the right moments to enter Call (buy) or Put (sell) trades based on technical analysis or pre-defined strategies. It helps improve trading decisions and reduce risks by providing accurate real-time alerts.
26 سبتمبر
FMFM40إضافة مؤشر Call/Put
إضافة مؤشر Call/Put إلى الرسم البياني يسمح للمتداولين برؤية إشارات الشراء والبيع بشكل واضح وسريع. يعمل هذا المؤشر على تحديد اللحظات المناسبة لإدخال صفقات Call (شراء) أو Put (بيع) بناءً على التحليل الفني أو استراتيجيات محددة مسبقًا. يساعد هذا المؤشر في تحسين قرارات التداول وتقليل المخاطر من خلال توفير تنبيهات دقيقة في الوقت الفعلي.
In English:
Adding a Call/Put Indicator
Adding a Call/Put indicator to a chart allows traders to clearly and quickly see buy and sell signals. This indicator identifies the right moments to enter Call (buy) or Put (sell) trades based on technical analysis or pre-defined strategies. It helps improve trading decisions and reduce risks by providing accurate real-time alerts.
26 سبتمبر
Key LevelsKey Levels automatically plots the most important price levels directly on your chart — giving you instant clarity on where the market is reacting.
What It Shows
Daily Levels:
Daily Open
Previous Day High & Low
Previous Day Equilibrium (Midpoint)
Weekly Levels:
Previous Week High & Low
Previous Week Equilibrium
Monthly Levels:
Previous Month High & Low
Previous Month Equilibrium
Yearly Levels:
Previous Year High & Low
Previous Year Equilibrium
Features
Fully customizable colors, styles, and line types
Option to toggle each timeframe on/off
Works on any symbol or timeframe
Lightweight and non-intrusive
💡 Why Use It
Easily identify areas where price is likely to react — such as liquidity pools, range extremes, and institutional levels. Perfect for day traders, swing traders, and smart money concept users.
Entries + FVG SignalsE+FVG: A Masterclass in Institutional Trading Concepts
Chapter 1: The Modern Trader's Dilemma—Decoding the Institutional Footprint
In the vast, often chaotic ocean of the financial markets, retail traders navigate with the tools they are given: conventional indicators like moving averages, RSI, and MACD. While useful for gauging momentum and general trends, these tools often fall short because they were not designed to interpret the primary force that moves markets: institutional order flow. The modern trader faces a critical challenge: the tools and concepts taught in mainstream trading education are often decades behind the sophisticated, algorithm-driven strategies employed by banks, hedge funds, and large financial institutions.
This leads to a frustrating cycle of seemingly inexplicable price movements. A trader might see a perfect breakout from a classic pattern, only for it to reverse viciously, stopping them out. They might identify a strong trend, yet struggle to find a logical entry point, consistently feeling "late to the party." These experiences are not random; they are often the result of institutional market manipulation designed to engineer liquidity.
The fundamental problem that E+FVG (Entries + FVG Signals) addresses is this informational asymmetry. It is a sophisticated, institutional-grade framework designed to move a trader's perspective from a retail mindset to a professional one. It does not rely on lagging, derivative indicators. Instead, it focuses on the two core elements of price action that reveal the true intentions of "Smart Money": liquidity and imbalances.
This is not merely another indicator to add to a chart; it is a complete analytical engine designed to help you see the market through a new lens. It deconstructs price action to pinpoint two critical things:
Where institutions are likely to hunt for liquidity (running stop-loss orders).
The specific price inefficiencies (Fair Value Gaps) they are likely to target.
By focusing on these core principles, E+FVG provides a logical, rules-based solution to identifying high-probability trade setups. It is built for the discerning trader who is ready to evolve beyond conventional technical analysis and learn a methodology that is aligned with how the market truly operates at an institutional level. It is, in essence, an operating system for "Smart Money" trading.
Chapter 2: The Core Philosophy—Liquidity is the Fuel, Imbalances are the Destination
To fully grasp the power of this tool, one must first understand its foundational philosophy, which is rooted in the core tenets of institutional trading, often referred to as Smart Money Concepts (SMC). This philosophy can be distilled into two simple, powerful ideas:
1. Liquidity is the Fuel that Moves the Market:
The market does not move simply because there are more buyers than sellers, or vice-versa. It moves to seek liquidity. Large institutions cannot simply click "buy" or "sell" to enter or exit their multi-million or billion-dollar positions. Doing so would cause massive slippage and alert the entire market to their intentions. Instead, they must strategically accumulate and distribute their positions in areas where there is a high concentration of orders.
Where are these orders located? They are clustered in predictable places: above recent swing highs (buy-stop orders from shorts, and breakout buy orders) and below recent swing lows (sell-stop orders from longs, and breakout sell orders). This collective pool of orders is called liquidity. Institutions will often drive price towards these liquidity pools in a "stop hunt" or "liquidity grab" to trigger those orders, creating the necessary volume for them to fill their own large positions, often in the opposite direction of the liquidity grab itself. Understanding this concept is the key to avoiding being the "fuel" and instead learning to trade alongside the institutions.
2. Imbalances (Fair Value Gaps) are the Magnets for Price:
When institutions enter the market with overwhelming force, they create an imbalance in the order book. This energetic, one-sided price movement often leaves behind a gap in the market's pricing mechanism. On a candlestick chart, this appears as a Fair Value Gap (FVG)—a three-candle formation where the wicks of the first and third candles do not fully overlap the range of the middle candle.
These are not random gaps; they represent an inefficiency in the market's price delivery. The market, in its constant quest for equilibrium, has a natural tendency to revisit these inefficiently priced areas to "rebalance" the order book. Therefore, FVGs act as powerful magnets for price. They serve as high-probability targets for a price move and, critically, as logical points of interest where price may reverse after filling the imbalance. A fresh, unfilled FVG is one of the most significant clues an institution leaves behind.
E+FVG is built entirely on this philosophy. The "Entries Simplified" engine is designed to identify the liquidity grabs, and the "FVG Signals" engine is designed to identify the imbalances. Together, they provide a complete, synergistic framework for institutional-grade analysis.
Chapter 3: The Engine, Part I—"Entries Simplified": A Framework for Precision Entry
This is the primary trade-spotting engine of the E+FVG tool. It is a multi-layered system designed to identify a very specific, high-probability entry model based on institutional behavior. It filters out market noise by focusing solely on the sequence of a liquidity sweep followed by a clear and energetic displacement.
Feature 1: The Multi-Timeframe Liquidity Engine
The first and most crucial step in the engine's logic is to identify a valid liquidity grab. The script understands that the most significant reversals are often initiated after price has swept a key high or low from a higher timeframe. A sweep of yesterday's high holds far more weight than a sweep of the last 5-minute high.
Automatic Timeframe Adaptation: The engine intelligently analyzes your current chart's timeframe and automatically selects an appropriate higher timeframe (HTF) for its core analysis. For instance, if you are on a 15-minute chart, it might reference the 4-hour or Daily chart to identify key structural points. This is done seamlessly in the background, ensuring the analysis is always anchored to a significant structural context without requiring manual input.
The "Sweep" Condition: The script is not looking for a simple touch of a high or low. It is looking for a definitive sweep (also known as a "stop hunt" or "Judas swing"). This is defined as price pushing just beyond a key prior candle's high or low and then closing back within its range. This specific price action pattern is a classic signature of a liquidity grab, indicating that the move's purpose was to trigger stops, not to start a new, sustained trend. The "Entries Simplified" engine is constantly scanning the HTF price action for these sweep events, as they are the necessary precondition for any potential setup.
Feature 2: The Upshift/Downshift Signal—Confirming the Reversal
Once a valid HTF liquidity sweep has occurred, the engine moves to its next phase: identifying the confirmation. A sweep alone is not enough; institutions must show their hand and reveal their intention to reverse the market. This confirmation comes in the form of a powerful structural breakout (for bullish reversals) or breakdown (for bearish reversals). We call these events Upshifts and Downshifts.
Defining the Upshift & Downshift: This is the critical moment of confirmation, the market "tipping its hand."
An Upshift occurs after a liquidity sweep below a key low. Following the sweep, price reverses with energy and produces a decisive breakout to the upside, closing above a recent, valid swing high. This action confirms that the prior downtrend's momentum is broken, the downward move was a trap to engineer liquidity, and institutional buyers are now in aggressive control.
A Downshift occurs after a liquidity sweep above a key high. Following the sweep, price reverses aggressively and produces a sharp breakdown to the downside, closing below a recent, valid swing low. This confirms that the prior uptrend's momentum has failed, the upward move was a liquidity grab, and institutional sellers have now taken control of the market.
Algorithmic Identification: The E+FVG engine uses a proprietary algorithm to identify these moments. It analyzes the candle sequence immediately following a sweep, looking for a specific type of market structure break characterized by high energy and displacement—often leaving imbalances (Fair Value Gaps) in its wake. This is not a simple "pivot break"; the algorithm is designed to distinguish between a weak, indecisive wiggle and a true, institutionally-backed Upshift or Downshift.
The Signal: When this precise sequence—a HTF liquidity sweep followed by a valid Upshift or Downshift on the trading timeframe—is confirmed, the indicator plots a clear arrow on the chart. A green arrow below a low signifies a Bullish setup (confirmed by an Upshift), while a red arrow above a high signifies a Bearish setup (confirmed by a Downshift). This is the core entry signal of the "Entries Simplified" engine.
Feature 3: Automated Price Projections—A Built-In Trade Management Framework
A valid entry signal is only one part of a successful trade. A trader also needs a logical framework for taking profits. The E+FVG engine completes its trade-spotting process by providing automated, mathematically-derived price projections.
Fibonacci-Based Logic: After a valid Upshift or Downshift signal is generated, the script analyzes the price leg that created the setup (i.e., the range from the liquidity sweep to the confirmation breakout/breakdown). It then uses a methodology based on standard Fibonacci extension principles to project several potential take-profit (TP) levels.
Multiple TP Levels: The indicator projects four distinct TP levels (TP1, TP2, TP3, TP4). This provides a comprehensive trade management framework. A conservative trader might aim for TP1 or TP2, while a more aggressive trader might hold a partial position for the higher targets. These levels are plotted on the chart as clear, labeled lines, removing the guesswork from profit-taking.
Dynamic and Adaptive: These projections are not static. They are calculated uniquely for each individual setup, based on the specific volatility and range of the price action that generated the signal. This ensures that the take-profit targets are always relevant to the current market conditions.
The "Entries Simplified" engine, therefore, provides a complete, end-to-end framework: it waits for a high-probability condition (HTF sweep), confirms it with a specific entry model (Upshift/Downshift), and provides a logical road map for managing the trade (automated projections).
Chapter 4: The Engine, Part II—"FVG Signals": Mapping Market Inefficiencies
This second, complementary engine of the E+FVG tool operates as a market mapping system. Its sole purpose is to identify, plot, and monitor Fair Value Gaps (FVGs)—the critical price inefficiencies that act as magnets and potential reversal points.
Feature 1: Dual Timeframe FVG Detection
The significance of an FVG is directly related to the timeframe on which it forms. A 1-hour FVG is a more powerful magnet for price than a 1-minute FVG. The FVG engine gives you the ability to monitor both simultaneously, providing a richer, multi-dimensional view of the market's inefficiencies.
Chart TF FVGs: The indicator will, by default, identify and plot the FVGs that form on your current, active chart timeframe. These are useful for short-term scalping and for fine-tuning entries.
Higher Timeframe (HTF) FVGs: With a single click, you can enable the HTF FVG detection. This allows you to overlay, for example, 1-hour FVGs onto your 5-minute chart. This is an incredibly powerful feature. Seeing a 5-minute price rally approaching a fresh, unfilled 1-hour bearish FVG gives you a high-probability context for a potential reversal. The HTF FVGs act as major points of interest that can override the short-term price action.
Feature 2: The Intelligent "Tap-In" Logic—Beyond a Simple Touch
Many FVG indicators will simply alert you when price touches an FVG. The E+FVG engine employs a more sophisticated, two-stage logic to generate its signals, which helps to filter out weak reactions and focus on confirmed reversals.
Stage 1: The Entry. The first event is when price simply enters the FVG zone. This is a "heads-up" moment, and the indicator can be configured to provide an initial alert for this event.
Stage 2: The Confirmed "Tap-In." The official signal, however, is the "Tap-In." This is a more stringent condition. For a bullish FVG, a Tap-In is only confirmed after price has touched or entered the FVG zone and then closed back above the FVG's high. For a bearish FVG, the price must touch or enter the zone and then close back below the FVG's low. This confirmation logic ensures that the FVG has not just been touched, but has been respected and rejected by the market, making the resulting arrow signal significantly more reliable than a simple touch alert.
Feature 3: Interactive and Clean Visuals
The FVG engine is designed to provide maximum information with minimum chart clutter.
Clear, Color-Coded Boxes: Bullish FVGs are plotted in one color (e.g., green or blue), and bearish FVGs in another (e.g., red or orange), with a clear distinction between Chart TF and HTF zones.
Optional Box Display: Recognizing that some traders prefer a cleaner chart, you have the option to hide the FVG boxes entirely. Even with the boxes hidden, the underlying logic remains active, and the script will still generate the crucial Tap-In arrow signals.
Automatic Fading: Once an FVG has been successfully "tapped," the script can be set to automatically fade the color of the box. This provides a clear visual cue that the zone has been tested and may have less significance going forward.
Expiration: FVGs do not remain relevant forever. The script automatically removes old FVG boxes from the chart after a user-defined number of bars, ensuring your analysis is always focused on the most recent and relevant market inefficiencies.
Chapter 5: The Power of Synergy—How the Two Engines Work Together
While both the "Entries Simplified" engine and the "FVG Signals" engine are powerful standalone tools, their true potential is unlocked when used in combination. They are designed to provide confluence—a scenario where two or more independent analytical concepts align to produce a single, high-conviction trade idea.
Scenario A: The A+ Setup (Upshift into FVG). This is the highest probability setup. Imagine the "Entries Simplified" engine detects a HTF liquidity sweep below a key low, followed by a bullish Upshift signal. You look at your chart and see that this strong upward displacement is heading directly towards a fresh, unfilled bearish HTF FVG. This provides you with both a high-probability entry signal and a logical, high-probability target for the trade.
Scenario B: The FVG Confirmation. A trader might see the "Entries Simplified" engine generate a bearish Downshift signal. They feel it is a valid setup but want one extra layer of confirmation. They wait for price to rally a little further and "tap-in" to a nearby bearish FVG that formed during the Downshift's displacement. The FVG Tap-In signal then serves as their final confirmation trigger to enter the trade.
Scenario C: The Standalone FVG Trade. The FVG engine can also be used as a primary trading tool. A trader might notice that price is in a strong uptrend. They see price pulling back towards a fresh, bullish HTF FVG. They are not waiting for a full Upshift/Downshift setup; instead, they are simply waiting for the FVG Tap-In signal to confirm that the pullback is likely over and the trend is ready to resume.
By learning to read the interplay between these two engines, a trader can elevate their analysis from a one-dimensional process to a multi-dimensional, context-aware methodology.
Chapter 6: The Workflow—A Step-by-Step Guide to Practical Application
Step 1: The Pre-Market Analysis (Mapping the Battlefield). Before your session begins, enable the HTF FVG detection. Identify the key, unfilled HTF FVGs above and below the current price. These are your major points of interest for the day—your potential targets and reversal zones.
Step 2: Await the Primary Condition (Patience for Liquidity). During your trading session, your primary focus should be on the "Entries Simplified" engine. Your job is to wait patiently for the script to identify a valid HTF liquidity sweep. Do not force trades in the middle of a price range where no significant liquidity has been taken.
Step 3: The Upshift/Downshift Alert (The Call to Action). When the red or green arrow from the "Entries Simplified" engine appears, it is your cue to focus your attention. This is a potential high-probability setup.
Step 4: The Confluence Check (Building Conviction). With the Upshift or Downshift signal on your chart, ask the key confluence questions:
Did the displacement from the Upshift/Downshift create a new FVG?
Is the projected path of the trade heading towards a pre-identified HTF FVG?
Has an FVG Tap-In signal appeared shortly after the initial signal, offering further confirmation?
Step 5: Execute and Manage. If you have sufficient confluence, execute the trade. Use the automated price projections as your guide for profit-taking. A logical stop-loss is typically placed just beyond the high or low of the liquidity sweep that initiated the entire sequence.
Chapter 7: The Trader's Mind—Mastering the Institutional Mindset
This tool is more than a set of algorithms; it is a training system for professional trading psychology.
From Chasing to Trapping: You stop chasing breakouts and instead learn to identify where others are being trapped.
From FOMO to Patience: The strict, sequential logic of the entry model (Sweep -> Upshift/Downshift) forces you to wait for the highest quality setups, curing the Fear Of Missing Out.
Probabilistic Thinking: By focusing on liquidity and imbalances, you begin to think in terms of probabilities, not certainties. You understand that you are putting on trades where the odds are statistically in your favor, which is the cornerstone of any professional trading career.
Clarity and Confidence: The clear, rules-based signals remove ambiguity and second-guessing. This builds the confidence needed to execute trades decisively when the opportunity arises.
Chapter 8: Frequently Asked Questions & Scenarios
Q: The "Entries Simplified" code looks complex. Do I need to understand all of it?
A: No. The engine is designed to perform its complex analysis in the background. Your job is to understand the principles—liquidity sweep and the resulting Upshift or Downshift—and to recognize the clear arrow signals that the script generates when those conditions are met.
Q: Can I turn one of the engines off?
A: Yes, the indicator is modular. If you only want to focus on Fair Value Gaps, for example, you can disable the plot shapes for the "Entries Simplified" signals in the settings, and vice-versa.
Q: Does this work on all assets and timeframes?
A: The principles of liquidity and imbalance are universal and apply to all markets, from cryptocurrencies to forex to indices. The fractal nature of the analysis means the concepts are valid on all timeframes. However, it is always recommended that a trader backtest and forward-test the tool on their specific instrument and timeframe of choice to understand its unique behavior.
Author's Instructions
To request access to this script, please send me a direct private message here on TradingView.
Alternatively, you can find more information and contact details via the link on my profile signature.
Please DO NOT request access in the Comments section. Comments are for questions about the script's methodology and for sharing constructive feedback.
Syndicate Bias Universal (Auto)Syndicate Bias Universal (Auto): A Masterclass in Time-Based Trading
Chapter 1: The Modern Trader's Dilemma—A New Framework for a Noisy Market
In today's hyper-connected financial markets, the modern trader is faced with a profound paradox: we have access to more information than ever before, yet achieving consistent clarity has never been more challenging. We are inundated with a relentless stream of price data, countless indicators, breaking news, and expert opinions. This information overload often leads not to better decision-making, but to analysis paralysis, emotional trading, and a chronic sense of being one step behind the market's true intentions.
The fundamental problem that Syndicate Bias Universal (Auto) addresses is this struggle for clarity amidst the noise. It challenges the conventional approach of relying solely on price- and volume-based indicators, which are inherently lagging and often produce conflicting signals. Instead, it introduces a crucial, and often overlooked, third dimension to technical analysis: time.
This indicator is not merely another tool to be added to a cluttered chart; it is a comprehensive, systematic framework designed to reinterpret market dynamics through the structured lens of trading sessions. Its core function is to deconstruct any trading period—from an entire week down to the smallest intraday segments—into a clear, four-part narrative structure, which we call "Quarters."
Many traders can correctly identify a market's general direction but consistently struggle with the critical question of when to act. This timing issue leads to the most common trading errors: entering positions too early only to be stopped out by volatility, entering too late and catching the tail-end of a move, or being whipsawed by directionless chop. This script provides a logical, rules-based solution by identifying a specific, high-probability time window within each session where reversal setups are most likely to occur. It is built for the discerning trader who is ready to evolve—to move beyond reactive, emotionally-driven decisions and adopt a structured, patient, and objective methodology for market engagement. It is, in essence, an operating system for disciplined trading.
Chapter 2: The Core Philosophy—Viewing the Market as a Four-Quarter Game
At its heart, this indicator operates on a powerful principle: market sessions, regardless of their duration, exhibit a discernible rhythm and structure, much like a four-quarter game of football, a four-act theatrical play, or the four seasons of a year. Price action is not a chaotic, random walk. It is a story unfolding, driven by the collective psychology of millions of participants. This story often follows a recurring pattern of opening, exploration, climax, and resolution.
By dividing trading sessions into four distinct quarters, we can better contextualize this narrative. This temporal structure acts as a powerful filter, cutting through the incessant noise of minor price fluctuations and focusing the trader's attention on the moments that truly matter.
Quarter 1 (The Opening Act): This is the period of price discovery. The market is absorbing overnight news, and early participants are establishing their initial positions. The character of this quarter—whether it is quiet and rotational or strong and directional—provides crucial clues about the session's potential.
Quarter 2 (The Exploration): Following the initial open, the market begins to test the levels established in Q1. This is often a period of consolidation or early trend development, where weaker hands are shaken out.
Quarter 3 (The Climax): Often, this is where the session's primary, decisive move occurs. It can be a powerful trend continuation or, critically, a major reversal point where the initial momentum shows signs of exhaustion.
Quarter 4 (The Resolution): This is the closing period, characterized by profit-taking, late-day position adjustments, and a general decrease in volume as the session winds down.
This is not a "black box" system promising guaranteed results. It is a transparent methodology built on a clear, logical foundation of session analysis. Its purpose is to empower you with a deeper understanding of market behavior, transforming you from a mere participant, tossed about by the market's waves, into a patient observer who waits for specific, high-probability conditions to align before acting. Embracing this philosophy is the first and most crucial step to unlocking the tool's full potential.
Chapter 3: The Engine—Key Features & In-Depth Principles
This section dissects the sophisticated mechanics that power the indicator. Each feature is designed to work in concert, creating a robust and adaptive analytical engine.
Feature 1: Universal Market Adaptability—A Global, Intelligent Tool
A significant weakness of many trading tools is their inherent rigidity. An indicator fine-tuned for the unique volatility profile and session times of the New York open will invariably underperform or provide false signals when applied to the different rhythms of the Indian or Asian markets. Syndicate Bias Universal eradicates this problem with a sophisticated, dual-mode adaptability engine.
Intelligent Auto-Detection: This is the default and recommended setting for most traders. When the "Market Type" input is set to "Auto," the script becomes a dynamic, context-aware tool. It intelligently queries the exchange information (syminfo.prefix) of the instrument you are currently viewing. It automatically recognizes major Indian exchanges (NSE, BSE, MCX) and all other global exchanges. Based on this identification, it seamlessly applies the correct session timing logic—using "Asia/Kolkata" for Indian instruments and "America/New_York" for global instruments (Forex, Commodities, US Equities, etc.).
This allows traders with a diverse watchlist to move effortlessly from analyzing the NIFTY 50 to EUR/USD to Crude Oil, confident that the underlying temporal analysis remains precise, relevant, and correctly calibrated to the dominant trading hours of each asset. There is no need for manual adjustment or multiple chart templates; the indicator handles the complex work of timezone alignment for you.
Focused Manual Override: For the advanced trader, the manual override provides an indispensable layer of analytical control. There are specific scenarios where locking the indicator to a particular time zone, regardless of the asset being viewed, is crucial.
Cross-Market Influence Analysis: A European trader analyzing the DAX index might want to lock the indicator to "Global" (New York) time during the afternoon to see how the US open influences the German market's behavior in its final hours.
Commodity and Forex Trading: A trader in Asia specializing in WTI Crude Oil or Gold knows that these markets are heavily dominated by the New York session. By locking the indicator to "Global," they can apply the correct temporal structure to their analysis, even if their local time is different.
Consistent Strategy Application: A trader who has developed a strategy based purely on the London/New York session overlap can lock the indicator to "Global" and apply this single, consistent framework across any and all instruments they trade.
This dual-mode system ensures that the indicator is both effortlessly simple for those who need it to be and powerfully flexible for those who require granular control.
Feature 2: Fractal Quarter-Based Analysis—Structure at Every Scale
The term "fractal" in market analysis refers to the principle that the same patterns of collective human behavior—driven by greed, fear, hope, and indecision—manifest repeatedly across all timeframes. A pattern that takes months to unfold on a weekly chart can play out in a matter of minutes on a one-minute chart. The Syndicate Bias Universal indicator is built on this very principle, applying its Four-Quarter structure consistently from the highest macro view down to the lowest micro view.
This provides a unified, coherent framework for analysis, regardless of your trading style.
The Weekly Quarter (The Position Trader's View): At this macro level, the trading week is divided into four primary segments (e.g., Monday, Tuesday, Wednesday, Thursday). This perspective is invaluable for position traders and long-term investors. It helps answer critical strategic questions: Is the week's opening action on Monday establishing a trend that will likely hold, or is it creating the conditions for a mid-week reversal? The weekly quarters help contextualize the larger battle between long-term buyers and sellers.
The Daily Quarter (The Swing Trader's View): Here, the full 24-hour global trading day is partitioned into four 6-hour quarters. This is the ideal lens for swing traders and day traders who aim to capture the dominant move of the day or a multi-day swing. It helps them avoid the morning "chop" by understanding the initial price discovery phase and position themselves for the more decisive moves that often occur in the later quarters of the global session.
Intraday Quarters: 90min, Micro, and Nano (The Day Trader's & Scalper's View): For traders operating on the front lines of intraday price action, the script drills down with surgical precision. It breaks down shorter sessions into their own complete four-quarter cycles. This granular view is essential for timing precise entries, managing trades with tight stop-losses, and understanding the micro-rhythms of order flow. It helps scalpers identify high-probability windows to trade, while allowing them to step back and avoid periods of low liquidity or erratic price action.
To keep you anchored, the script automatically selects and displays the relevant analysis timeframe ("Auto TF") in a non-intrusive display on your chart. This seemingly simple feature is a crucial navigational tool, constantly reminding you of the specific temporal context the engine is currently analyzing, ensuring your decisions are always aligned with the appropriate structural scale.
Feature 3: The "S-Quarter" Timing Window—The Art of Strategic Patience
This is the intellectual core of the indicator and its most powerful feature. It is the mechanism that transforms trading from a constant, stressful hunt for opportunities into a calm, disciplined, and strategic wait. The S-Quarter (Search Quarter) engine enforces patience by activating its search for trade setups only within a specific, algorithmically determined time window.
The Q1 Volatility Profile Analysis: The process begins at the start of a new session. The indicator's logic performs a sophisticated analysis of the price action within the first quarter (Q1). It looks beyond simple direction and evaluates its character. This involves assessing the nature of the opening period's volatility. Is the range expanding or contracting? Is the price action rotational and indecisive, or is it directional and backed by momentum? A quiet, low-volatility Q1 suggests a different market psychology and implies a very different probabilistic path for the rest of the session compared to a strong, high-volume, trend-setting Q1.
Dynamic and Adaptive Window Selection: Based on this nuanced Q1 profile, the script makes a critical, forward-looking determination: which of the subsequent quarters (Q2, Q3, or Q4) is most likely to host a significant market turning point, a liquidity grab, or an exhaustion event. This designated period is the "S-Quarter." The selection is dynamic and adaptive:
If Q1 was a powerful, trending move, the engine might identify Q3 as the S-Quarter, anticipating that the initial momentum will wane, drawing in late trend-followers just in time for a sharp reversal.
If Q1 was a tight, rotational range, the engine might identify Q2 as the S-Quarter, anticipating that the first breakout attempt from this range will likely be a "head fake" designed to trap traders before the real move begins in the opposite direction.
This intelligent selection is what sets the tool apart. It doesn't use a fixed, one-size-fits-all timing window. It adapts its search to the unique, unfolding conditions of each individual trading session. The S-Quarter is the only time the script will actively look for and display trade setups. This powerful filter is the key to mastering trading psychology. It prevents impulsive entries, eliminates the fear of missing out (FOMO), dramatically reduces exposure to choppy and unpredictable market periods, and aligns your actions with the moments of highest probabilistic edge.
Feature 4: Contrarian Reversal Setups—Identifying Market Exhaustion
The setups generated by this indicator are contrarian by design. They are not trend-following signals. They are based on the principle of identifying moments where a prevailing short-term move is reaching a point of exhaustion, often culminating in a "liquidity grab."
The Mechanics of a Liquidity Grab: Within the pre-defined S-Quarter, the script vigilantly monitors short-term market structure, specifically the pivot highs and pivot lows. A break of a recent, significant pivot is a critical event. The script's logic posits that during the S-Quarter, these breakouts are often not the beginning of a sustained new trend. Instead, they are frequently a calculated move by institutional players to "run the stops"—a stop hunt designed to trigger the stop-loss orders of retail traders who are positioned on the wrong side of the market. This action injects a surge of liquidity into the market, which is precisely what larger players need to fill their large orders in the opposite direction.
Bullish Reversal Setup (Fading the Low): This setup is triggered by a break below a recent structural low during the S-Quarter. This event signals that the sellers who pushed the price to a new low may have exhausted their power in the process of running the stops. The trap has been set, and this alert serves as a potential turning point where buyers are likely to step in with force.
Bearish Reversal Setup (Fading the High): This setup is triggered by a break above a recent structural high during the S-Quarter. This suggests that the final, euphoric wave of buying pressure may be culminating in a liquidity grab. The last of the breakout buyers have been drawn in at the worst possible price, presenting an opportunity for informed sellers to take control and initiate a move downwards.
It is absolutely essential to understand that these are high-probability setups, not automated entry signals. They are sophisticated alerts that tell you, "The conditions are now ripe for a potential reversal within our strategic time window." The final decision to execute a trade, and the management of that trade, always rests with you, the trader.
Chapter 4: The Workflow—A Step-by-Step Guide to Practical Application
This section provides a clear, actionable workflow for integrating the Syndicate Bias Universal indicator into your daily trading routine.
Step 1: Initial Configuration (The Pre-Flight Check). Begin by setting the "Market Type." For maximum efficiency across a varied watchlist, leave it on "Auto." If you are a specialist who focuses on one specific market session, manually select "Global" or "Indian" to lock in your preferred analytical framework. Ensure other visual settings, like "Show Active Quarter Boxes," are enabled.
Step 2: Contextualize the Session (Reading the Field). At the start of your trading day, observe the quarter boxes as they begin to form. Pay attention to the story they tell. Is the Q1 box narrow and tight, suggesting indecision? Is it wide and directional, suggesting a strong opening sentiment? This visual context helps you build an intuitive feel for the session's rhythm long before any signal appears.
Step 3: Exercise Strategic Patience (The Professional's Edge). This is the most critical and often the most difficult step. The script will automatically perform its Q1 analysis and silently determine the S-Quarter. Your job is to wait. Resist the urge to trade during the other quarters. This disciplined inaction is not passive; it is an active strategy. It conserves your mental and financial capital for the moments that count the most.
Step 4: The Alert (The Call to Action). When a label—"Look for Bullish/Bearish reversal"—appears on your chart, it is your cue to shift from a passive, observational state to an active, analytical one. This is the moment you have been waiting for. Do not instantly click "buy" or "sell." The alert is a call to focus your attention, not a command to act blindly.
Step 5: The Confirmation Process (Your Personal Edge). The setup is the start, not the end, of your trade analysis. This is where you apply your own skills to confirm the validity of the setup. For example, upon seeing a Bullish Reversal Setup:
Candlestick Analysis: Look for confirmation candles like a powerful bullish engulfing bar, a hammer, or a dragonfly doji forming right after the new low was made.
Volume Analysis: Check if the move to the new low was on high, climactic volume that suddenly dried up, followed by an increase in volume as the price starts to reverse.
Indicator Confluence: Look for bullish divergence on an oscillator like the RSI or MACD, where price makes a new low but the indicator makes a higher low.
This confirmation process is what integrates the indicator into your unique trading style, making it exponentially more powerful.
Step 6: Execute and Manage Risk (The Business of Trading). Once you have your confirmation, execute your trade according to your plan. Risk management is paramount. A logical stop-loss for a Bullish Reversal Setup would typically be placed just below the low of the liquidity grab candle. Your take-profit targets should be based on your analysis of key resistance levels. Always ensure the potential reward of the trade justifies the initial risk. A setup is a probabilistic edge, not a certainty.
Chapter 5: The Trader's Mind—Mastering the Psychology of Time
Integrating this tool effectively is as much about mastering psychology as it is about technical analysis. Its very design encourages the development of a professional trading mindset.
From Impulsive to Patient: The S-Quarter forces you to wait for the market to come to you, curing the impulsive need to be "in a trade" at all times.
From Reactive to Proactive: You are no longer reacting to every price tick. You have a proactive plan: you know which time window you are interested in and what condition you are waiting for. This puts you in a position of mental control.
Building Unshakeable Discipline: By consistently following the framework, you are building the muscle of discipline. You learn that often the most profitable action is no action at all.
Conquering FOMO (Fear Of Missing Out): FOMO is driven by unstructured, random trading. When you know you are only interested in a specific type of setup within a specific time window, the moves that happen outside of that framework become irrelevant noise. You cannot miss a move you were never supposed to take.
Gaining Confidence Through Structure: The clarity and structure provided by the Four-Quarter framework build immense confidence. You are not guessing; you are executing a well-defined plan based on a logical, repeatable methodology.
Chapter 6: Frequently Asked Questions & Scenarios
Q: What happens if no setup appears during the S-Quarter?
A: This is one of the most valuable outcomes the indicator can provide. It means that during the high-probability window, the market did not produce a clear exhaustion or liquidity grab event. The script has effectively told you that the conditions were not optimal for a high-probability reversal, and the correct decision was to preserve your capital. A null signal is a powerful signal in itself.
Q: Can I use this indicator with my existing trend-following strategy?
A: Absolutely. In fact, it's a perfect combination. You can use your macro trend-following tools to establish the dominant weekly or daily direction. Then, you can use the Syndicate Bias Universal indicator on a lower timeframe to look for contrarian setups that signal the end of a pullback, allowing you to enter the trade in the direction of the larger trend at a much better price.
Q: Which analysis timeframe ("Auto TF") is the 'best' one to use?
A: There is no "best" timeframe; there is only the timeframe that is right for your trading style. This is precisely why the fractal design is so powerful. A long-term swing trader might focus primarily on the signals generated by the Daily quarters, while a high-frequency scalper will live within the Micro and Nano quarters. The indicator adapts to you, not the other way around. Experiment and find the resolution that best suits your personality and trading goals.
QULLAMAGGIE Trades Database 2014-2022QULLAMAGGIE HISTORICAL TRADES DATABASE (2014-2022)
Educational research tool displaying historical entry points from documented trading activity.
═══════════════════════════════════════════
WHAT THIS IS:
- Visual database of 1,700+ historical trade entries
- Data compiled from publicly available livestream archives (2014-2022)
- Shows when trades were taken, not why or how they performed
- Educational reference for pattern recognition and timing study
⚠️ WORKS ON DAILY TIMEFRAME ONLY
This indicator is designed for daily charts. It will not display correctly on intraday timeframes (1min, 5min, 1h, etc.)
DATA SOURCES:
- Excel databases compiled from public archives
- Livestream recordings and tweet history
- Community-maintained trade logs
- Covers 554+ different tickers
WHAT THIS IS NOT:
❌ Not trade signals or recommendations
❌ Not showing entry prices, exits, stops, or position sizing
❌ Not guaranteed accurate or complete
❌ Past performance ≠ future results
❌ Does not work on intraday timeframes
INTENDED USE:
- Study historical timing patterns on daily charts
- Analyze market conditions when entries occurred
- Research setup frequency across different tickers
- Educational backtesting reference
LIMITATIONS:
- Shows only entry dates, not full trade management
- May contain transcription errors from original sources
- Historical data only - no predictive value
- Covers specific time period (2014-2022)
- Daily timeframe only
═══════════════════════════════════════════
FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY
This indicator displays historical data compiled from public sources.
Not affiliated with or endorsed by the original trader.
Always do your own research and risk management.
Buying Climax + Spring [Darwinian]Buying Climax + Spring Indicator
Overview
Advanced Wyckoff-based indicator that identifies potential market reversals through **Buying Climax** patterns (exhaustion tops) and **Spring** patterns (accumulation bottoms). Designed for traders seeking high-probability reversal signals with strict uptrend validation.
---
Method
🔴 Buying Climax Detection
Identifies exhaustion patterns at market tops using multi-condition analysis:
**Base Buying Climax (Red Triangle)**
- Volume spike > 1.8x average
- Range expansion > 1.8x average
- New 20-bar high reached
- Close finishes in lower 30% of bar range
- **Strict uptrend validation**: Price must be 30%+ above 20-day low
**Enhanced Buying Climax (Maroon Triangle)**
- All Base BC conditions PLUS:
- Gap up from previous high
- Intraday fade (close < open and below midpoint)
- **Higher confidence reversal signal**
🟢 Wyckoff Spring Detection
Identifies accumulation patterns at support levels:
- Price breaks below recent pivot low (false breakdown)
- Close recovers above pivot level (rejection)
- Occurs at trading range low
- Optional volume confirmation (1.5x+ average)
- Limited to 3 attempts per pivot (prevents over-signaling)
✅ Uptrend Validation Filter
**Four-condition composite filter** prevents false signals in sideways/downtrending markets:
1. Close-to-close rise ≥ 5% over lookback period
2. Price structure: Close > MA(10) > MA(20)
3. Swing low significantly below current price
4. **Primary requirement**: Current high ≥ 30% above 20-day low
---
Input Tuning Guide
Buying Climax Settings:
**Volume & Range Thresholds**
- `Volume Spike Threshold`: Default 1.8x
- Lower (1.5x) = More signals, more noise
- Higher (2.0-2.5x) = Fewer but stronger exhaustion signals
- `Range Spike Threshold`: Default 1.8x
- Adjust parallel to volume threshold
- Higher values = extreme volatility required
**Pattern Detection**
- `New High Lookback`: Default 20 bars
- Shorter (10-15) = Recent highs only
- Longer (30-50) = Major breakout detection
- `Close Off High Fraction`: Default 0.3 (30%)
- Lower (0.2) = Stricter rejection requirement
- Higher (0.4-0.5) = Allow weaker intraday fades
- `Gap Threshold`: Default 0.002 (0.2%)
- Increase (0.005-0.01) for stocks with wider spreads
- Decrease (0.001) for tight-spread instruments
- `Confirmation Window`: Default 5 bars
- Shorter (3) = Faster confirmation, more false positives
- Longer (7-10) = Wait for deeper automatic reaction
Uptrend Filter Settings
**Critical for Signal Quality**
- `Minimum Rise from 20-day Low`: Default 0.30 (30%)
- **Most important parameter**
- Lower (0.20-0.25) = More signals in moderate uptrends
- Higher (0.40-0.50) = Only extreme parabolic moves
- `Pole Lookback`: Default 30 bars
- Shorter (20) = Recent momentum focus
- Longer (40-50) = Longer-term trend validation
- `Minimum Rise % for Pole`: Default 0.05 (5%)
- Adjust based on market volatility
- Higher in strong bull markets (7-10%)
Wyckoff Spring Settings
- `Pivot Length`: Default 6 bars
- Shorter (3-4) = More frequent pivots, more signals
- Longer (8-10) = Major support/resistance only
- `Volume Threshold`: Default 1.5x
- Higher (1.8-2.0x) = Stronger conviction required
- Disable volume requirement for low-volume stocks
- `Trading Range Period`: Default 20 bars
- Match to consolidation timeframe being traded
- Shorter (10-15) for intraday patterns
- Longer (30-40) for weekly consolidations
---
Recommended Workflow
1. **Start with defaults** on daily timeframe
2. **Adjust uptrend filter** first (30% rise parameter)
- Too many signals? Increase to 35-40%
- Too few? Decrease to 25%
3. **Fine-tune volume/range multipliers** based on instrument volatility
4. **Enable alerts** for real-time monitoring:
- Base BC → Initial warning
- Enhanced BC → High-priority reversal
- Confirmed BC (AR) → Strong follow-through
- Spring → Accumulation opportunity
---
Alert System
- **Base Buying Climax**: Standard exhaustion pattern detected
- **Enhanced BC (Gap+Fade)**: Higher confidence reversal setup
- **Confirmed BC (AR)**: Automatic reaction validated (price drops below BC midline)
- **Wyckoff Spring**: Accumulation pattern at support
---
Best Practices
- Combine with support/resistance analysis
- Watch for BC clusters (multiple timeframes)
- Spring patterns work best after Buying Climax distribution
- Backtest parameters on your specific instruments
- Higher timeframes (daily/weekly) = higher reliability
---
Technical Notes
- Built with Pine Script v6
- No repainting (signals finalize on bar close)
- Minimal CPU usage (optimized calculations)
- Works on all timeframes and instruments
- Overlay indicator (displays on price chart)
---
*Indicator follows classical Wyckoff methodology with modern volatility filters*
趋势多空AOverview
Trend BS is a multi-signal, non-repainting on closed bars trend/momentum toolkit that fuses:
Keltner/ATR/EMA composite triggers (alternating logic to avoid consecutive same-side prints).
Williams %R turning points + swing structure markers (Swing High/Low).
WaveTrend divergence “partial” entries ( Cicil/spec Beli / Cicil/spec Jual ).
Reversal signals from RSI extremes.
Trailing exits (Long Trail Exit / Short Trail Exit) with simulated position tracking.
Trend Cloud with inverted colors for visual contrast (Up = Red, Down = Green).
Default display (matches screenshots)
✅ Buy Text / Sell Text / Cicil/spec Beli / Cicil/spec Jual / Reversal Beli / Reversal Jual / Buy / Sell / Long Trail Exit / Short Trail Exit
❌ All other elements are hidden by default (you can enable them in settings).
Core settings (quick start)
CANDLE COLORING → Heatmap Mode: default Signal Based.
CLOUD SETTINGS: Show Trend cloud = ON, Trend Cloud Style = Smooth, colors inverted (Up=Red, Down=Green).
SIGNAL FILTERS: Trending-only / Strong-only / High-Volume / Cloud-only available.
RISK MANAGEMENT: %/ATR trailing stop, TP1/TP2/TP3 dynamic references.
PULLBACK SIGNALS: use MSTuner to adjust swing sensitivity.
Presets: Trend Scalper switches to a faster EMA-momentum view.
Important notes
The script references real-time computations and higher timeframes; signals on the current (open) bar may evolve before close (this is expected behavior across indicators).
No repainting on closed bars. Use closed bars for back-checks and alerts.
This tool is for technical analysis only and not financial advice.
Alerts
Built-in alert conditions include:
SuperTrend Buy / SuperTrend Sell
SuperTrend Direction Change
You can also create your own alerts for Buy/Sell, Partial (cicil/spec), Reversal, and Trail Exit events.