MWho is in ControlWho is in Control.
This study shows who is in control by showing just the Bull side, the Bear side or a combined view. This study follows the same philosophy of simplicity I try to use as much as possible in my studies. The least number of parameters and as understandable as possible.
Len : length of the period
Signal : Signal to show change of trend
Disp Bull : Display/Hide Bull Side
Disp Bear : Display/Hide Bear Side
Disp Differential : Display/Hide the differential between Bulls and Bears.
Pesquisar nos scripts por "bear"
: Volume Zone Oscillator & Price Zone Oscillator LB Update JRMThis is a simple update of Lazy Bear's " Indicators: Volume Zone Indicator & Price Zone Indicator" Script. PZO plots on the same indicator. The horizontal plot lines are taken primarily from two articles by Wahalil and Steckler "In The Volume Zone" May 2011, Stocks and Commodities and "Entering The Price Zone"June 2011, Stocks and Commodities. With both indicators on the same plot it is easier to see divergences between the indicators. I did add a plot line at 80 and -80 as well because that is getting into truly extreme price/volume territory where one might contemplate a close your eyes and sell or cover particularly if confirmed at a higher time frame with the expectation of some type of corrective move..
The inputs and plot lines can be edited as per Lazy Bear's original script and follows the original format. Many thanks to Lazy Bear.
LUCY Fixed Candle ColorsBULL and BEAR CHRONICLES BY LUCIFER – Fixed Candle Colors is a unique visual enhancement tool that colors each candle based on specific market behavior, helping traders quickly interpret price momentum and potential sentiment shifts.
🎨 Candle Color Logic:
🟡 Yellow Candle:
Current candle is bullish (close > open)
Previous candle was bearish (close < open )
→ Suggests bullish reversal or breakout attempt.
✅ Green Candle:
Bullish candle (close > open)
Closes above previous high
→ Indicates strong upward momentum.
🔻 Red Candle:
Bearish candle (close < open)
Closes below previous low
→ Suggests strong bearish pressure.
🔵 Blue Candle:
Bearish candle (close < open)
Volume is 1.5x greater than previous candle
→ Highlights high-volume sell-off, often seen in panic selling or breakdowns.
⚙️ Use Case:
This color-coded system acts as a psychological and technical cue, useful for:
Spotting momentum shifts
Identifying exhaustion or volume spikes
Enhancing trend continuation or reversal signals
🧠 Best For:
Price action traders
Volume/momentum traders
Anyone who prefers clean, visual market storytelling over indicator clutter
🔥 Combine this script with the full BULL and BEAR CHRONICLES BY LUCIFER suite for a complete narrative-driven trading system.
Candle Breakout Oscillator [LuxAlgo]The Candle Breakout Oscillator tool allows traders to identify the strength and weakness of the three main market states: bullish, bearish, and choppy.
Know who controls the market at any given moment with an oscillator display with values ranging from 0 to 100 for the three main plots and upper and lower thresholds of 80 and 20 by default.
🔶 USAGE
The Candle Breakout Oscillator represents the three main market states, with values ranging from 0 to 100. By default, the upper and lower thresholds are set at 80 and 20, and when a value exceeds these thresholds, a colored area is displayed for the trader's convenience.
This tool is based on pure price action breakouts. In this context, we understand a breakout as a close above the last candle's high or low, which is representative of market strength. All other close positions in relation to the last candle's limits are considered weakness.
So, when the bullish plot (in green) is at the top of the oscillator (values above 80), it means that the bullish breakouts (close below the last candle low) are at their maximum value over the calculation window, indicating an uptrend. The same interpretation can be made for the bearish plot (in red), indicating a downtrend when high.
On the other hand, weakness is indicated when values are below the lower threshold (20), indicating that breakouts are at their minimum over the last 100 candles. Below are some examples of the possible main interpretations:
There are three main things to look for in this oscillator:
Value reaches extreme
Value leaves extreme
Bullish/Bearish crossovers
As we can see on the chart, before the first crossover happens the bears come out of strength (top) and the bulls come out of weakness (bottom), then after the crossover the bulls reach strength (top) and the bears weakness (bottom), this process is repeated in reverse for the second crossover.
The other main feature of the oscillator is its ability to identify periods of sideways trends when the sideways values have upper readings above 80, and trending behavior when the sideways values have lower readings below 20. As we just saw in the case of bullish vs. bearish, sideways values signal a change in behavior when reaching or leaving the extremes of the oscillator.
🔶 DETAILS
🔹 Data Smoothing
The tool offers up to 10 different smoothing methods. In the chart above, we can see the raw data (smoothing: None) and the RMA, TEMA, or Hull moving averages.
🔹 Data Weighting
Users can add different weighting methods to the data. As we can see in the image above, users can choose between None, Volume, or Price (as in Price Delta for each breakout).
🔶 SETTINGS
Window: Execution window, 100 candles by default
🔹 Data
Smoothing Method: Choose between none or ten moving averages
Smoothing Length: Length for the moving average
Weighting Method: Choose between None, Volume, or Price
🔹 Thresholds
Top: 80 by default
Bottom: 20 by default
Dynamic EMA Ribbon SystemThis Pine Script v6 indicator creates a multi-EMA ribbon that dynamically changes color based on market conditions. It includes 16 EMAs (21 to 66 in 3-period increments) and a thick 200 EMA for long-term trend reference. The indicator automatically detects bullish, bearish, and sideways markets, adjusting the EMA colors accordingly for clear visual interpretation.
Key Features
1. Multi-EMA Ribbon (21 to 66)
16 EMAs plotted distinctly (21, 24, 27, 30, 33, 36, 39, 42, 45, 48, 51, 54, 57, 60, 63, 66).
Each EMA is individually visible (not clubbed together).
Adjustable line thickness (1-3 pixels).
2. Dynamic Color System
Green EMAs:
Price is above all EMAs.
EMAs are stacked ascendingly (21 > 24 > 27 > ... > 66).
Red EMAs:
Price is below all EMAs.
EMAs are stacked descendingly (21 < 24 < 27 < ... < 66).
Gray EMAs:
Market is sideways (price range within threshold).
EMAs are not properly stacked (no clear trend).
3. 200 EMA Reference Line
Thick black line (3px width).
Broken line style for better visibility.
Trend confirmation:
"▲ Trend Start" label when price crosses above 200 EMA.
"▼ Trend End" label when price crosses below 200 EMA.
4. Market State Detection
Sideways Market Condition:
Detected when price range is < user-defined threshold (default: 1.5%).
Background turns light gray.
Trending Market Condition:
Bullish: Background turns light green.
Bearish: Background turns light red.
5. Visual Enhancements
Price Position Line:
Blue line showing recent price movement (last 20 bars).
Clear Labels:
Large "Trend Start" / "Trend End" alerts.
No Repainting:
Uses confirmed signals to avoid false alerts.
Input Parameters
Parameter Description Default Range
Show 200 EMA Toggles the 200 EMA reference line true true/false
EMA Line Thickness Adjusts thickness of EMAs (1-3px) 1 1-3
Sideways Threshold (%) Price range % to consider market sideways 1.5% 0.1-10%
Sideways Period Bars analyzed for sideways condition 20 5-100
How to Use in Trading
Bullish Market (Green EMAs)
Entry Signal:
Price above all EMAs + EMAs stacked upward.
Confirmation: Price crosses above 200 EMA ("▲ Trend Start").
Exit Signal:
EMAs turn red or price drops below key EMAs.
Bearish Market (Red EMAs)
Entry Signal:
Price below all EMAs + EMAs stacked downward.
Confirmation: Price crosses below 200 EMA ("▼ Trend End").
Exit Signal:
EMAs turn green or price rises above key EMAs.
Sideways Market (Gray EMAs)
Strategy:
Avoid trend trades.
Look for breakouts (price exits range with EMA color change).
Code Highlights
✔ Optimized Performance – Uses arrays for EMA calculations.
✔ No Repainting – Signals are confirmed before display.
✔ Professional Visuals – Clean labels, dynamic colors, and intuitive design.
Final Notes
This indicator is perfect for:
✅ Trend-following strategies (swing/day trading).
✅ Breakout confirmation (sideways → trending shifts).
✅ Multi-timeframe analysis (works on all timeframes).
Installation:
Copy the Pine Script code.
Paste into TradingView’s Pine Editor.
Apply to any chart.
Contrarian 100 MAPairs nicely with Enhanced-Stock-Ticker-with-50MA-vs-200MA located here:
Description
The Contrarian 100 MA is a sophisticated Pine Script v6 indicator designed for traders seeking to identify key market structure shifts and trend reversals using a combination of a 100-period Simple Moving Average (SMA) envelope and Inner Circle Trader (ICT) Break of Structure (BoS) and Market Structure Shift (MSS) logic. By overlaying a semi-transparent SMA-based shadow on the price chart and plotting bullish and bearish structure signals, this indicator helps traders visualize critical price levels and potential trend changes. It leverages higher timeframe (HTF) pivot points and dynamic logic to adapt to various chart timeframes, making it ideal for swing and contrarian trading strategies. Customizable colors, timeframes, and alert conditions enhance its versatility for manual and automated trading setups.
Key Features
SMA Envelope: Plots a 100-period SMA for high and low prices, creating a semi-transparent (50% opacity) purple shadow to highlight the price range and provide context for price movements.
ICT BoS/MSS Logic: Identifies Break of Structure (BoS) and Market Structure Shift (MSS) signals for both bullish and bearish conditions, based on HTF pivot points.
Dynamic Timeframe Support: Adjusts pivot detection based on user-selected HTF (default: 1D) and chart timeframe (1M, 5M, 15M, 30M, 1H, 4H, 1D), ensuring adaptability across markets.
Visual Signals: Draws dotted lines for BoS (bullish/bearish) and MSS (bullish/bearish) signals at pivot levels, with customizable colors for easy identification.
Contrarian Approach: Signals potential reversals by combining SMA context with ICT structure breaks, ideal for traders looking to capitalize on trend shifts.
Alert Conditions: Supports alerts for bullish/bearish BoS and MSS signals, enabling integration with TradingView’s alert system for automated trading.
Performance Optimization: Uses efficient pivot detection and line management to minimize resource usage while maintaining accuracy.
Technical Details
SMA Calculation:
Computes 100-period SMAs for high (smaHigh) and low (smaLow) prices.
Plots invisible SMAs (fully transparent) and fills the area between them with 50% transparent purple for visual context.
Pivot Detection:
Uses ta.pivothigh and ta.pivotlow to identify HTF swing points, with dynamic lookback periods (rlBars: 5 for daily, 2 for intraday).
Tracks pivot highs (pH, nPh) and lows (pL, nPl) using a custom piv type for price and time.
BoS/MSS Logic:
Bullish BoS: Triggered when price breaks above a pivot high in a bullish trend, drawing a line at the pivot level.
Bearish BoS: Triggered when price breaks below a pivot low in a bearish trend.
Bullish MSS: Occurs when price breaks a pivot high in a bearish trend, signaling a potential trend reversal.
Bearish MSS: Occurs when price breaks a pivot low in a bullish trend.
Lines are drawn using line.new with xloc.bar_time for precise alignment, styled as dotted with customizable colors.
HTF Integration: Fetches HTF close prices and pivot data using request.security with lookahead_on for accurate signal timing.
Line Management: Maintains an array of lines (lin), removing outdated lines when new MSS signals occur to keep the chart clean.
Pivot Reset: Clears broken pivots (e.g., when price exceeds a pivot high or falls below a pivot low) to ensure fresh signal generation.
How to Use
Add to Chart:
Copy the script into TradingView’s Pine Editor and apply it to your chart.
Configure Settings:
SMA Length: Adjust the SMA period (default: 100 bars) to suit your trading style.
Structure Timeframe: Set the HTF for pivot detection (default: 1D).
Chart Timeframe: Select the chart timeframe (1M, 5M, 15M, 30M, 1H, 4H, 1D) to adjust pivot sensitivity.
Colors: Customize bullish/bearish BoS and MSS line colors via input settings.
Interpret Signals:
Bullish BoS: White dotted line (default) at a broken pivot high in a bullish trend, indicating trend continuation.
Bearish BoS: White dotted line at a broken pivot low in a bearish trend.
Bullish MSS: White dotted line at a broken pivot high in a bearish trend, suggesting a reversal to bullish.
Bearish MSS: White dotted line at a broken pivot low in a bullish trend, suggesting a reversal to bearish.
Use the SMA shadow to gauge price position within the recent range.
Set Alerts:
Create alerts for bullish/bearish BoS and MSS signals using TradingView’s alert system.
Customize Visuals:
Adjust line colors or SMA fill transparency via TradingView’s settings for better visibility.
Example Use Cases
Swing Trading: Use MSS signals to enter trades at potential trend reversals, with the SMA envelope confirming price extremes.
Contrarian Trading: Capitalize on BoS and MSS signals to trade against prevailing trends, using the SMA shadow for context.
Automated Trading: Integrate BoS/MSS alerts with trading bots for systematic entries and exits.
Multi-Timeframe Analysis: Combine HTF signals (e.g., 1D) with lower timeframe charts (e.g., 1H) for precise entries.
Notes
Testing: Backtest the indicator on your chosen market and timeframe to validate performance.
Compatibility: Built for Pine Script v6 and tested on TradingView as of June 19, 2025.
Limitations: Signals rely on HTF pivot accuracy, which may lag in fast-moving markets. Adjust rlBars or timeframe for sensitivity.
Optional Enhancements: Consider uncommenting or adding a histogram for SMA divergence (e.g., smaHigh - smaLow) for additional insights.
Acknowledgments
This indicator combines ICT’s market structure concepts with a dynamic SMA envelope to provide a unique contrarian trading tool. Share your feedback or suggestions in the TradingView comments, and happy trading!
סקאלפ תוך יומיהכירו את "הסוחר היומי": הדור הבא של אינדיקטורים למסחר
בעולם המסחר המהיר והכאוטי של ימינו, סוחרים רבים מוצאים את עצמם מוצפים במידע, קופצים בין אינדיקטורים ומאבדים את הביטחון ברגע האמת. השוק מלא ב"רעש" שמקשה על קבלת החלטות צלולות.
"הסוחר היומי" נולד כדי לשנות את כל זה.
זהו לא עוד אינדיקטור שמצייר קו על הגרף. זוהי מערכת ניתוח רב-ממדית וחכמה שנועדה להיות ה"טייס המשנה" שלכם. היא סורקת את השוק באופן רציף, מנתחת את התנהגות המחיר בארבע דרכים שונות במקביל, ומספקת לכם איתותי כניסה מדויקים בזמן אמת, כולל דירוג של רמת הביטחון שלה בכל איתות. המטרה: להביא סדר ובהירות לכאוס, ולתת לכם את היתרון שאתם צריכים.
חלק 1: הבסיס הוויזואלי - הבנת שדה הקרב
לפני שצוללים לאיתותים, המערכת מציירת עבורכם תמונה ברורה של מבנה השוק:
שני ממוצעים נעים (כחול וכתום): אלו "זרמי הנהר" של השוק. הם מראים לכם את כיוון המומנטום בטווח הקצר והבינוני. כשהמחיר "צף" מעליהם, אנחנו במצב רוח חיובי. כשהוא מתחתם, הזהירות נדרשת.
קו ה-VWAP (כחול עבה): זהו "מרכז הכובד" הפיננסי של היום. זוהי הרמה שהכי מעניינת את השחקנים הגדולים והמוסדיים. מיקומו של המחיר ביחס לקו זה נותן לנו אינדיקציה חזקה אם "הכסף החכם" נמצא בצד של הקונים או המוכרים.
נקודות פיבוט (קווים ירוקים/אדומים/לבנים): אלו "קווי הגבול" הסטטיים של שדה הקרב, המחושבים מראש לכל יום. אלו הן הרמות הצפויות שבהן יתרחשו קרבות משמעותיים בין קונים למוכרים.
חלק 2: ארבעה מנועי איתות בפעולה
כאן נמצא הלב הפועם של המערכת. היא לא מסתמכת על שיטה אחת, אלא מפעילה ארבע אסטרטגיות שונות במקביל, כל אחת מומחית בזיהוי תבנית שוק אחרת:
אסטרטגיה 1: צייד ההיפוכים (סימון: L / S)
הסיפור מאחורי התבנית: המערכת מזהה "קרב התשה" על רמת מפתח (פיבוט, ממוצע נע או VWAP). היא רואה שהמחיר מנסה לפרוץ את הרמה מספר פעמים ונכשל, מה שמעיד על "תשישות" של צד אחד. האיתות נוצר ברגע שהצד השני מראה סימן של כוח ו"מקפיץ" את המחיר מהרמה. אנחנו נכנסים אחרי שהתברר מי ניצח בקרב.
האיתות שלך: L (לונג) או S (שורט) בצבעי ציאן/מג'נטה.
אסטרטגיה 2: תפיסת המומנטום (סימון: LB / SB)
הסיפור מאחורי התבנית: לפעמים השוק לא נלחם, הוא פשוט רץ. אסטרטגיה זו מזהה מהלך פריצה חד, נחרץ ועוצמתי מעל אזור התנגדות. היא לא מכניסה אותך מיד, אלא ממתינה ל"נשימה" הראשונה - הפולבק הראשון שחוזר לבדוק את הרמה שנפרצה. הכניסה היא ברגע שהמחיר "נוגע ובורח", וממשיך את המומנטum.
האיתות שלך: LB (לונג פריצה) או SB (שורט פריצה) בצבעי ירוק/אדום.
אסטרטגיה 3: פיצוץ התנודתיות (סימון: L-SQ / S-SQ)
הסיפור מאחורי התבנית: זו אסטרטגיית "השקט שלפני הסערה". המערכת מזהה מצב נדיר שבו התנודתיות קורסת והמחיר נדחס כמו קפיץ סביב ה-VWAP. זהו מצב של איזון עדין שלא יכול להחזיק מעמד. האיתות נוצר ברגע שה"קפיץ" משתחרר והמחיר מתפוצץ החוצה מהטווח הצר.
האיתות שלך: L-SQ או S-SQ בצבע כתום.
אסטרטגיה 4: מלכודת הדובים/שוורים (סימון: L-R / S-R)
הסיפור מאחורי התבנית: זו הלוגיקה המתוחכמת ביותר. היא מזהה "מלכודת" קלאסית. המחיר שובר במכוון רמת מפתח, גורם לסוחרים חובבים להיכנס בכיוון הלא נכון, ואז חוזר במהירות שיא ותופס אותם בצד הלא נכון של השוק. האיתות שלנו הוא בדיוק על מהלך ה"החזרה", כשאנחנו מצטרפים למהלך הנגדי שמתודלק על ידי הסוחרים הלכודים.
האיתות שלך: L-R או S-R בצבע צהוב.
חלק 3: שכבות החיזוק - איך המערכת מגדילה את הביטחון?
"הסוחר היומי" לא רק נותן לך איתות, הוא גם נותן לו ציון איכות בזמן אמת:
סימן קריאה (!): מצורף לאות (L! / S!) אם האיתות מתיישר עם ה-VWAP. זהו החיזוק הבסיסי והחשוב ביותר.
כוכבית (*) ופלוס (+): יופיעו רק בשעות המסחר של ניו יורק ומוסיפים קונטקסט מהשוק הרחב:
* (כוכבית): אישור מוחלט! גם ה-S&P 500 וגם NVIDIA נעים בכיוון העסקה שלך.
+ (פלוס): אישור חלקי. לפחות אחד מהם נותן לך "רוח גבית".
גילוי נאות: מילים של אחריות
חשוב להבין, "הסוחר היומי" הוא כלי עזר רב עוצמה לניתוח וקבלת החלטות, אך הוא אינו כדור בדולח או מכונה להדפסת כסף.
שום מערכת אינה מדויקת ב-100%: תמיד יהיו איתותי שווא והפסדים. המטרה היא לתת לך יתרון סטטיסטי לאורך זמן.
ביצועי עבר אינם ערובה לתוצאות עתידיות: תנאי השוק משתנים, ויש לבחון את המערכת באופן מתמיד.
אתה המנהל: האינדיקטור מציע הזדמנויות. האחריות על ניהול הסיכונים, קביעת יעדים, וההחלטה הסופית אם ללחוץ על הכפתור היא תמיד שלך.
לסיכום, "הסוחר היומי" נועד להיות העיניים והמוח הנוספים שלך בשוק. הוא מסנן את הרעש, מזהה תבניות מורכבות, ומציג לך תמונה ברורה של ההזדמנויות בעלות הסבירות הגבוהה ביותר, כדי שתוכל לסחור עם יותר ביטחון, דיוק ורוגע.
Introducing 'The Daily Trader': The Next Generation of Trading Indicators
In today's fast-paced and chaotic trading world, many traders find themselves overwhelmed by information, jumping between indicators, and losing confidence at the moment of truth. The market is filled with "noise" that makes clear, decisive action difficult.
'The Daily Trader' was born to change all that.
This is not just another indicator that draws a line on your chart. It is a multi-dimensional, intelligent analysis system designed to be your trading "co-pilot." It continuously scans the market, analyzes price action using four different strategies simultaneously, and provides you with precise, real-time entry signals—including a confidence rating for each one. The goal: to bring order and clarity to the chaos, and to give you the edge you need.
Part 1: The Visual Foundation - Understanding the Battlefield 🗺️
Before diving into the signals, it's crucial to understand the landscape the indicator paints on your chart. These are your "trading highways":
Two Moving Averages (Blue & Orange Lines): Think of these as the "river's currents."
Blue Line (EMA 9): A fast-moving average that closely follows the price, showing short-term momentum.
Orange Line (EMA 21): A slower average that shows the more general trend. When the blue line is above the orange, the trend is generally positive, and vice versa.
The VWAP Line (Thick Blue Line):
This is the market's "financial center of gravity." It's the average price weighted by volume, making it a key reference point for institutional traders. Generally, trading above the VWAP is considered bullish, while trading below it is bearish.
Pivot Points (Green, Red, & White Lines):
These are the static "borderlines" of the battlefield, calculated automatically for each day, week, or month.
Green: Support levels (S1, S2...).
Red: Resistance levels (R1, R2...).
White: The central Pivot Point (P).
Part 2: The Signal Engines - Four Strategies in Action 🧠
This is the beating heart of the system. It doesn't rely on a single method but runs four different strategies in parallel. Each one is an expert in identifying a different type of market behavior, and each has a unique symbol and color so you can distinguish between them. You can toggle each of these logics on or off in the indicator's settings.
Strategy #1: The Reversal Hunter (Symbol: L / S)
The Story Behind the Pattern: This strategy looks for a "battle of attrition" at a key level (a Pivot, MA, or VWAP). It identifies a situation where one side (e.g., sellers) tries to break the level multiple times and fails, showing "exhaustion." The signal is generated the moment the opposing side shows strength and "bounces" the price off the level. We enter after it's clear who won the battle.
When to Look for It: Excellent for ranging markets or for identifying the end of a pullback.
Strategy #2: The Momentum Catcher (Symbol: LB / SB)
The Story Behind the Pattern: Sometimes the market doesn't fight; it just runs. This strategy identifies a sharp, decisive breakout move through the moving average zone. It doesn't get you in right away but waits for the first "breath"—the first pullback to retest the broken level. The entry occurs the moment the price "touches and goes," continuing the momentum.
When to Look for It: Perfect for trending markets, right after a period of consolidation, to catch the beginning of a major move.
Strategy #3: The Volatility Explosion (Symbol: L-SQ / S-SQ)
The Story Behind the Pattern: This is the "calm before the storm" strategy. The system detects a rare state of low volatility where the price is compressed like a spring around the VWAP. This is a delicate balance that cannot last. The signal is generated the moment the "spring" is released and the price explodes out of the narrow range.
When to Look for It: Ideal for identifying the start of explosive, fast-paced moves, often after a quiet trading period.
Strategy #4: The Bull/Bear Trap (Symbol: L-R / S-R)
The Story Behind the Pattern: This sophisticated logic identifies a classic "trap." The price breaks a key level (any Pivot, MA, or the VWAP), luring amateur breakout traders into a position. It then rapidly reverses, trapping them on the wrong side of the market. Our signal is on this "reclaim" move, as we join the reversal that is fueled by the trapped traders closing their positions.
When to Look for It: Excellent for identifying sharp reversal points at key market levels.
Part 3: The Confirmation Layers - How the System Builds Confidence 💪
"The Daily Trader" doesn't just give you a signal; it gives it a quality score in real-time:
Exclamation Mark (!): Appended to the letter (L! / S!) if the signal aligns with the VWAP (e.g., a Long signal while the price is above VWAP). This is a strong, fundamental confirmation.
Asterisk (*) and Plus (+): These appear only during New York trading hours and add context from the broader market:
* (Asterisk): Absolute Confirmation! Both the S&P 500 (ES) and NVIDIA are moving in the direction of your trade.
+ (Plus): Partial Confirmation. At least one of the external assets is providing a "tailwind."
Disclaimer: A Word on Responsibility
It is crucial to understand that "The Daily Trader" is a powerful tool for analysis and decision-support, but it is not a crystal ball or a money-printing machine.
No system is 100% accurate. There will always be false signals and losing trades. The goal is to provide a statistical edge over time.
Past performance does not guarantee future results. Market conditions change, and the system must be evaluated continuously.
You are the manager. The indicator suggests opportunities. The responsibility for risk management, setting targets, and the final decision to click the button is always yours.
In summary, "The Daily Trader" is designed to be your extra set of eyes and your analytical brain in the market. It filters the noise, identifies complex patterns, and presents you with a clear picture of the highest-probability opportunities, so you can trade with more confidence, precision, and calm.
סקאלפ תוך יומיהכירו את "הסוחר היומי": הדור הבא של אינדיקטורים למסחר
בעולם המסחר המהיר והכאוטי של ימינו, סוחרים רבים מוצאים את עצמם מוצפים במידע, קופצים בין אינדיקטורים ומאבדים את הביטחון ברגע האמת. השוק מלא ב"רעש" שמקשה על קבלת החלטות צלולות.
"הסוחר היומי" נולד כדי לשנות את כל זה.
זהו לא עוד אינדיקטור שמצייר קו על הגרף. זוהי מערכת ניתוח רב-ממדית וחכמה שנועדה להיות ה"טייס המשנה" שלכם. היא סורקת את השוק באופן רציף, מנתחת את התנהגות המחיר בארבע דרכים שונות במקביל, ומספקת לכם איתותי כניסה מדויקים בזמן אמת, כולל דירוג של רמת הביטחון שלה בכל איתות. המטרה: להביא סדר ובהירות לכאוס, ולתת לכם את היתרון שאתם צריכים.
חלק 1: הבסיס הוויזואלי - הבנת שדה הקרב
לפני שצוללים לאיתותים, המערכת מציירת עבורכם תמונה ברורה של מבנה השוק:
שני ממוצעים נעים (כחול וכתום): אלו "זרמי הנהר" של השוק. הם מראים לכם את כיוון המומנטום בטווח הקצר והבינוני. כשהמחיר "צף" מעליהם, אנחנו במצב רוח חיובי. כשהוא מתחתם, הזהירות נדרשת.
קו ה-VWAP (כחול עבה): זהו "מרכז הכובד" הפיננסי של היום. זוהי הרמה שהכי מעניינת את השחקנים הגדולים והמוסדיים. מיקומו של המחיר ביחס לקו זה נותן לנו אינדיקציה חזקה אם "הכסף החכם" נמצא בצד של הקונים או המוכרים.
נקודות פיבוט (קווים ירוקים/אדומים/לבנים): אלו "קווי הגבול" הסטטיים של שדה הקרב, המחושבים מראש לכל יום. אלו הן הרמות הצפויות שבהן יתרחשו קרבות משמעותיים בין קונים למוכרים.
חלק 2: ארבעה מנועי איתות בפעולה
כאן נמצא הלב הפועם של המערכת. היא לא מסתמכת על שיטה אחת, אלא מפעילה ארבע אסטרטגיות שונות במקביל, כל אחת מומחית בזיהוי תבנית שוק אחרת:
אסטרטגיה 1: צייד ההיפוכים (סימון: L / S)
הסיפור מאחורי התבנית: המערכת מזהה "קרב התשה" על רמת מפתח (פיבוט, ממוצע נע או VWAP). היא רואה שהמחיר מנסה לפרוץ את הרמה מספר פעמים ונכשל, מה שמעיד על "תשישות" של צד אחד. האיתות נוצר ברגע שהצד השני מראה סימן של כוח ו"מקפיץ" את המחיר מהרמה. אנחנו נכנסים אחרי שהתברר מי ניצח בקרב.
האיתות שלך: L (לונג) או S (שורט) בצבעי ציאן/מג'נטה.
אסטרטגיה 2: תפיסת המומנטום (סימון: LB / SB)
הסיפור מאחורי התבנית: לפעמים השוק לא נלחם, הוא פשוט רץ. אסטרטגיה זו מזהה מהלך פריצה חד, נחרץ ועוצמתי מעל אזור התנגדות. היא לא מכניסה אותך מיד, אלא ממתינה ל"נשימה" הראשונה - הפולבק הראשון שחוזר לבדוק את הרמה שנפרצה. הכניסה היא ברגע שהמחיר "נוגע ובורח", וממשיך את המומנטum.
האיתות שלך: LB (לונג פריצה) או SB (שורט פריצה) בצבעי ירוק/אדום.
אסטרטגיה 3: פיצוץ התנודתיות (סימון: L-SQ / S-SQ)
הסיפור מאחורי התבנית: זו אסטרטגיית "השקט שלפני הסערה". המערכת מזהה מצב נדיר שבו התנודתיות קורסת והמחיר נדחס כמו קפיץ סביב ה-VWAP. זהו מצב של איזון עדין שלא יכול להחזיק מעמד. האיתות נוצר ברגע שה"קפיץ" משתחרר והמחיר מתפוצץ החוצה מהטווח הצר.
האיתות שלך: L-SQ או S-SQ בצבע כתום.
אסטרטגיה 4: מלכודת הדובים/שוורים (סימון: L-R / S-R)
הסיפור מאחורי התבנית: זו הלוגיקה המתוחכמת ביותר. היא מזהה "מלכודת" קלאסית. המחיר שובר במכוון רמת מפתח, גורם לסוחרים חובבים להיכנס בכיוון הלא נכון, ואז חוזר במהירות שיא ותופס אותם בצד הלא נכון של השוק. האיתות שלנו הוא בדיוק על מהלך ה"החזרה", כשאנחנו מצטרפים למהלך הנגדי שמתודלק על ידי הסוחרים הלכודים.
האיתות שלך: L-R או S-R בצבע צהוב.
חלק 3: שכבות החיזוק - איך המערכת מגדילה את הביטחון?
"הסוחר היומי" לא רק נותן לך איתות, הוא גם נותן לו ציון איכות בזמן אמת:
סימן קריאה (!): מצורף לאות (L! / S!) אם האיתות מתיישר עם ה-VWAP. זהו החיזוק הבסיסי והחשוב ביותר.
כוכבית (*) ופלוס (+): יופיעו רק בשעות המסחר של ניו יורק ומוסיפים קונטקסט מהשוק הרחב:
* (כוכבית): אישור מוחלט! גם ה-S&P 500 וגם NVIDIA נעים בכיוון העסקה שלך.
+ (פלוס): אישור חלקי. לפחות אחד מהם נותן לך "רוח גבית".
גילוי נאות: מילים של אחריות
חשוב להבין, "הסוחר היומי" הוא כלי עזר רב עוצמה לניתוח וקבלת החלטות, אך הוא אינו כדור בדולח או מכונה להדפסת כסף.
שום מערכת אינה מדויקת ב-100%: תמיד יהיו איתותי שווא והפסדים. המטרה היא לתת לך יתרון סטטיסטי לאורך זמן.
ביצועי עבר אינם ערובה לתוצאות עתידיות: תנאי השוק משתנים, ויש לבחון את המערכת באופן מתמיד.
אתה המנהל: האינדיקטור מציע הזדמנויות. האחריות על ניהול הסיכונים, קביעת יעדים, וההחלטה הסופית אם ללחוץ על הכפתור היא תמיד שלך.
לסיכום, "הסוחר היומי" נועד להיות העיניים והמוח הנוספים שלך בשוק. הוא מסנן את הרעש, מזהה תבניות מורכבות, ומציג לך תמונה ברורה של ההזדמנויות בעלות הסבירות הגבוהה ביותר, כדי שתוכל לסחור עם יותר ביטחון, דיוק ורוגע.
Introducing 'The Daily Trader': The Next Generation of Trading Indicators
In today's fast-paced and chaotic trading world, many traders find themselves overwhelmed by information, jumping between indicators, and losing confidence at the moment of truth. The market is filled with "noise" that makes clear, decisive action difficult.
'The Daily Trader' was born to change all that.
This is not just another indicator that draws a line on your chart. It is a multi-dimensional, intelligent analysis system designed to be your trading "co-pilot." It continuously scans the market, analyzes price action using four different strategies simultaneously, and provides you with precise, real-time entry signals—including a confidence rating for each one. The goal: to bring order and clarity to the chaos, and to give you the edge you need.
Part 1: The Visual Foundation - Understanding the Battlefield 🗺️
Before diving into the signals, it's crucial to understand the landscape the indicator paints on your chart. These are your "trading highways":
Two Moving Averages (Blue & Orange Lines): Think of these as the "river's currents."
Blue Line (EMA 9): A fast-moving average that closely follows the price, showing short-term momentum.
Orange Line (EMA 21): A slower average that shows the more general trend. When the blue line is above the orange, the trend is generally positive, and vice versa.
The VWAP Line (Thick Blue Line):
This is the market's "financial center of gravity." It's the average price weighted by volume, making it a key reference point for institutional traders. Generally, trading above the VWAP is considered bullish, while trading below it is bearish.
Pivot Points (Green, Red, & White Lines):
These are the static "borderlines" of the battlefield, calculated automatically for each day, week, or month.
Green: Support levels (S1, S2...).
Red: Resistance levels (R1, R2...).
White: The central Pivot Point (P).
Part 2: The Signal Engines - Four Strategies in Action 🧠
This is the beating heart of the system. It doesn't rely on a single method but runs four different strategies in parallel. Each one is an expert in identifying a different type of market behavior, and each has a unique symbol and color so you can distinguish between them. You can toggle each of these logics on or off in the indicator's settings.
Strategy #1: The Reversal Hunter (Symbol: L / S)
The Story Behind the Pattern: This strategy looks for a "battle of attrition" at a key level (a Pivot, MA, or VWAP). It identifies a situation where one side (e.g., sellers) tries to break the level multiple times and fails, showing "exhaustion." The signal is generated the moment the opposing side shows strength and "bounces" the price off the level. We enter after it's clear who won the battle.
When to Look for It: Excellent for ranging markets or for identifying the end of a pullback.
Strategy #2: The Momentum Catcher (Symbol: LB / SB)
The Story Behind the Pattern: Sometimes the market doesn't fight; it just runs. This strategy identifies a sharp, decisive breakout move through the moving average zone. It doesn't get you in right away but waits for the first "breath"—the first pullback to retest the broken level. The entry occurs the moment the price "touches and goes," continuing the momentum.
When to Look for It: Perfect for trending markets, right after a period of consolidation, to catch the beginning of a major move.
Strategy #3: The Volatility Explosion (Symbol: L-SQ / S-SQ)
The Story Behind the Pattern: This is the "calm before the storm" strategy. The system detects a rare state of low volatility where the price is compressed like a spring around the VWAP. This is a delicate balance that cannot last. The signal is generated the moment the "spring" is released and the price explodes out of the narrow range.
When to Look for It: Ideal for identifying the start of explosive, fast-paced moves, often after a quiet trading period.
Strategy #4: The Bull/Bear Trap (Symbol: L-R / S-R)
The Story Behind the Pattern: This sophisticated logic identifies a classic "trap." The price breaks a key level (any Pivot, MA, or the VWAP), luring amateur breakout traders into a position. It then rapidly reverses, trapping them on the wrong side of the market. Our signal is on this "reclaim" move, as we join the reversal that is fueled by the trapped traders closing their positions.
When to Look for It: Excellent for identifying sharp reversal points at key market levels.
Part 3: The Confirmation Layers - How the System Builds Confidence 💪
"The Daily Trader" doesn't just give you a signal; it gives it a quality score in real-time:
Exclamation Mark (!): Appended to the letter (L! / S!) if the signal aligns with the VWAP (e.g., a Long signal while the price is above VWAP). This is a strong, fundamental confirmation.
Asterisk (*) and Plus (+): These appear only during New York trading hours and add context from the broader market:
* (Asterisk): Absolute Confirmation! Both the S&P 500 (ES) and NVIDIA are moving in the direction of your trade.
+ (Plus): Partial Confirmation. At least one of the external assets is providing a "tailwind."
Disclaimer: A Word on Responsibility
It is crucial to understand that "The Daily Trader" is a powerful tool for analysis and decision-support, but it is not a crystal ball or a money-printing machine.
No system is 100% accurate. There will always be false signals and losing trades. The goal is to provide a statistical edge over time.
Past performance does not guarantee future results. Market conditions change, and the system must be evaluated continuously.
You are the manager. The indicator suggests opportunities. The responsibility for risk management, setting targets, and the final decision to click the button is always yours.
In summary, "The Daily Trader" is designed to be your extra set of eyes and your analytical brain in the market. It filters the noise, identifies complex patterns, and presents you with a clear picture of the highest-probability opportunities, so you can trade with more confidence, precision, and calm.
הסוחר היומיהכירו את "הסוחר היומי": הדור הבא של אינדיקטורים למסחר
בעולם המסחר המהיר והכאוטי של ימינו, סוחרים רבים מוצאים את עצמם מוצפים במידע, קופצים בין אינדיקטורים ומאבדים את הביטחון ברגע האמת. השוק מלא ב"רעש" שמקשה על קבלת החלטות צלולות.
"הסוחר היומי" נולד כדי לשנות את כל זה.
זהו לא עוד אינדיקטור שמצייר קו על הגרף. זוהי מערכת ניתוח רב-ממדית וחכמה שנועדה להיות ה"טייס המשנה" שלכם. היא סורקת את השוק באופן רציף, מנתחת את התנהגות המחיר בארבע דרכים שונות במקביל, ומספקת לכם איתותי כניסה מדויקים בזמן אמת, כולל דירוג של רמת הביטחון שלה בכל איתות. המטרה: להביא סדר ובהירות לכאוס, ולתת לכם את היתרון שאתם צריכים.
חלק 1: הבסיס הוויזואלי - הבנת שדה הקרב
לפני שצוללים לאיתותים, המערכת מציירת עבורכם תמונה ברורה של מבנה השוק:
שני ממוצעים נעים (כחול וכתום): אלו "זרמי הנהר" של השוק. הם מראים לכם את כיוון המומנטום בטווח הקצר והבינוני. כשהמחיר "צף" מעליהם, אנחנו במצב רוח חיובי. כשהוא מתחתם, הזהירות נדרשת.
קו ה-VWAP (כחול עבה): זהו "מרכז הכובד" הפיננסי של היום. זוהי הרמה שהכי מעניינת את השחקנים הגדולים והמוסדיים. מיקומו של המחיר ביחס לקו זה נותן לנו אינדיקציה חזקה אם "הכסף החכם" נמצא בצד של הקונים או המוכרים.
נקודות פיבוט (קווים ירוקים/אדומים/לבנים): אלו "קווי הגבול" הסטטיים של שדה הקרב, המחושבים מראש לכל יום. אלו הן הרמות הצפויות שבהן יתרחשו קרבות משמעותיים בין קונים למוכרים.
חלק 2: ארבעה מנועי איתות בפעולה
כאן נמצא הלב הפועם של המערכת. היא לא מסתמכת על שיטה אחת, אלא מפעילה ארבע אסטרטגיות שונות במקביל, כל אחת מומחית בזיהוי תבנית שוק אחרת:
אסטרטגיה 1: צייד ההיפוכים (סימון: L / S)
הסיפור מאחורי התבנית: המערכת מזהה "קרב התשה" על רמת מפתח (פיבוט, ממוצע נע או VWAP). היא רואה שהמחיר מנסה לפרוץ את הרמה מספר פעמים ונכשל, מה שמעיד על "תשישות" של צד אחד. האיתות נוצר ברגע שהצד השני מראה סימן של כוח ו"מקפיץ" את המחיר מהרמה. אנחנו נכנסים אחרי שהתברר מי ניצח בקרב.
האיתות שלך: L (לונג) או S (שורט) בצבעי ציאן/מג'נטה.
אסטרטגיה 2: תפיסת המומנטום (סימון: LB / SB)
הסיפור מאחורי התבנית: לפעמים השוק לא נלחם, הוא פשוט רץ. אסטרטגיה זו מזהה מהלך פריצה חד, נחרץ ועוצמתי מעל אזור התנגדות. היא לא מכניסה אותך מיד, אלא ממתינה ל"נשימה" הראשונה - הפולבק הראשון שחוזר לבדוק את הרמה שנפרצה. הכניסה היא ברגע שהמחיר "נוגע ובורח", וממשיך את המומנטum.
האיתות שלך: LB (לונג פריצה) או SB (שורט פריצה) בצבעי ירוק/אדום.
אסטרטגיה 3: פיצוץ התנודתיות (סימון: L-SQ / S-SQ)
הסיפור מאחורי התבנית: זו אסטרטגיית "השקט שלפני הסערה". המערכת מזהה מצב נדיר שבו התנודתיות קורסת והמחיר נדחס כמו קפיץ סביב ה-VWAP. זהו מצב של איזון עדין שלא יכול להחזיק מעמד. האיתות נוצר ברגע שה"קפיץ" משתחרר והמחיר מתפוצץ החוצה מהטווח הצר.
האיתות שלך: L-SQ או S-SQ בצבע כתום.
אסטרטגיה 4: מלכודת הדובים/שוורים (סימון: L-R / S-R)
הסיפור מאחורי התבנית: זו הלוגיקה המתוחכמת ביותר. היא מזהה "מלכודת" קלאסית. המחיר שובר במכוון רמת מפתח, גורם לסוחרים חובבים להיכנס בכיוון הלא נכון, ואז חוזר במהירות שיא ותופס אותם בצד הלא נכון של השוק. האיתות שלנו הוא בדיוק על מהלך ה"החזרה", כשאנחנו מצטרפים למהלך הנגדי שמתודלק על ידי הסוחרים הלכודים.
האיתות שלך: L-R או S-R בצבע צהוב.
חלק 3: שכבות החיזוק - איך המערכת מגדילה את הביטחון?
"הסוחר היומי" לא רק נותן לך איתות, הוא גם נותן לו ציון איכות בזמן אמת:
סימן קריאה (!): מצורף לאות (L! / S!) אם האיתות מתיישר עם ה-VWAP. זהו החיזוק הבסיסי והחשוב ביותר.
כוכבית (*) ופלוס (+): יופיעו רק בשעות המסחר של ניו יורק ומוסיפים קונטקסט מהשוק הרחב:
* (כוכבית): אישור מוחלט! גם ה-S&P 500 וגם NVIDIA נעים בכיוון העסקה שלך.
+ (פלוס): אישור חלקי. לפחות אחד מהם נותן לך "רוח גבית".
גילוי נאות: מילים של אחריות
חשוב להבין, "הסוחר היומי" הוא כלי עזר רב עוצמה לניתוח וקבלת החלטות, אך הוא אינו כדור בדולח או מכונה להדפסת כסף.
שום מערכת אינה מדויקת ב-100%: תמיד יהיו איתותי שווא והפסדים. המטרה היא לתת לך יתרון סטטיסטי לאורך זמן.
ביצועי עבר אינם ערובה לתוצאות עתידיות: תנאי השוק משתנים, ויש לבחון את המערכת באופן מתמיד.
אתה המנהל: האינדיקטור מציע הזדמנויות. האחריות על ניהול הסיכונים, קביעת יעדים, וההחלטה הסופית אם ללחוץ על הכפתור היא תמיד שלך.
לסיכום, "הסוחר היומי" נועד להיות העיניים והמוח הנוספים שלך בשוק. הוא מסנן את הרעש, מזהה תבניות מורכבות, ומציג לך תמונה ברורה של ההזדמנויות בעלות הסבירות הגבוהה ביותר, כדי שתוכל לסחור עם יותר ביטחון, דיוק ורוגע.
Introducing 'The Daily Trader': The Next Generation of Trading Indicators
In today's fast-paced and chaotic trading world, many traders find themselves overwhelmed by information, jumping between indicators, and losing confidence at the moment of truth. The market is filled with "noise" that makes clear, decisive action difficult.
'The Daily Trader' was born to change all that.
This is not just another indicator that draws a line on your chart. It is a multi-dimensional, intelligent analysis system designed to be your trading "co-pilot." It continuously scans the market, analyzes price action using four different strategies simultaneously, and provides you with precise, real-time entry signals—including a confidence rating for each one. The goal: to bring order and clarity to the chaos, and to give you the edge you need.
Part 1: The Visual Foundation - Understanding the Battlefield 🗺️
Before diving into the signals, it's crucial to understand the landscape the indicator paints on your chart. These are your "trading highways":
Two Moving Averages (Blue & Orange Lines): Think of these as the "river's currents."
Blue Line (EMA 9): A fast-moving average that closely follows the price, showing short-term momentum.
Orange Line (EMA 21): A slower average that shows the more general trend. When the blue line is above the orange, the trend is generally positive, and vice versa.
The VWAP Line (Thick Blue Line):
This is the market's "financial center of gravity." It's the average price weighted by volume, making it a key reference point for institutional traders. Generally, trading above the VWAP is considered bullish, while trading below it is bearish.
Pivot Points (Green, Red, & White Lines):
These are the static "borderlines" of the battlefield, calculated automatically for each day, week, or month.
Green: Support levels (S1, S2...).
Red: Resistance levels (R1, R2...).
White: The central Pivot Point (P).
Part 2: The Signal Engines - Four Strategies in Action 🧠
This is the beating heart of the system. It doesn't rely on a single method but runs four different strategies in parallel. Each one is an expert in identifying a different type of market behavior, and each has a unique symbol and color so you can distinguish between them. You can toggle each of these logics on or off in the indicator's settings.
Strategy #1: The Reversal Hunter (Symbol: L / S)
The Story Behind the Pattern: This strategy looks for a "battle of attrition" at a key level (a Pivot, MA, or VWAP). It identifies a situation where one side (e.g., sellers) tries to break the level multiple times and fails, showing "exhaustion." The signal is generated the moment the opposing side shows strength and "bounces" the price off the level. We enter after it's clear who won the battle.
When to Look for It: Excellent for ranging markets or for identifying the end of a pullback.
Strategy #2: The Momentum Catcher (Symbol: LB / SB)
The Story Behind the Pattern: Sometimes the market doesn't fight; it just runs. This strategy identifies a sharp, decisive breakout move through the moving average zone. It doesn't get you in right away but waits for the first "breath"—the first pullback to retest the broken level. The entry occurs the moment the price "touches and goes," continuing the momentum.
When to Look for It: Perfect for trending markets, right after a period of consolidation, to catch the beginning of a major move.
Strategy #3: The Volatility Explosion (Symbol: L-SQ / S-SQ)
The Story Behind the Pattern: This is the "calm before the storm" strategy. The system detects a rare state of low volatility where the price is compressed like a spring around the VWAP. This is a delicate balance that cannot last. The signal is generated the moment the "spring" is released and the price explodes out of the narrow range.
When to Look for It: Ideal for identifying the start of explosive, fast-paced moves, often after a quiet trading period.
Strategy #4: The Bull/Bear Trap (Symbol: L-R / S-R)
The Story Behind the Pattern: This sophisticated logic identifies a classic "trap." The price breaks a key level (any Pivot, MA, or the VWAP), luring amateur breakout traders into a position. It then rapidly reverses, trapping them on the wrong side of the market. Our signal is on this "reclaim" move, as we join the reversal that is fueled by the trapped traders closing their positions.
When to Look for It: Excellent for identifying sharp reversal points at key market levels.
Part 3: The Confirmation Layers - How the System Builds Confidence 💪
"The Daily Trader" doesn't just give you a signal; it gives it a quality score in real-time:
Exclamation Mark (!): Appended to the letter (L! / S!) if the signal aligns with the VWAP (e.g., a Long signal while the price is above VWAP). This is a strong, fundamental confirmation.
Asterisk (*) and Plus (+): These appear only during New York trading hours and add context from the broader market:
* (Asterisk): Absolute Confirmation! Both the S&P 500 (ES) and NVIDIA are moving in the direction of your trade.
+ (Plus): Partial Confirmation. At least one of the external assets is providing a "tailwind."
Disclaimer: A Word on Responsibility
It is crucial to understand that "The Daily Trader" is a powerful tool for analysis and decision-support, but it is not a crystal ball or a money-printing machine.
No system is 100% accurate. There will always be false signals and losing trades. The goal is to provide a statistical edge over time.
Past performance does not guarantee future results. Market conditions change, and the system must be evaluated continuously.
You are the manager. The indicator suggests opportunities. The responsibility for risk management, setting targets, and the final decision to click the button is always yours.
In summary, "The Daily Trader" is designed to be your extra set of eyes and your analytical brain in the market. It filters the noise, identifies complex patterns, and presents you with a clear picture of the highest-probability opportunities, so you can trade with more confidence, precision, and calm.
הסוחר היומיIntroducing 'The Daily Trader': The Next Generation of Trading Indicators
In today's fast-paced and chaotic trading world, many traders find themselves overwhelmed by information, jumping between indicators, and losing confidence at the moment of truth. The market is filled with "noise" that makes clear, decisive action difficult.
'The Daily Trader' was born to change all that.
This is not just another indicator that draws a line on your chart. It is a multi-dimensional, intelligent analysis system designed to be your trading "co-pilot." It continuously scans the market, analyzes price action using four different strategies simultaneously, and provides you with precise, real-time entry signals—including a confidence rating for each one. The goal: to bring order and clarity to the chaos, and to give you the edge you need.
Part 1: The Visual Foundation - Understanding the Battlefield 🗺️
Before diving into the signals, it's crucial to understand the landscape the indicator paints on your chart. These are your "trading highways":
Two Moving Averages (Blue & Orange Lines): Think of these as the "river's currents."
Blue Line (EMA 9): A fast-moving average that closely follows the price, showing short-term momentum.
Orange Line (EMA 21): A slower average that shows the more general trend. When the blue line is above the orange, the trend is generally positive, and vice versa.
The VWAP Line (Thick Blue Line):
This is the market's "financial center of gravity." It's the average price weighted by volume, making it a key reference point for institutional traders. Generally, trading above the VWAP is considered bullish, while trading below it is bearish.
Pivot Points (Green, Red, & White Lines):
These are the static "borderlines" of the battlefield, calculated automatically for each day, week, or month.
Green: Support levels (S1, S2...).
Red: Resistance levels (R1, R2...).
White: The central Pivot Point (P).
Part 2: The Signal Engines - Four Strategies in Action 🧠
This is the beating heart of the system. It doesn't rely on a single method but runs four different strategies in parallel. Each one is an expert in identifying a different type of market behavior, and each has a unique symbol and color so you can distinguish between them. You can toggle each of these logics on or off in the indicator's settings.
Strategy #1: The Reversal Hunter (Symbol: L / S)
The Story Behind the Pattern: This strategy looks for a "battle of attrition" at a key level (a Pivot, MA, or VWAP). It identifies a situation where one side (e.g., sellers) tries to break the level multiple times and fails, showing "exhaustion." The signal is generated the moment the opposing side shows strength and "bounces" the price off the level. We enter after it's clear who won the battle.
When to Look for It: Excellent for ranging markets or for identifying the end of a pullback.
Strategy #2: The Momentum Catcher (Symbol: LB / SB)
The Story Behind the Pattern: Sometimes the market doesn't fight; it just runs. This strategy identifies a sharp, decisive breakout move through the moving average zone. It doesn't get you in right away but waits for the first "breath"—the first pullback to retest the broken level. The entry occurs the moment the price "touches and goes," continuing the momentum.
When to Look for It: Perfect for trending markets, right after a period of consolidation, to catch the beginning of a major move.
Strategy #3: The Volatility Explosion (Symbol: L-SQ / S-SQ)
The Story Behind the Pattern: This is the "calm before the storm" strategy. The system detects a rare state of low volatility where the price is compressed like a spring around the VWAP. This is a delicate balance that cannot last. The signal is generated the moment the "spring" is released and the price explodes out of the narrow range.
When to Look for It: Ideal for identifying the start of explosive, fast-paced moves, often after a quiet trading period.
Strategy #4: The Bull/Bear Trap (Symbol: L-R / S-R)
The Story Behind the Pattern: This sophisticated logic identifies a classic "trap." The price breaks a key level (any Pivot, MA, or the VWAP), luring amateur breakout traders into a position. It then rapidly reverses, trapping them on the wrong side of the market. Our signal is on this "reclaim" move, as we join the reversal that is fueled by the trapped traders closing their positions.
When to Look for It: Excellent for identifying sharp reversal points at key market levels.
Part 3: The Confirmation Layers - How the System Builds Confidence 💪
"The Daily Trader" doesn't just give you a signal; it gives it a quality score in real-time:
Exclamation Mark (!): Appended to the letter (L! / S!) if the signal aligns with the VWAP (e.g., a Long signal while the price is above VWAP). This is a strong, fundamental confirmation.
Asterisk (*) and Plus (+): These appear only during New York trading hours and add context from the broader market:
* (Asterisk): Absolute Confirmation! Both the S&P 500 (ES) and NVIDIA are moving in the direction of your trade.
+ (Plus): Partial Confirmation. At least one of the external assets is providing a "tailwind."
Disclaimer: A Word on Responsibility
It is crucial to understand that "The Daily Trader" is a powerful tool for analysis and decision-support, but it is not a crystal ball or a money-printing machine.
No system is 100% accurate. There will always be false signals and losing trades. The goal is to provide a statistical edge over time.
Past performance does not guarantee future results. Market conditions change, and the system must be evaluated continuously.
You are the manager. The indicator suggests opportunities. The responsibility for risk management, setting targets, and the final decision to click the button is always yours.
In summary, "The Daily Trader" is designed to be your extra set of eyes and your analytical brain in the market. It filters the noise, identifies complex patterns, and presents you with a clear picture of the highest-probability opportunities, so you can trade with more confidence, precision, and calm.
הכירו את "הסוחר היומי": הדור הבא של אינדיקטורים למסחר
בעולם המסחר המהיר והכאוטי של ימינו, סוחרים רבים מוצאים את עצמם מוצפים במידע, קופצים בין אינדיקטורים ומאבדים את הביטחון ברגע האמת. השוק מלא ב"רעש" שמקשה על קבלת החלטות צלולות.
"הסוחר היומי" נולד כדי לשנות את כל זה.
זהו לא עוד אינדיקטור שמצייר קו על הגרף. זוהי מערכת ניתוח רב-ממדית וחכמה שנועדה להיות ה"טייס המשנה" שלכם. היא סורקת את השוק באופן רציף, מנתחת את התנהגות המחיר בארבע דרכים שונות במקביל, ומספקת לכם איתותי כניסה מדויקים בזמן אמת, כולל דירוג של רמת הביטחון שלה בכל איתות. המטרה: להביא סדר ובהירות לכאוס, ולתת לכם את היתרון שאתם צריכים.
חלק 1: הבסיס הוויזואלי - הבנת שדה הקרב
לפני שצוללים לאיתותים, המערכת מציירת עבורכם תמונה ברורה של מבנה השוק:
שני ממוצעים נעים (כחול וכתום): אלו "זרמי הנהר" של השוק. הם מראים לכם את כיוון המומנטום בטווח הקצר והבינוני. כשהמחיר "צף" מעליהם, אנחנו במצב רוח חיובי. כשהוא מתחתם, הזהירות נדרשת.
קו ה-VWAP (כחול עבה): זהו "מרכז הכובד" הפיננסי של היום. זוהי הרמה שהכי מעניינת את השחקנים הגדולים והמוסדיים. מיקומו של המחיר ביחס לקו זה נותן לנו אינדיקציה חזקה אם "הכסף החכם" נמצא בצד של הקונים או המוכרים.
נקודות פיבוט (קווים ירוקים/אדומים/לבנים): אלו "קווי הגבול" הסטטיים של שדה הקרב, המחושבים מראש לכל יום. אלו הן הרמות הצפויות שבהן יתרחשו קרבות משמעותיים בין קונים למוכרים.
חלק 2: ארבעה מנועי איתות בפעולה
כאן נמצא הלב הפועם של המערכת. היא לא מסתמכת על שיטה אחת, אלא מפעילה ארבע אסטרטגיות שונות במקביל, כל אחת מומחית בזיהוי תבנית שוק אחרת:
אסטרטגיה 1: צייד ההיפוכים (סימון: L / S)
הסיפור מאחורי התבנית: המערכת מזהה "קרב התשה" על רמת מפתח (פיבוט, ממוצע נע או VWAP). היא רואה שהמחיר מנסה לפרוץ את הרמה מספר פעמים ונכשל, מה שמעיד על "תשישות" של צד אחד. האיתות נוצר ברגע שהצד השני מראה סימן של כוח ו"מקפיץ" את המחיר מהרמה. אנחנו נכנסים אחרי שהתברר מי ניצח בקרב.
האיתות שלך: L (לונג) או S (שורט) בצבעי ציאן/מג'נטה.
אסטרטגיה 2: תפיסת המומנטום (סימון: LB / SB)
הסיפור מאחורי התבנית: לפעמים השוק לא נלחם, הוא פשוט רץ. אסטרטגיה זו מזהה מהלך פריצה חד, נחרץ ועוצמתי מעל אזור התנגדות. היא לא מכניסה אותך מיד, אלא ממתינה ל"נשימה" הראשונה - הפולבק הראשון שחוזר לבדוק את הרמה שנפרצה. הכניסה היא ברגע שהמחיר "נוגע ובורח", וממשיך את המומנטum.
האיתות שלך: LB (לונג פריצה) או SB (שורט פריצה) בצבעי ירוק/אדום.
אסטרטגיה 3: פיצוץ התנודתיות (סימון: L-SQ / S-SQ)
הסיפור מאחורי התבנית: זו אסטרטגיית "השקט שלפני הסערה". המערכת מזהה מצב נדיר שבו התנודתיות קורסת והמחיר נדחס כמו קפיץ סביב ה-VWAP. זהו מצב של איזון עדין שלא יכול להחזיק מעמד. האיתות נוצר ברגע שה"קפיץ" משתחרר והמחיר מתפוצץ החוצה מהטווח הצר.
האיתות שלך: L-SQ או S-SQ בצבע כתום.
אסטרטגיה 4: מלכודת הדובים/שוורים (סימון: L-R / S-R)
הסיפור מאחורי התבנית: זו הלוגיקה המתוחכמת ביותר. היא מזהה "מלכודת" קלאסית. המחיר שובר במכוון רמת מפתח, גורם לסוחרים חובבים להיכנס בכיוון הלא נכון, ואז חוזר במהירות שיא ותופס אותם בצד הלא נכון של השוק. האיתות שלנו הוא בדיוק על מהלך ה"החזרה", כשאנחנו מצטרפים למהלך הנגדי שמתודלק על ידי הסוחרים הלכודים.
האיתות שלך: L-R או S-R בצבע צהוב.
חלק 3: שכבות החיזוק - איך המערכת מגדילה את הביטחון?
"הסוחר היומי" לא רק נותן לך איתות, הוא גם נותן לו ציון איכות בזמן אמת:
סימן קריאה (!): מצורף לאות (L! / S!) אם האיתות מתיישר עם ה-VWAP. זהו החיזוק הבסיסי והחשוב ביותר.
כוכבית (*) ופלוס (+): יופיעו רק בשעות המסחר של ניו יורק ומוסיפים קונטקסט מהשוק הרחב:
* (כוכבית): אישור מוחלט! גם ה-S&P 500 וגם NVIDIA נעים בכיוון העסקה שלך.
+ (פלוס): אישור חלקי. לפחות אחד מהם נותן לך "רוח גבית".
גילוי נאות: מילים של אחריות
חשוב להבין, "הסוחר היומי" הוא כלי עזר רב עוצמה לניתוח וקבלת החלטות, אך הוא אינו כדור בדולח או מכונה להדפסת כסף.
שום מערכת אינה מדויקת ב-100%: תמיד יהיו איתותי שווא והפסדים. המטרה היא לתת לך יתרון סטטיסטי לאורך זמן.
ביצועי עבר אינם ערובה לתוצאות עתידיות: תנאי השוק משתנים, ויש לבחון את המערכת באופן מתמיד.
אתה המנהל: האינדיקטור מציע הזדמנויות. האחריות על ניהול הסיכונים, קביעת יעדים, וההחלטה הסופית אם ללחוץ על הכפתור היא תמיד שלך.
לסיכום, "הסוחר היומי" נועד להיות העיניים והמוח הנוספים שלך בשוק. הוא מסנן את הרעש, מזהה תבניות מורכבות, ומציג לך תמונה ברורה של ההזדמנויות בעלות הסבירות הגבוהה ביותר, כדי שתוכל לסחור עם יותר ביטחון, דיוק ורוגע.
Heikin Ashi + Supertrend + EMA + Bollinger Bands BN FOREX📌 Indicator Name:
Heikin Ashi + Supertrend + EMA + Bollinger Bands BN FOREX
📄 Description:
This all-in-one indicator by BN FOREX is designed to provide a comprehensive technical overview by combining four powerful trading tools into a single visual interface:
🔹 1. Heikin Ashi Candles
Heikin Ashi candles are used to smooth price action and filter out noise. They help traders identify trend direction more clearly compared to traditional candlesticks.
🔹 2. Supertrend
The Supertrend indicator acts as a dynamic trend filter. It changes color and position based on price and volatility, providing clear buy/sell trend signals.
Parameters: ATR Period: 10, Multiplier: 3 (configurable)
Signal: Green line = Bullish, Red line = Bearish
🔹 3. Exponential Moving Averages (EMA)
Two EMAs are integrated to detect momentum and longer-term trend shifts:
EMA 50: Represents short-term trend
EMA 200: Represents long-term trend
Trend Bias:
Bullish: EMA50 above EMA200
Bearish: EMA50 below EMA200
🔹 4. Bollinger Bands
Bollinger Bands are used to measure volatility and identify overbought/oversold zones.
Middle Band: 20-period SMA
Upper/Lower Bands: ±2 standard deviations
Usage:
Price near upper band = Overbought
Price near lower band = Oversold
Squeeze = Volatility contraction (possible breakout)
✅ Key Features:
Clear and intuitive trend visualization using Heikin Ashi & Supertrend
Dynamic support/resistance via Bollinger Bands
Trend bias detection through EMA crossovers
Suitable for multi-timeframe analysis (scalping, swing, position trading)
SuperTrend Adaptive (STD Smooth)Supertrend Adaptive (Smoothed StdDev)
Supertrend Adaptive is a refined trend-following indicator based on the classic Supertrend. It enhances the original by incorporating smoothed standard deviation into the volatility calculation, instead of relying solely on ATR. This hybrid approach enables more responsive and adaptive trend detection, reducing noise and false signals in volatile or ranging markets. The indicator also features confidence-weighted signal labels and a clean, uncluttered display, making it practical for any trading timeframe.
🔍 Detailed Methodology and Conceptual Foundation
Unlike traditional Supertrend indicators that use only absolute volatility (ATR) to define trend bands, this version blends standard deviation — a relative volatility measure — into the calculation. Standard deviation helps capture the dispersion of price, not just its range, and when smoothed, it filters out erratic jumps caused by sudden spikes or drops.
This fusion creates trend bands that expand and contract dynamically based on recent price variability. As a result:
Fewer whipsaws : The trend bands adjust to both low and high volatility environments, which helps avoid unnecessary signal flips during consolidation.
Stronger trend adherence : Signals are less reactive to momentary price movements. This allows the indicator to hold positions longer in trending markets, giving traders the opportunity to ride extended moves.
Bollinger Band-style adaptation : By including standard deviation, this indicator behaves similarly to Bollinger Bands — accounting for relative price change rather than absolute moves alone.
These enhancements make the tool suitable not only for identifying directional bias, but also for refining entries and exits with more context-aware volatility filtering.
📈 How to Use the Indicator
Trend Direction: The script draws a colored line beneath (uptrend) or above (downtrend) price. Green indicates bullish trend, red indicates bearish.
Buy/Sell Labels: Only the most recent signal is shown to reduce clutter:
🟢 Green "Buy" label = trend reversal to bullish, with strong confidence.
🔵 Blue "Buy" label = same reversal, but with lower volume confidence.
🔴 Red "Sell" label = trend reversal to bearish, with strong confidence.
🟠 Orange "Sell" label = bearish signal with lower volume confidence.
These color codes are derived from comparing current volume to its average — a higher-than-average volume gives greater confidence to the signal.
Settings:
ATR Period: Controls the smoothing window for volatility calculation.
ATR Multiplier: Adjusts the size of the trend bands.
Std Smooth: Controls smoothing applied to standard deviation to reduce jitter.
Change ATR Method: Option to toggle between default and smoothed ATR.
Show Signals: Toggle for label display.
📢 Alerts
The script includes three built-in alert conditions:
Buy Signal: Triggered when the trend flips to bullish.
Sell Signal: Triggered when the trend flips to bearish.
Trend Direction Change: Alerts on any switch in trend regardless of confidence level.
These alerts allow traders to automate notifications or integrations with bots or trading platforms.
🧼 Clean Chart Display
To ensure clarity and comply with best practices:
The chart shows only this indicator.
Trend lines are drawn in real time for visual context.
Only one label per direction is shown — the most recent one — to keep the chart readable.
No drawings or unrelated indicators are included.
This setup ensures the script’s signals and structure are immediately understandable at a glance.
📌 Best Use Cases
This tool is designed for:
Traders who want adaptive volatility filters instead of rigid ATR-based models.
Scalpers and swing traders who prefer clean charts with minimal lag and fewer false signals.
Any asset class — works well on crypto, FX, and equities.
Shortcoming of this tool is sideway price action (will be tackled in next versions).
Credit for www.tradingview.com the version which this script extends.
🕯️ Candlestick Pattern Identifier by Sanal✅ Features:
Identifies common single, double, and triple candlestick patterns
Displays pattern names directly above/below candles
Color-coded for bullish/bearish clarity
Customizable settings to toggle patterns
📌 Candlestick Patterns Included:
🔹 Bullish:
Hammer
Inverted Hammer
Bullish Engulfing
Piercing Line
Morning Star
Three White Soldiers
🔹 Bearish:
Shooting Star
Hanging Man
Bearish Engulfing
Dark Cloud Cover
Evening Star
Three Black Crows
Magnificent 7 OscillatorThe Magnificent 7 Oscillator is a sophisticated momentum-based technical indicator designed to analyze the collective performance of the seven largest technology companies in the U.S. stock market (Apple, Microsoft, Alphabet, Amazon, NVIDIA, Tesla, and Meta). This indicator incorporates established momentum factor research and provides three distinct analytical modes: absolute momentum tracking, equal-weighted market comparison, and relative performance analysis. The tool integrates five different oscillator methodologies and includes advanced breadth analysis capabilities.
Theoretical Foundation
Momentum Factor Research
The indicator's foundation rests on seminal momentum research in financial markets. Jegadeesh and Titman (1993) demonstrated that stocks with strong price performance over 3-12 month periods tend to continue outperforming in subsequent periods¹. This momentum effect was later incorporated into formal factor models by Carhart (1997), who extended the Fama-French three-factor model to include a momentum factor (UMD - Up Minus Down)².
The momentum calculation methodology follows the academic standard:
Momentum(t) = / P(t-n) × 100
Where P(t) is the current price and n is the lookback period.
The focus on the "Magnificent 7" stocks reflects the increasing market concentration observed in recent years. Fama and French (2015) noted that a small number of large-cap stocks can drive significant market movements due to their substantial index weights³. The combined market capitalization of these seven companies often exceeds 25% of the total S&P 500, making their collective momentum a critical market indicator.
Indicator Architecture
Core Components
1. Data Collection and Processing
The indicator employs robust data collection with error handling for missing or invalid security data. Each stock's momentum is calculated independently using the specified lookback period (default: 14 periods).
2. Composite Oscillator Calculation
Following Fama-French factor construction methodology, the indicator offers two weighting schemes:
- Equal Weight: Each active stock receives identical weighting (1/n)
- Market Cap Weight: Reserved for future enhancement
3. Oscillator Transformation Functions
The indicator provides five distinct oscillator types, each with established technical analysis foundations:
a) Momentum Oscillator (Default)
- Pure rate-of-change calculation
- Centered around zero
- Direct implementation of Jegadeesh & Titman methodology
b) RSI (Relative Strength Index)
- Wilder's (1978) relative strength methodology
- Transformed to center around zero for consistency
- Scale: -50 to +50
c) Stochastic Oscillator
- George Lane's %K methodology
- Measures current position within recent range
- Transformed to center around zero
d) Williams %R
- Larry Williams' range-based oscillator
- Inverse stochastic calculation
- Adjusted for zero-centered display
e) CCI (Commodity Channel Index)
- Donald Lambert's mean reversion indicator
- Measures deviation from moving average
- Scaled for optimal visualization
Operational Modes
Mode 1: Magnificent 7 Analysis
Tracks the collective momentum of the seven constituent stocks. This mode is optimal for:
- Technology sector analysis
- Growth stock momentum assessment
- Large-cap performance tracking
Mode 2: S&P 500 Equal Weight Comparison
Analyzes momentum using an equal-weighted S&P 500 reference (typically RSP ETF). This mode provides:
- Broader market momentum context
- Size-neutral market analysis
- Comparison baseline for relative performance
Mode 3: Relative Performance Analysis
Calculates the momentum differential between Magnificent 7 and S&P 500 Equal Weight. This mode enables:
- Sector rotation analysis
- Style factor assessment (Growth vs. Value)
- Relative strength identification
Formula: Relative Performance = MAG7_Momentum - SP500EW_Momentum
Signal Generation and Thresholds
Signal Classification
The indicator generates three signal states:
- Bullish: Oscillator > Upper Threshold (default: +2.0%)
- Bearish: Oscillator < Lower Threshold (default: -2.0%)
- Neutral: Oscillator between thresholds
Relative Performance Signals
In relative performance mode, specialized thresholds apply:
- Outperformance: Relative momentum > +1.0%
- Underperformance: Relative momentum < -1.0%
Alert System
Comprehensive alert conditions include:
- Threshold crossovers (bullish/bearish signals)
- Zero-line crosses (momentum direction changes)
- Relative performance shifts
- Breadth Analysis Component
The indicator incorporates market breadth analysis, calculating the percentage of constituent stocks with positive momentum. This feature provides insights into:
- Strong Breadth (>60%): Broad-based momentum
- Weak Breadth (<40%): Narrow momentum leadership
- Mixed Breadth (40-60%): Neutral momentum distribution
Visual Design and User Interface
Theme-Adaptive Display
The indicator automatically adjusts color schemes for dark and light chart themes, ensuring optimal visibility across different user preferences.
Professional Data Table
A comprehensive data table displays:
- Current oscillator value and percentage
- Active mode and oscillator type
- Signal status and strength
- Component breakdowns (in relative performance mode)
- Breadth percentage
- Active threshold levels
Custom Color Options
Users can override default colors with custom selections for:
- Neutral conditions (default: Material Blue)
- Bullish signals (default: Material Green)
- Bearish signals (default: Material Red)
Practical Applications
Portfolio Management
- Sector Allocation: Use relative performance mode to time technology sector exposure
- Risk Management: Monitor breadth deterioration as early warning signal
- Entry/Exit Timing: Utilize threshold crossovers for position sizing decisions
Market Analysis
- Trend Identification: Zero-line crosses indicate momentum regime changes
- Divergence Analysis: Compare MAG7 performance against broader market
- Volatility Assessment: Oscillator range and frequency provide volatility insights
Strategy Development
- Factor Timing: Implement growth factor timing strategies
- Momentum Strategies: Develop systematic momentum-based approaches
- Risk Parity: Use breadth metrics for risk-adjusted portfolio construction
Configuration Guidelines
Parameter Selection
- Momentum Period (5-100): Shorter periods (5-20) for tactical analysis, longer periods (50-100) for strategic assessment
- Smoothing Period (1-50): Higher values reduce noise but increase lag
- Thresholds: Adjust based on historical volatility and strategy requirements
Timeframe Considerations
- Daily Charts: Optimal for swing trading and medium-term analysis
- Weekly Charts: Suitable for long-term trend analysis
- Intraday Charts: Useful for short-term tactical decisions
Limitations and Considerations
Market Concentration Risk
The indicator's focus on seven stocks creates concentration risk. During periods of significant rotation away from large-cap technology stocks, the indicator may not represent broader market conditions.
Momentum Persistence
While momentum effects are well-documented, they are not permanent. Jegadeesh and Titman (1993) noted momentum reversal effects over longer time horizons (2-5 years).
Correlation Dynamics
During market stress, correlations among the constituent stocks may increase, reducing the diversification benefits and potentially amplifying signal intensity.
Performance Metrics and Backtesting
The indicator includes hidden plots for comprehensive backtesting:
- Individual stock momentum values
- Composite breadth percentage
- S&P 500 Equal Weight momentum
- Relative performance calculations
These metrics enable quantitative strategy development and historical performance analysis.
References
¹Jegadeesh, N., & Titman, S. (1993). Returns to buying winners and selling losers: Implications for stock market efficiency. Journal of Finance, 48(1), 65-91.
Carhart, M. M. (1997). On persistence in mutual fund performance. Journal of Finance, 52(1), 57-82.
Fama, E. F., & French, K. R. (2015). A five-factor asset pricing model. Journal of Financial Economics, 116(1), 1-22.
Wilder, J. W. (1978). New concepts in technical trading systems. Trend Research.
OptionHawk1. What makes the script original?
• Unique concept: It integrates a Keltner based custom supertrend with a multi-EMA energy visualization, ATR based multi target management, and on chart options (CALL/PUT) trade signals—creating a toolkit not found in typical public scripts.
• Innovative use: Instead of off the shelf indicators, it reinvents them:
• Keltner bands used as dynamic Supertrend triggers.
• Fifteen EMAs layered for “energy” zones (bullish/bearish heatmaps).
• ATR dynamically scales multi-TP levels and stop loss.
These are creatively fused into a unified signal and automation engine.
________________________________________
2. What value does it provide to traders?
• Clear entries & exits: Labels for entry price/time, five TP levels, and SL structure eliminate guesswork.
• Visualization & automation: Real-time bar coloring and energy overlays allow quick momentum reads.
• Targeted to common pain points: Many traders struggle with manual TP/SL and entry timing—this automates that process.
• Ready for real use: Just plug into intraday (e.g., 5 min) or swing setups; no manual calculations. Signals are actionable out of the box.
________________________________________
3. Why invite only (worth paying)?
• Proprietary fusion: Public indicators like Supertrend or EMA are common—but your layered use, ATR based scaling, and label logic are exclusive.
• Auto-generated options format: Unique labeling for CALL/PUT, with graphical on chart signals, isn’t offered freely elsewhere.
• Time-saver & edge-provider: Saves traders hours of configuration and enhances consistency—worth the subscription cost over piecing together mash ups.
________________________________________
4. How does it work?
• Signal backbone: Custom supertrend uses Keltner bands crossing with close for direction, filtered by trend direction EMAs.
• Multi time logic: Trend defined by crossover of price over dynamic SMA thresholds built from ATR.
• Energy bar-colors/EMAs: 15 fast EMAs color-coded green/red to instantly show momentum.
• Entry logic: “Bull” when close crosses above supertrend; “Bear” when crosses below.
• Risk management: SL set at previous bar; up to 5 ATR scaled targets (or percentage based).
• Options formatted alerts: CALL/PUT labels with ₹¬currency values, embedded timestamp, SL/TP all printed on the chart.
________________________________________
5. How should traders use it?
• Best markets & timeframes: Ideal for intraday / low timeframe (1 15m) setups and 1 hour swing trades in equities, indices, options.
• Conditions: Works best in trending or volatility driven sessions—visible via Keltner bands and EMA energy alignment.
• Recommended combo: Use alongside volume filters or broader cycles; when supertrend & energy EMAs align, validation is stronger.
________________________________________
6. Proof of effectiveness?
• On chart visuals: Entry/exit labels, confirmed labels, TP and SL markers make past hits obvious.
• Real trade examples: Highlighted both bull & bear setups with full profit realization or SL hits.
• Performance is paint tested: Easy to showcase historic signals across multiple tickers.
• Data-backed: Users can export chart data to calculate win rate and avg return per trade.
________________________________________
Summary Pitch:
OptionHawk offers a holistic, execution-ready trading tool:
1. Proprietary blend of Keltner-supertrend and layered EMAs—beyond standard scripts.
2. Automates entries, multi-tier targets, SL, and options-format labels.
3. Visual energy overlays for quick momentum readings.
4. Use-tested in intraday and swing markets.
5. Installs on chart and works immediately—no setup complexity.
It's not a public indicator package; it's a self-contained, plug and play trade catalyst—worth subscribing for active traders seeking clarity, speed, and structure in their decision-making.
6. While OptionHawk is designed for clarity and structure, no script can predict the market. Always use with discretion and proper risk management.
---------------------------------------------------------------------------------------------------------------------
OptionHawk: A Comprehensive Trend-Following & Volatility-Adaptive Trading System
The "OptionHawk" script is a sophisticated trading tool designed to provide clear, actionable signals for options trading by combining multiple technical indicators and custom logic. It aims to offer a holistic view of market conditions, identifying trend direction, momentum, and potential entry/exit points with dynamic stop-loss and take-profit levels.
________________________________________
1. Why These Specific Indicators and Code Elements?
The "OptionHawk" script is a strategic fusion of the Supertrend indicator (modified with Keltner Channels), a multi-EMA "Energy" ribbon, dynamic trend lines (based on SMA and ATR), a 100-period Trend Filter EMA, and comprehensive trade management logic (SL/TP). My reason and motivation for this mashup stem from a desire to create a robust system that accounts for various market aspects often overlooked by individual indicators:
• Supertrend with Keltner Channels: The standard Supertrend is effective for trend identification but can sometimes generate whipsaws in volatile or ranging markets. By integrating Keltner Channels into the Supertrend calculation, the volatility measure becomes more adaptive, using the (high - low) range within the Keltner Channel for its ATR-like component. This aims to create a more responsive yet less prone-to-false-signals Supertrend.
• Multi-EMA "Energy" Ribbon: This visually striking element, composed of 15 EMAs, provides a quick glance at short-to-medium term momentum and potential support/resistance zones. When these EMAs are stacked and moving in one direction, it indicates strong "energy" behind the trend, reinforcing the signals from other indicators.
• Dynamic Trend Lines (SMA + ATR): These lines offer a visual representation of support and resistance that adapts to market volatility. Unlike static trend lines, their ATR-based offset ensures they remain relevant across different market conditions and asset classes, providing context for price action relative to the underlying trend.
• 100-Period Trend Filter EMA: A longer-period EMA acts as a higher-timeframe trend filter. This is crucial for confirming the direction identified by the faster-acting Supertrend, helping to avoid trades against the prevailing broader trend.
• Comprehensive Trade Management Logic: The script integrates automated calculation and display of stop-loss (SL) and multiple take-profit (TP) levels, along with trade confirmation and "TP Hit" labels. This is critical for practical trading, providing immediate, calculated risk-reward parameters that individual indicators typically don't offer.
This combination is driven by the need for a multi-faceted approach to trading that goes beyond simple signal generation to include trend confirmation, volatility adaptation, and essential risk management.
________________________________________
2. What Problem or Need Does This Mashup Solve?
This mashup addresses several critical gaps that existing individual indicators often fail to fill:
• Reliable Trend Identification in Volatile Markets: While Supertrend is good, it can be late or whipsaw. Integrating Keltner Channels helps it adapt to changing volatility, providing more reliable trend signals.
• Confirmation of Signals: A common pitfall of relying on a single indicator is false signals. "OptionHawk" uses the multi-EMA "Energy" ribbon and the 100-period EMA to confirm the trend identified by the Keltner-Supertrend, reducing false entries.
• Dynamic Support/Resistance & Trend Context: Static support and resistance levels can quickly become irrelevant. The dynamic SMA + ATR trend lines provide continually adjusting zones that reflect the current market's true support and resistance, giving traders a better understanding of price action within the trend.
• Integrated Risk and Reward Management: Most indicators just give entry signals. This script goes a significant step further by automatically calculating and displaying clear stop-loss and up to five take-profit levels (either ATR-based or percentage-based). This is a vital component for structured trading, allowing traders to pre-define their risk and reward for each trade.
• Visual Clarity and Actionable Information: Instead of requiring traders to layer multiple indicators manually, "OptionHawk" integrates them into a single, cohesive display with intuitive bar coloring, shape plots, and informative labels. This reduces cognitive load and presents actionable information directly on the chart.
In essence, "OptionHawk" provides a more comprehensive, adaptive, and actionable trading framework than relying on isolated indicators.
________________________________________
3. How Do the Components Work Together?
The various components of "OptionHawk" interact in a synergistic and often sequential manner to generate signals and manage trades:
• Keltner-Supertrend as the Primary Signal Generator: The supertrend function, enhanced by keltner_channel, is the core of the system. It identifies potential trend reversals and continuation signals (bullish/bearish crosses of the supertrendLine). The sensitivity and factor inputs directly influence how closely the Supertrend follows price and its responsiveness to volatility.
• Multi-EMA "Energy" Ribbon for Momentum and Confirmation: The 15 EMAs (from ema1 to ema15) are plotted to provide a visual representation of short-term momentum. When the price is above these EMAs and they are spread out and pointing upwards, it suggests strong bullish "energy." Conversely, when price is below them and they are pointing downwards, it indicates bearish "energy." This ribbon serves as a simultaneous visual confirmation for the Supertrend signals; a buy signal from Supertrend is stronger if the EMA ribbon is also indicating upward momentum.
• Dynamic Trend Lines for Context and Confirmation: The sma_high and sma_low lines, incorporating ATR, act as dynamic support and resistance. The trend variable, determined by price crossing these lines, provides an overarching directional bias. This component works conditionally with the Supertrend; a bullish Supertrend signal is more potent if the price is also above the sma_high (indicating an uptrend).
• 100-Period Trend Filter EMA for Macro Trend Confirmation: The ema100 acts as a macro trend filter. Supertrend signals are typically considered valid if they align with the direction of the ema100. For example, a "BUY" signal from the Keltner-Supertrend is ideally taken only if the price is also above the ema100, signifying that the smaller trend aligns with the larger trend. This is a conditional filter.
• Trade Confirmation and SL/TP Logic (Sequential and Conditional):
• Once a bull or bear signal is generated by the Keltner-Supertrend, the tradeSignalCall or tradeSignalPut is set to true.
• A confirmation step then occurs for a "BUY" signal, the script checks if the close of the next bar is higher than the entry bar's close. For a "SELL" signal, it checks if the close of the next bar is lower. This is a sequential confirmation step aimed at filtering out weak signals.
• Upon a confirmed signal, the stop-loss (SL) is immediately set based on the previous bar's low (for calls) or high (for puts).
• Multiple take-profit (TP) levels are calculated and stored in arrays. These can be based on a fixed percentage or dynamic ATR multiples, based on user input.
• The TP HIT logic continuously monitors price action simultaneously against these pre-defined target levels, displaying labels when a target is reached. The SL HIT logic similarly monitors for a stop-loss breach.
In summary, the Supertrend generates the initial signal, which is then confirmed by the dynamic trend lines and the 100-period EMA, and visually reinforced by the EMA "Energy" ribbon. The trade management logic then takes over, calculating and displaying vital risk-reward parameters.
________________________________________
4. What is the Purpose of the Mashup Beyond Simply Merging Code?
The purpose of "OptionHawk" extends far beyond merely combining different indicator codes; it's about creating a structured and informed decision-making process for options trading. The key strategic insights and functionalities added by combining these elements are:
• Enhanced Signal Reliability and Reduced Noise: By requiring multiple indicators to align (e.g., Keltner-Supertrend signal confirmed by EMA trend filter and dynamic trend lines), the script aims to filter out false signals and whipsaws that commonly plague individual indicators. This leads to higher-probability trade setups.
• Adaptive Risk Management: The integration of ATR into both the Supertrend calculation and the dynamic stop-loss/take-profit levels makes the entire system adaptive to current market volatility. This means stop-losses and targets are not static but expand or contract with the market's price swings, promoting more realistic risk management.
• Clear Trade Entry and Exit Framework: The script provides a complete trading plan with each signal: a clear entry point, a precise stop-loss, and multiple cascading take-profit levels. This holistic approach empowers traders to manage their trades effectively from initiation to conclusion, rather than just identifying a potential entry.
• Visual Confirmation of Market Strength: The "Energy" ribbon and dynamic trend lines provide an immediate visual understanding of the market's momentum and underlying trend strength, helping traders gauge conviction behind a signal.
• Improved Backtesting and Analysis: By combining these elements into one script, traders can more easily backtest a comprehensive strategy rather than trying to manually combine signals from multiple overlaying indicators, leading to more accurate strategy analysis.
• Suitability for Options Trading: Options contracts are highly sensitive to price movement and volatility. This script's focus on confirmed trend identification, dynamic volatility adaptation, and precise risk management makes it particularly well-suited for the nuanced demands of options trading, where timing and defined risk are paramount.
________________________________________
5. What New Functionality or Insight Does Your Script Offer?
"OptionHawk" offers several new functionalities and insights that significantly enhance decision-making, improve accuracy, and provide clearer signals and better timing for traders:
• "Smart" Supertrend: By basing the Supertrend's volatility component on the Keltner Channel's range instead of a simple ATR, the Supertrend becomes more sensitive to price action within its typical bounds while still adapting to broader market volatility. This can lead to earlier and more relevant trend change signals.
• Multi-Confirmation System: The script doesn't just provide a signal; it layers multiple confirmations (Keltner-Supertrend, multi-EMA "Energy" coloration, dynamic trend lines, and the 100-period EMA). This multi-layered validation significantly improves the accuracy of signals by reducing the likelihood of false positives.
• Automated and Dynamic Risk-Reward Display: This is a major functionality enhancement. The automatic calculation and clear display of stop-loss and five distinct take-profit levels (based on either ATR or percentage) directly on the chart, along with "TP HIT" and "SL HIT" labels, streamline the trading process. Traders no longer need to manually calculate these crucial levels, leading to enhanced decision-making and better risk management.
• Visual Trend "Energy" and Momentum: The vibrant coloring of the multi-EMA ribbon based on price relative to the EMA provides an intuitive and immediate visual cue for market momentum and "energy." This offers an insight into the strength of the current move, which isn't available from single EMA plots.
• Post-Signal Confirmation: The "Confirmation" label appearing on the bar after a signal, if the price continues in the signaled direction, adds an extra layer of real-time validation. This helps to improve signal timing by waiting for initial follow-through.
• Streamlined Options Trading Planning: For options traders, having clear entry prices, stop-losses, and multiple target levels directly annotated on the chart is invaluable. It helps in quickly assessing potential premium movements and managing positions effectively.
In essence, "OptionHawk" transitions from a collection of indicators to a semi-automated trading assistant, providing a comprehensive, visually rich, and dynamically adaptive framework for making more informed and disciplined trading decisions.
----------------------------------------------------------------------------------------------------------------
Performance & Claims
1. What is the claimed performance of the script or strategy?
Answer: The script does not claim any specific performance metrics (e.g., win rate, profit factor, percentage gains). It's an indicator designed to identify potential buy/sell signals and target/stop-loss levels. The labels it generates ("BUY CALL," "BUY PUT," "TP HIT," "SL HIT") are informational based on its internal logic, not a representation of actual trading outcomes.
2. Is there any proof or backtesting to support this claim?
Answer: No, the provided code does not include any backtesting functionality or historical performance proof. As an indicator, it simply overlays visual signals on the chart. To obtain backtesting results, the logic would need to be implemented as a Pine Script strategy with entry/exit rules and commission/slippage considerations.
3. Are there any unrealistic or exaggerated performance expectations being made?
Answer: The script itself does not make any performance expectations. It avoids quantitative claims. However, if this script were presented to users with implied promises of profit based solely on the visual signals, that would be unrealistic.
4. Have you clearly stated the limitations of the performance data (e.g., “based on backtesting only”)?
Answer: There is no statement of performance data or its limitations because the script doesn't generate performance data.
5. Do you include a disclaimer that past results do not guarantee future performance?
Answer: No, the script does not include any disclaimers about past or future performance. This is typically found in accompanying documentation or marketing materials for a trading system, not within the indicator's code itself.
________________________________________
Evidence & Transparency
6. How are your performance results measured (e.g., profit factor, win rate, Sharpe ratio)?
Answer: Performance results are not measured by this script. It's an indicator.
7. Are these results reproducible by others using the same script and settings?
Answer: The visual signals and calculated levels (Supertrend line, EMAs, target/SL levels) generated by the script are reproducible on TradingView when applied to the same instrument, timeframe, and with the same input settings. However, the actual trading results (profit/loss) are not generated or reproducible by this indicator.
8. Do you include enough data (charts, equity curves, trade logs) to support your claims?
Answer: No, the script does not include or generate equity curves or trade logs. It provides visual labels on the chart, which can be seen as a form of "data" to support the signal generation, but not the performance claims (as none are made by the code).
________________________________________
Future Expectations
9. Are you making any predictions about future market performance?
Answer: No, the script does not make any explicit predictions about future market performance. Its signals are based on historical price action and indicator calculations.
10. Have you stated clearly that the future is fundamentally uncertain?
Answer: No, the script does not contain any statements about the uncertainty of the future.
11. Are forward-looking statements presented with caution and appropriate language?
Answer: The script does not contain any forward-looking statements beyond the visual signals it generates based on real-time data.
________________________________________
Risk & Disclosure
12. Have you disclosed the risks associated with using your script or strategy?
Answer: No, the script does not include any risk disclosures. This is typically found in external documentation.
13. Do you explain that trading involves potential loss as well as gain?
Answer: No, the script does not contain any explanation about the potential for loss in trading.
________________________________________
Honesty & Integrity
14. Have you avoided hype words like “guaranteed,” “foolproof,” or “no losses”?
Answer: Yes, the script itself avoids these hype words. The language used within the code is technical and describes the indicator's logic.
15. Is your language grounded and realistic rather than promotional?
Answer: Yes, the language within the provided Pine Script code is grounded and realistic as it pertains to the technical implementation of an indicator.
16. Are you leaving out any important details that might mislead users (e.g., selective performance snapshots)?
Answer: From the perspective of the code itself, no, it's not "leaving out" performance details because it's not designed to generate them. However, if this indicator were to be presented as a "strategy" that implies profitability without accompanying disclaimers, backtesting results, and risk disclosures, then that external presentation could be misleading. The script focuses on signal generation and visual representation.
⚠️ Disclaimer:
This indicator is for informational and educational purposes only. It does not guarantee any future results or performance. All trading involves risk. Please assess your own risk tolerance and consult a licensed financial advisor if needed. Past performance does not indicate future returns.
Uptrick: Mean ReversionOverview
Uptrick: Mean Reversion is a technical indicator designed to identify statistically significant reversal opportunities by monitoring market extremes. It presents a unified view of multiple analytical layers—momentum shifts, extreme zones, divergence patterns, and a multi-factor bias dashboard—within a single pane. By translating price momentum into a normalized framework, it highlights areas where prices are likely to revert to their average range.
Introduction
Uptrick: Mean Reversion relies on several core concepts:
Volatility normalization
The indicator rescales recent market momentum into a common scale so that extreme readings can be interpreted consistently across different assets and timeframes.
Mean reversion principle
Markets often oscillate around an average level. When values stray too far beyond typical ranges, a return toward the mean is likely. Uptrick: Mean Reversion detects when these extremes occur.
Momentum inflection
Sharp changes in momentum direction frequently presage turning points. The indicator watches for shifts from upward momentum to downward momentum (and vice versa) to help time entries and exits.
Divergence
When price trends and internal momentum readings move in opposite directions, it can signal weakening momentum and an impending reversal. Uptrick: Mean Reversion flags such divergence conditions directly on the indicator pane.
Multi-factor sentiment
No single metric tells the entire story. By combining several independent sentiment measures—price structure, momentum, oscillators, and external market context—Uptrick: Mean Reversion offers a more balanced view of overall market bias.
Purpose
Uptrick: Mean Reversion was created for traders who focus on countertrend opportunities rather than simply following established trends. Its main objectives are:
Spot extreme conditions
By normalizing momentum into a standardized scale, the indicator clearly marks when the market is in overbought or oversold territory. These conditions often align with points where a snapback toward average is more probable.
Provide reversal signals
Built-in logic detects when momentum shifts direction within extreme zones and displays clear buy or sell markers to guide countertrend entries and exits.
Highlight hidden divergences
Divergence between price and internal momentum can suggest underlying weakness or strength ahead of actual price moves. Uptrick: Mean Reversion plots these divergences directly, allowing traders to anticipate reversals earlier.
Offer contextual bias
A dynamic dashboard aggregates multiple independent indicators—based on recent price action, momentum readings, common oscillators, and broader market context—to produce a single sentiment label. This helps traders determine whether mean reversion signals align with or contradict overall market conditions.
Cater to lower timeframes
Mean reversion tends to occur more frequently and reliably on shorter timeframes (for example, 5-minute, 15-minute, or 1-hour charts). Uptrick: Mean Reversion is optimized for these nimble environments, where rapid reversals can be captured before a larger trend takes hold.
Originality and Uniqueness
Uptrick: Mean Reversion stands out for several reasons:
Proprietary normalization framework
Instead of relying on raw oscillator values, it transforms momentum into a standardized scale. This ensures that extreme readings carry consistent meaning across different assets and volatility regimes.
Inflection-based signals
The indicator waits for a clear shift in momentum direction within extreme zones before plotting reversal markers. This approach reduces false signals compared to methods that rely solely on fixed threshold crossings.
Embedded divergence logic
Divergence detection is handled entirely within the same pane. Rather than requiring a separate indicator window, Uptrick: Mean Reversion identifies instances where price and internal momentum readings do not align and signals those setups directly on the chart.
Adjustable sensitivity profiles
Traders can choose from predefined risk profiles—ranging from very conservative to very aggressive—to automatically adjust how extreme a reading must be before triggering a signal. This customization helps balance between capturing only the most significant reversals or generating more frequent, smaller opportunities.
Multi-factor bias dashboard
While many indicators focus on a single metric, Uptrick: Mean Reversion aggregates five distinct sentiment measures. By balancing price-based bias, momentum conditions, and broader market context, it offers a more nuanced view of when to take—or avoid—countertrend trades.
Why Indicators Were Merged
Proprietary momentum oscillator
A custom-built oscillator rescales recent price movement into a normalized range. This core component underpins all signal logic and divergence checks, allowing extreme readings to be identified consistently.
Inflection detection
By comparing recent momentum values over a configurable lookback interval, the indicator identifies clear shifts from rising to falling momentum (and vice versa). These inflection points serve as a prerequisite for reversal signals when combined with extreme conditions.
Divergence framework
Local peaks and troughs are identified within the normalized oscillator and compared to corresponding price highs and lows. When momentum peaks fail to follow price to new extremes (or vice versa), a divergence alert appears, suggesting weakening momentum ahead of a price turn.
Classic price bias
Recent bar structures are examined to infer whether the immediate past price action was predominantly bullish, bearish, or neutral. This provides one piece of the overall sentiment picture.
Smoothed oscillator bias
A secondary oscillator reading is smoothed and compared to a central midpoint to generate a simple bullish or bearish reading.
Range-based oscillator bias
A familiar range-bound oscillator is used to detect oversold or overbought readings, contributing to the sentiment score.
Classic momentum crossover bias
A traditional momentum check confirms whether momentum currently leans bullish or bearish.
External market trend bias
The indicator monitors a major currency’s short-term trend to gauge broader market risk appetite. A falling currency—often associated with higher risk tolerance—contributes a bullish bias point, while a rising currency adds a bearish point.
All these elements run concurrently. Each piece provides a “vote” toward an overall sentiment reading. At the same time, the proprietary momentum oscillator drives both extreme-zone detection and divergence identification. By merging these inputs, the final result is a single pane showing both precise reversal signals and a unified market bias.
How It Works
At runtime, the indicator proceeds through the following conceptual steps:
Read user inputs (risk profile, lookback index, visual mode, color scheme, background highlighting, bias table display, divergence toggles).
Fetch the latest price data.
Process recent price movement through a proprietary normalization engine to produce a single, standardized momentum reading for each bar.
Track momentum over a configurable lookback interval to detect shifts in direction.
Compare the current momentum reading to dynamically determined extreme thresholds (based on the chosen risk profile).
If momentum has flipped from down to up within an oversold area, display a discrete buy marker. If momentum flips from up to down within an overbought area, display a sell marker.
Identify local peaks and troughs in the proprietary momentum series and compare to price highs and lows over a configurable range. When divergence criteria are met, display bullish or bearish divergence labels
Evaluate five independent sentiment measures—price bar bias, smoothed oscillator bias, range oscillator bias, traditional momentum crossover bias, and an external market trend bias—and assign each a +1 (bullish), –1 (bearish), or 0 (neutral) vote.
Average the five votes to produce an overall sentiment score. If the average exceeds a positive threshold, label the bias as bullish; if it falls below a negative threshold, label it as bearish; otherwise label it neutral.
Update the on-screen bias table at regular intervals, showing each individual metric’s value and vote, as well as the combined sentiment label.
Apply color fills to highlight extreme zones in the background and draw horizontal guideline bands around those extremes.
In complex visual mode, draw a cloud-like band that instantly changes color when momentum shifts. In simple mode, plot only a clean line of the normalized reading in a contrasting color.
Expose alert triggers whenever a buy/sell signal, divergence confirmation, or bias flip occurs, for use in automated notifications.
Inputs
Here is how each input affects the indicator:
Trading Style (very conservative / conservative / neutral / aggressive / very aggressive)
Determines how sensitive the indicator is to extreme readings. Conservative settings require more pronounced market deviations before signaling a reversal; aggressive settings signal more frequently at smaller deviations.
Slope Detection Index (integer)
Controls how many bars back the indicator looks to compare momentum for inflection detection. Lower numbers respond more quickly but can be noisy; higher numbers smooth out short-term fluctuations.
Visual Mode (simple / complex)
Simple mode plots only the normalized momentum line, colored according to the chosen palette. Complex mode draws a candle-style block for each bar—showing the range of momentum movement within that bar—with colored fills that switch instantly when momentum direction changes.
Color Scheme (multiple themes)
Select from preset color palettes to style bullish vs. bearish elements (fills, lines, labels). Options include bright neon tones, classic contrasting pairs, dark-mode palettes, and more, ensuring signals stand out against any chart background.
Enable Background Highlighting (true / false)
When true, extreme overbought or oversold zones are shaded in a semi-transparent color behind the main pane. This helps traders “see” when the market is in a normalized extreme state without relying solely on lines or markers.
Show Helper Scale Lines (true / false)
When true, hidden horizontal lines force the vertical scale to include a fixed range of extreme values—even if the indicator rarely reaches them—so traders always know where the most extreme limits lie.
Enable Divergence Detection (true / false)
Toggles whether the script looks for divergences between price and the proprietary momentum reading. When enabled, bullish/bearish divergence markers appear automatically whenever defined conditions are met.
Pivot Lookback Left & Pivot Lookback Right (integers)
Define how many bars to the left and right the indicator examines when identifying a local peak or trough in the momentum reading. Adjust these to capture divergences on different swing lengths.
Minimum and Maximum Bars Between Pivots (integers)
Set the minimum and maximum number of bars allowed between two identified peaks or troughs for a valid divergence. This helps filter out insignificant or overly extended divergence patterns.
Show Bias Table (true / false)
When enabled, displays a small table in the upper-right corner summarizing five independent sentiment votes and the combined bias label. Disable to keep the pane focused on only the momentum series and signals.
Features
1. Extreme-zone highlighting
Overbought and oversold areas appear as colored backgrounds when the proprietary momentum reading crosses dynamically determined thresholds. This gives an immediate visual cue whenever the market moves into a highly extreme condition.
2. Discrete reversal markers
Whenever momentum shifts direction within an extreme zone, the indicator plots a concise “Buy” or “Sell” label directly on the normalized series. These signals combine both extreme-zone detection and inflection confirmation, reducing false triggers.
3. Dynamic divergence flags
Local peaks and troughs of the proprietary momentum reading are continuously compared to corresponding price points. Bullish divergence (momentum trough rising while price trough falls) and bearish divergence (momentum peak falling while price peak rises) are flagged with small labels and lines. These alerts help traders anticipate reversals before price charts show clear signals.
4. Multi-factor sentiment dashboard
Five independent “votes” are tallied each bar:
• Price bar bias (based on recent bar structure)
• Smoothed oscillator bias (based on a popular momentum oscillator)
• Range oscillator bias (based on an overbought/oversold oscillator)
• Traditional momentum crossover bias (whether momentum is above or below its own smoothing)
• External market trend bias (derived from a major currency index’s short-term trend)
Each vote is +1 (bullish), –1 (bearish), or 0 (neutral). The average of these votes produces an overall sentiment label (Bullish, Bearish, or Neutral). The table updates periodically, showing each metric’s value, its vote, and the combined bias.
5. Versatile visual modes
Simple mode: Plots a single normalized momentum line in a chosen color. Ideal for clean charts.
Complex mode: Renders each bar’s momentum range as a candle-like block, with filled bodies that immediately change color when momentum direction flips. Edge lines emphasize the high/low range of momentum for that bar. This mode makes subtle momentum shifts visually striking.
6. Configurable sensitivity profiles
Five risk profiles (very conservative → very aggressive) automatically adjust how extreme the momentum reading must be before signaling. Conservative traders can wait for only the most dramatic reversals, while aggressive traders can capture more frequent, smaller mean-reversion moves.
7. Customizable color palettes
Twenty distinct color themes let users match the indicator to any chart background. Each theme defines separate colors for bullish fills, bearish fills, the momentum series, and divergence labels. Options range from classic contrasting pairs to neon-style palettes to dark-mode complements.
8. Unified plotting interface
Instead of scattering multiple indicators in separate panes, Uptrick: Mean Reversion consolidates everything—normalized momentum, background shading, threshold bands, reversal labels, divergence flags, and bias table—into a single indicator pane. This reduces screen clutter and places all relevant information in one view.
9. Built-in alert triggers
Six alert conditions are exposed:
Mean reversion buy signal (momentum flips in oversold zone)
Mean reversion sell signal (momentum flips in overbought zone)
Bullish divergence confirmation
Bearish divergence confirmation
Bias flip to bullish (when combined sentiment shifts from non-bullish to bullish)
Bias flip to bearish (when combined sentiment shifts from non-bearish to bearish)
Traders can attach alerts to any of these conditions to receive real-time notifications.
10. Scale anchoring
By forcing invisible horizontal lines at fixed extreme levels, the indicator ensures that the vertical axis always includes those extremes—even if the normalized reading rarely reaches them. This constant frame of reference helps traders judge how significant current readings are.
Line features:
Conclusion
Uptrick: Mean Reversion offers a layered, all-in-one approach to spotting countertrend opportunities. By converting price movement into a proprietary normalized momentum scale, it highlights extreme overbought and oversold zones. Inflection detection within those extremes produces clear reversal markers. Embedded divergence logic calls out hidden momentum weaknesses. A five-factor sentiment dashboard helps gauge whether a reversal signal aligns with broader market context. Users can tailor sensitivity, visual presentation, and color schemes, making it equally suitable for minimalist or richly detailed chart layouts. Optimized for lower timeframes, Uptrick: Mean Reversion helps traders anticipate statistically significant mean reversion moves.
Disclaimer
This indicator is provided for informational purposes only. It does not guarantee any trading outcome. Trading carries inherent risks, including the potential loss of invested capital. Users should perform their own due diligence, apply proper risk management, and consult a financial professional if needed. Past performance does not ensure future results.
Liquidity Engulfing (Nephew_Sam_)🔥 Liquidity Engulfing Multi-Timeframe Detector
This indicator finds engulfing bars which have swept liquidity from its previous candle. You can use it across 6 timeframes with fibonacci entries.
⚡ Key Features
6 Customizable Timeframes - Complete market structure analysis
Smart Liquidity Detection - Finds patterns that sweep liquidity then reverse
Real-Time Status Table - Confirmed vs unconfirmed patterns with color coding
Fibonacci Integration - 5 customizable fib levels for precise entries
HTF → LTF Strategy - Spot reversals on higher timeframes, enter on lower timeframe fibs
📈 Engulfing Rules
Bullish: Current candle bullish + previous bearish + current low < previous low + current close > previous open
Bearish: Current candle bearish + previous bullish + current high > previous high + current close < previous open
Mariam Ichimoku DashboardPurpose
The Mariam Ichimoku Dashboard is designed to simplify the Ichimoku trading system for both beginners and experienced traders. It provides a complete view of trend direction, strength, momentum, and key signals all in one compact dashboard on your chart. This tool helps traders make faster and more confident decisions without having to interpret every Ichimoku element manually.
How It Works
1. Trend Strength Score
Calculates a score from -5 to +5 based on Ichimoku components.
A high positive score means strong bullish momentum.
A low negative score shows strong bearish conditions.
A near-zero score indicates a sideways or unclear market.
2. Future Cloud Bias
Looks 26 candles ahead to determine if the future cloud is bullish or bearish.
This helps identify the longer-term directional bias of the market.
3. Flat Kijun / Flat Senkou B
Detects flat zones in the Kijun or Senkou B lines.
These flat areas act as strong support or resistance and can attract price.
4. TK Cross
Identifies Tenkan-Kijun crosses:
Bullish Cross means Tenkan crosses above Kijun
Bearish Cross means Tenkan crosses below Kijun
5. Last TK Cross Info
Shows whether the last TK cross was bullish or bearish and how many candles ago it happened.
Helps track trend development and timing.
6. Chikou Span Position
Checks if the Chikou Span is above, below, or inside past price.
Above means bullish momentum
Below means bearish momentum
Inside means mixed or indecisive
7. Near-Term Forecast (Breakout)
Warns when price is near the edge of the cloud, preparing for a potential breakout.
Useful for anticipating price moves.
8. Price Breakout
Shows if price has recently broken above or below the cloud.
This can confirm the start of a new trend.
9. Future Kumo Twist
Detects upcoming twists in the cloud, which often signal potential trend reversals.
10. Ichimoku Confluence
Measures how many key Ichimoku signals are in agreement.
The more signals align, the stronger the trend confirmation.
11. Price in or Near the Cloud
Displays if the price is inside the cloud, which often indicates low clarity or a choppy market.
12. Cloud Thickness
Shows whether the cloud is thin or thick.
Thick clouds provide stronger support or resistance.
Thin clouds may allow easier breakouts.
13. Recommendation
Gives a simple trading suggestion based on all major signals.
Strong Buy, Strong Sell, or Hold.
Helps simplify decision-making at a glance.
Features
All major Ichimoku signals summarized in one panel
Real-time trend strength scoring
Detects flat zones, crosses, cloud twists, and breakouts
Visual alerts for trend alignment and signal confluence
Compact, clean design
Built with simplicity in mind for beginner traders
Tips
Best used on 15-minute to 1-hour charts for short-term trading
Avoid entering trades when price is inside the cloud because the market is often indecisive
Wait for alignment between trend score, TK cross, cloud bias, and confluence
Use the dashboard to support your trading strategy, not replace it
Enable alerts for major confluence or upcoming Kumo twists
Trend Persistence Counter (TPC) by riskcipher🧭 Trend Persistence Counter (TPC) – A Simple Price Action Trend Duration Tool
Trend Persistence Counter (TPC) is a lightweight indicator that counts how long a trend persists after a breakout.
It is entirely based on price action, without using any moving averages or smoothing. The goal is to give a simple, rule-based view of trend continuity.
🧠 How It Works (Logic Overview)
This indicator switches between two modes: bullish and bearish.
If close > previous high, the counter enters bullish mode, and starts at +1
While in bullish mode:
If close >= previous low → continue the uptrend → +1 each bar
If close < previous low → trend ends → reset to 0, switch to bearish mode
If close < previous low, the counter enters bearish mode, and starts at -1
While in bearish mode:
If close <= previous high → continue the downtrend → -1 each bar
If close > previous high → trend ends → reset to 0, switch to bullish mode
This provides a bar-by-bar count of trend persistence based on whether price holds structure.
🎯 Use Cases
Track how long a trend continues after a breakout
Quickly detect when trend structure breaks
Help visually filter “strong” vs “weak” moves
Build logic-based alerts (e.g., trend continues for N bars)
🔍 Why Use This Instead of Traditional Indicators?
This is not meant to replace moving averages or trend filters.
But it offers some advantages for those who prefer structure-based logic:
Feature TPC
Based on Price Action ✅ Yes
Uses Lagging Filters ❌ No moving average or smoothing
Trend Duration Measurement ✅ Counts valid consecutive moves
Complexity ⚪ Very simple and transparent
It’s a simple concept and easy to understand, but still useful when combined with other tools or visualized on its own.
⚙️ Technical Notes
Works on any timeframe or instrument
The value is positive during bullish persistence, negative during bearish
Value resets to 0 when trend structure breaks
All logic is calculated bar-by-bar, in real time
✅ Example Usage Ideas
Highlight candles when TPC value crosses a certain threshold (e.g., strong breakout continuation)
Use the zero-cross as a potential reversal warning
Filter trend signals in your existing strategies
Candle Body TableCandle Body Table is a lightweight, easy-to-use indicator that displays a live summary of candle “body strength” across multiple timeframes, along with how much time is left on each candle. Simply choose up to five timeframes (1, 5, 15, 30, and 60 minutes by default), adjust the table’s corner and font size, and you’ll always have a quick, at-a-glance view of:
OC (Body %): The percentage of the candle that’s composed of its body (|open – close| divided by high–low).
Strength: A label (Weak, Balanced, or Strong) based on the body percentage.
Time Left: How many minutes and seconds remain before the current candle closes.
The table updates in real time (using lookahead), coloring each row background green if that timeframe’s current candle is bullish, or red if it’s bearish. That way, you can instantly see which timeframes have strong momentum, which are balanced or weak, and exactly when each candle will finish.
Use Cases
Multi-Timeframe Momentum Check:
If you want to confirm that both your 1m and 5m candles have “Strong” bodies before entering a trade, Candle Body Table shows you that instantly. No more switching back and forth between charts—just glance at the table.
Time-Sensitive Entries/Exits:
Suppose you trade breakouts only at the close of a 5-minute candle. The “Time Left” column counts down so you know exactly when that candle is about to close—down to the second—letting you prepare your order.
Quick Visual Scan:
When markets are choppy, you may want to see which timeframes are weak or balanced rather than diving into each timeframe separately. If the 15m row says “Weak” (small body %), you might avoid taking a trend-following position at that moment.
Session Overlaps & Volatility Windows:
During London/N.Y. overlap or U.S. cash close, traders often check for stronger bodies on higher timeframes (e.g., 30m or 60m). The table immediately highlights if that timeframe’s candle body heats up, indicating increased volatility.
Swing-to-Scalp Transition:
If you typically scalp on 1m but only when the 15m candle is “Strong,” this table gives a green/red cue and a strength label. That makes it easier to wait patiently until multiple timeframes align.
FAQ
Q1. What does “OC” mean, and why is it shown as a percentage?
A1. “OC” stands for Open/Close difference. So it reflects how much of the candle’s total range (high–low) is taken up by its body(open-close). A high OC% means the candle body is large relative to its wick. In other words a strong Bullish/Bearish candle.
Q2. How is “Strength” determined?
A2. The script uses three buckets:
Weak if OC% ≤ 30%
Balanced if 30% < OC% ≤ 55%
Strong if OC% > 55%
This gives you a quick label instead of having to interpret raw percentages every time.
Q3. Why do some rows have a green background and others red?
A3. If close > open (bullish candle), that entire row’s background is shaded green(70%). If close < open (bearish candle), it’s shaded red(70%). If open = close (doji), there’s no background shade. This lets you instantly spot bullish vs. bearish candles across your chosen timeframes.
Q4. Will this repaint?
A4. No. Because each OHLC value is requested with lookahead_on, you see the live developing OHLC. However, once a candle closes, those values are final. The “Time Left” column dynamically changes throughout the bar but does not redraw past values.
MirPapa:ICT:HTF: Candle OB Threeple# MirPapa:ICT:HTF: Candle OB Threeple
**Version:** Pine Script® v6
---
## Installation
1. Open TradingView’s Pine Editor.
2. Paste the entire script (including `import goodia/MirPapa_Library_ICT/3 as lib`).
3. Click **“Add to Chart”**.
---
## Inputs & Configuration
After adding to chart, open the indicator’s settings panel:
1. **Box Close Color**
- Choose the color applied when a Candle OB box is finalized (recolored).
2. **HighTF COB Settings**
- **HighTF Label:** Select a higher timeframe (e.g., “4시간” for 4H).
- **Enable HighTF COB Boxes:** Toggle drawing of HighTF boxes.
- **Enable HighTF COB Midlines:** Toggle drawing of the horizontal midpoint line inside each HighTF box.
- **HighTF COB Close Count:** Number of HTF closes beyond the box required to finalize (1–10).
- **HighTF COB Bull Color / Bear Color:** Select fill/border colors for bullish and bearish HighTF boxes.
- **HighTF Box Transparency:** Adjust box opacity (1–100).
3. **MidTF COB Settings**
- **MidTF Label:** Select a middle timeframe (e.g., “1시간” for 1H).
- **Enable MidTF COB Boxes:** Toggle drawing of MidTF boxes.
- **Enable MidTF COB Midlines:** Toggle the midpoint line inside each MidTF box.
- **MidTF COB Close Count:** Number of MidTF closes beyond the box required to finalize (1–10).
- **MidTF COB Bull Color / Bear Color:** Select fill/border colors for bullish and bearish MidTF boxes.
- **MidTF Box Transparency:** Adjust box opacity (1–100).
4. **CurrentTF COB Settings**
- **Enable CurrentTF COB Boxes:** Toggle drawing of COB boxes on the chart’s own timeframe.
- **Enable CurrentTF COB Midlines:** Toggle the midpoint line inside each CurrentTF box.
- **CurrentTF COB Close Count:** Number of closes beyond the box required to finalize (1–10).
- **COB Detection Level:** Choose pivot strength for detection (1 or 2).
- **CurrentTF COB Bull Color / Bear Color:** Select fill/border colors for bullish and bearish CurrentTF boxes.
- **CurrentTF Box Transparency:** Adjust box opacity (1–100).
---
## Display & Interpretation
- **Candle OB Boxes**
- Each box appears at the moment a reversal candle is detected on the chosen timeframe.
- Bullish boxes have the “Bull Color”; bearish boxes have the “Bear Color.”
- The midpoint line (if enabled) is drawn across the box’s center.
- **Box Extension**
- Once created, each box extends to the right on every new bar of the chart.
- You will see the box tracking along with price until it is finalized.
- **Box Finalization (Recoloring)**
- After the specified number of closes beyond the candle range, the box’s border and fill change to the **Box Close Color**.
- Finalized boxes remain visible in semi-transparent form, indicating that the zone has been “tested.”
- **Multiple Timeframes**
- If HighTF, MidTF, and/or CurrentTF boxes are all enabled, you’ll see up to three separate layers of boxes (one per timeframe).
- Higher-timeframe boxes typically span more candles; MidTF and CurrentTF boxes will be narrower.
---
## Tips
- **Adjust Opacity** to avoid clutter when multiple boxes overlap.
- **Use Distinct Colors** for each timeframe to quickly differentiate HighTF vs. MidTF vs. CurrentTF.
- **Experiment with Close Count** to control how long boxes remain active before finalizing.
- **Toggle Midlines** if you prefer seeing only the box or want an added visual cue at its center.
Enjoy clear, multi-timeframe Candle Order Block visualization on your chart!
MirPapa:ICT:HTF: FVG OB Threeple# MirPapa:ICT:HTF: FVG OB (Fair Value Gap Order Block)
**Version:** Pine Script® v6
**Author:** © goodia
**License:** MPL-2.0 (Mozilla Public License 2.0)
---
## Overview
“FVG OB” (Fair Value Gap Order Block) identifies higher-timeframe candle ranges where a gap (imbalance) exists between two non-consecutive candles, signaling potential institutional order blocks. This module draws bullish or bearish FVG OB boxes on your lower-timeframe chart, extends them until price interacts a specified number of times, and then finalizes (recolors) the box.
---
## Inputs
- **Enable FVG OB Boxes** (`bool`)
Toggle drawing of HTF FVG OB boxes on the chart.
- **Enable FVG OB Midlines** (`bool`)
Toggle drawing of a midpoint line inside each FVG OB box.
- **FVG OB Close Count** (`int` 1–10)
Number of HTF closes beyond the FVG range required to finalize (recolor) the box.
- **FVG OB Bull Color** (`color`)
Fill & border color for bullish FVG OB boxes.
- **FVG OB Bear Color** (`color`)
Fill & border color for bearish FVG OB boxes.
- **FVG OB Box Transparency** (`int` 1–100)
Opacity level for FVG OB box fills (higher = more transparent).
---
## How It Works
1. **HTF Data Retrieval**
- The script uses `request.security()` (via `GetHTFrevised()`) to fetch HTF OHLC and historical values:
- `_htfHigh3` (high three bars ago) and `_htfLow1` (low one bar ago) for bullish FVG OB.
- `_htfLow3` (low three bars ago) and `_htfHigh1` (high one bar ago) for bearish FVG OB.
- It also tracks the HTF `bar_index` on the lower timeframe to align drawing.
2. **FVG OB Detection**
- **Bullish FVG OB**: Occurs when the HTF low of the previous bar (`low `) is strictly above the HTF high of three bars ago (`high `), creating a gap.
- **Bearish FVG OB**: Occurs when the HTF high of the previous bar (`high `) is strictly below the HTF low of three bars ago (`low `), creating a gap.
3. **Box Creation**
- On each new HTF bar (`ta.change(time(HTF)) != 0`), if a bullish or bearish FVG OB condition is met, the script calls `CreateBoxData()` with:
- **Bullish**: `bottom = HTF low `, `top = HTF high `, `_isBull = true`.
- **Bearish**: `bottom = HTF low `, `top = HTF high `, `_isBull = false`.
- Midline toggled by input.
- A `BoxData` struct is created and stored in either the Bull or Bear array.
4. **Box Extension & Finalization**
- On **every LTF bar**, `ProcessBoxDatas(...)` iterates over all active FVG OB boxes:
1. **Extend Right Edge**: `box.set_right(bar_index)` ensures the box follows the latest bar.
2. **Record Volume Delta**: Tracks buy/sell volume inside the box.
3. **Touch Stage Update**: `modBoxUpdateStage()` increments `_stage` when price touches its “basePoint” (for FVG OB, the basePrice is one side of the gap).
4. **Finalize**: `setBoxFinalize()` checks if the configured number of closes beyond the FVG gap (`FVG OB Close Count`) has occurred. If so:
- `_isActive := false`
- Border and background colors are changed to the “Box Close Color” (input).
- Finalized boxes remain on screen semi-transparent, indicating that the FVG OB zone has been tested.
5. **Midline (Optional)**
- If “Enable FVG OB Midlines” is checked, `ProcessBoxDatas()` also extends a horizontal midpoint line inside the box with `line.set_x2(bar_index)`.
---
## Usage Instructions
1. **Installation**
- Copy the FVG OB section of the Pine Script into TradingView’s Pine Editor (ensure the library import is included).
- Click “Add to Chart.”
2. **Configure Inputs**
- Choose a Higher Time Frame via the dropdown (e.g., “4시간” maps to a 4H timeframe).
- Toggle “Enable FVG OB Boxes” and “Enable FVG OB Midlines.”
- Select colors for bullish and bearish boxes and set transparency.
- Adjust “FVG OB Close Count” to control how many closes beyond the gap finalize the box.
3. **Interpretation**
- **Active FVG OB Boxes** extend to the right until price closes beyond the gap range the specified number of times.
- When finalized, each box changes to the “Box Close Color,” signaling that institutional orders in that gap have likely been filled.
Enjoy precise visualization of higher-timeframe Fair Value Gap Order Blocks on your lower-timeframe chart!
MirPapa:ICT:HTF: FVG Threeple# MirPapa:ICT:FVG Double HTF
**Version:** Pine Script® v6
**Author:** © goodia
**License:** MPL-2.0 (Mozilla Public License 2.0)
---
## Overview
“MirPapa:ICT:FVG Double HTF” is a TradingView indicator that identifies and visualizes Fair Value Gaps (FVG) on two higher time frames (HighTF and MidTF) simultaneously. It can also draw FVG boxes on the current chart’s time frame. When “Overlap Mode” is enabled, the indicator displays only the intersection of HighTF and MidTF FVG areas.
---
## Key Features
- **HighTF FVG**
- Detects bullish and bearish FVGs on a user-selected upper time frame (e.g., 4H).
- Draws colored boxes around gap ranges, optionally with a midpoint line.
- Automatically extends boxes on every bar and finalizes (recolors) them after a specified number of closes beyond the gap.
- **MidTF FVG**
- Same as HighTF FVG but for a second, intermediate time frame (e.g., 1H).
- Runs in parallel to HighTF logic, with separate color and transparency settings.
- **CurrentTF FVG (Optional)**
- If enabled, draws FVG boxes using the chart’s own time frame.
- Behaves identically: extends until broken by price, then finalizes.
- **Overlap Mode**
- When enabled, hides all individual HighTF and MidTF boxes.
- Instead, computes and displays only their overlapping rectangle(s)—separate for bullish and bearish gaps.
---
## Inputs & Configuration
- **Common Inputs**
- **Enable High/Mid Overlap Mode** (`boolean`): Show only overlapping HighTF + MidTF FVG areas.
- **Box Close Color** (`color`): Color applied to any FVG box when it is finalized.
- **HighTF FVG Settings**
- **HighTF Label** (`dropdown`): Choose a Korean label (e.g., “4시간”) that maps to a Pine timeframe (e.g., “240”).
- **Enable HighTF FVG Boxes** (`boolean`): Toggle drawing of HighTF FVG boxes.
- **Enable HighTF FVG Midlines** (`boolean`): Toggle midpoint line inside each HighTF box.
- **HighTF FVG Close Count** (`integer` 1–10): Number of closes beyond the gap before finalizing the box.
- **HighTF FVG Bull Color** (`color`): Fill & border color for bullish HighTF gaps.
- **HighTF FVG Bear Color** (`color`): Fill & border color for bearish HighTF gaps.
- **HighTF Box Transparency** (`integer` 1–100): Opacity level for HighTF box fills.
- **MidTF FVG Settings**
- **MidTF Label** (`dropdown`): Choose a Korean label (e.g., “1시간”) mapped to a Pine timeframe.
- **Enable MidTF FVG Boxes** (`boolean`): Toggle drawing of MidTF FVG boxes.
- **Enable MidTF FVG Midlines** (`boolean`): Toggle midpoint line inside each MidTF box.
- **MidTF FVG Close Count** (`integer` 1–10): Number of closes beyond the gap before finalizing the box.
- **MidTF FVG Bull Color** (`color`): Fill & border color for bullish MidTF gaps.
- **MidTF FVG Bear Color** (`color`): Fill & border color for bearish MidTF gaps.
- **MidTF Box Transparency** (`integer` 1–100): Opacity level for MidTF box fills.
- **CurrentTF FVG Settings**
- **Enable CurrentTF FVG Boxes** (`boolean`): Draw FVG boxes on the chart’s own timeframe.
- **Enable CurrentTF FVG Midlines** (`boolean`): Toggle midpoint line inside each CurrentTF box.
- **CurrentTF FVG Close Count** (`integer` 1–10): Number of closes beyond the gap before finalizing the box.
- **CurrentTF FVG Bull Color** (`color`): Fill & border color for bullish CurrentTF gaps.
- **CurrentTF FVG Bear Color** (`color`): Fill & border color for bearish CurrentTF gaps.
- **CurrentTF Box Transparency** (`integer` 1–100): Opacity level for CurrentTF box fills.
---
## How It Works
1. **Time Frame Conversion**
Korean labels (e.g., “4시간”, “1시간”) are converted internally to Pine timeframe strings via `GetHtfFromLabel()`.
2. **Data Retrieval**
For each chosen TF (HighTF, MidTF, and optionally CurrentTF), the script fetches OHLC and historical values using `GetHTFrevised()`.
- Tracks `bar_index` from that TF to align box drawing on the chart’s base timeframe.
3. **Box Lifecycle**
- **Creation**: On each new TF bar, if a bullish gap (`low > high `) or bearish gap (`low > high `) is detected, `CreateBoxData()` registers a new `BoxData` struct and draws an initial box.
- **Extension**: On every chart bar, `ProcessBoxDatas()` extends each active box’s right edge and updates internal “touch stage” and volume.
- **Finalization**: After the specified number of closes beyond the gap, `setBoxFinalize()` disables the box and changes its border & fill to the “Box Close Color”.
4. **Overlap Mode**
- When enabled, HighTF and MidTF boxes are not drawn individually.
- Instead, at each bar, the script iterates over all active HighTF boxes and all active MidTF boxes, computes their intersection rectangle (if any), and draws only that overlapping area (distinct handling for bullish vs. bearish gaps).
---
## Installation & Usage
1. **Copy & Paste**
Copy the entire Pine Script code into TradingView’s Pine Editor.
Click “Add to Chart.”
2. **Configure Inputs**
- Choose your HighTF and MidTF via the dropdown menus.
- Enable or disable FVG boxes/midlines for each TF.
- Adjust colors, transparency, and “Close Count” settings to taste.
- Toggle “Overlap Mode” if you only want to see common areas between HighTF and MidTF gaps.
3. **Interpretation**
- **Active Boxes** extend to the right as new bars form. When price closes beyond a gap (per “Close Count”), the box is finalized and recolored to the close color.
- In **Overlap Mode**, you’ll see only the overlapping region between HighTF and MidTF gaps, updated on every bar.
Enjoy precise FVG visualization across multiple time frames!
Schmit Trading LiquidityDescription
Schmit Trading Liquidity Marker automatically spots and labels open liquidity sweep levels by detecting classic stop-run patterns (Bull→Bear for highs, Bear→Bull for lows) across multiple timeframes. Lines are drawn exactly at the wick of the triggering candle and removed as soon as price “sweeps” through them, keeping your chart clean and focused on live levels only.
How It Works
1. Pattern Detection
• Liquidity High: When a bullish candle is immediately followed by a bearish candle (Bull→Bear), the script records the higher of the two wicks.
• Liquidity Low: When a bearish candle is immediately followed by a bullish candle (Bear→Bull), the script records the lower of the two wicks.
2. Multi-Timeframe Support
• Choose up to six timeframes (5 min, 15 min, 30 min, 1 h, 4 h, daily) via checkboxes.
• Each timeframe is evaluated independently, and liquidity levels are drawn on your current chart.
3. Precision Wick Placement
• Lines start at bar_index – 1 so they align exactly with the wick of the signal candle, regardless of your chart’s timeframe.
4. Automatic Cleanup
• As soon as price closes beyond a drawn line (sweep), that line is deleted automatically.
Inputs
Input Name Description
Show 5 min. Enable liquidity detection on the 5-minute timeframe.
Show 15 min. Enable liquidity detection on the 15-minute timeframe.
Show 30 min. Enable liquidity detection on the 30-minute timeframe.
Show 1 h. Enable liquidity detection on the 1-hour timeframe.
Show 4 h. Enable liquidity detection on the 4-hour timeframe.
Show 1 D. Enable liquidity detection on the daily timeframe.
High Line Color. Color of Bull→Bear (liquidity high) lines (default: red).
Low Line Color. Color of Bear→Bull (liquidity low) lines (default: blue).
Line Length. How many bars each liquidity line extends to the right.
Usage Tips
• Focus on Live Zones: Combine with volume or order-flow tools to confirm genuine
liquidity sweeps.
• Multiple TFs: Enable higher timeframes for major liquidity clusters; lower timeframes
for fine‐tuning entries.
• Chart Cleanliness: Lines self‐delete on sweep, ensuring no manual cleanup is needed.
⸻
Disclosure & License
This indicator is Open-Source under the Mozilla Public License 2.0. Feel free to review, adapt, and improve the code. No performance guarantees—use responsibly and backtest any strategy before trading live.