Setup 9/13 Lite — Exhaustion & Reference LevelsWhat it is 
A clean, lightweight tool that implements the classic 1–9 setup progression, to-13 exhaustion signal, and bar-#1 reference levels. Built for clarity with minimal chart clutter.
 How it works 
 Setup (1–9): 
• Buy side counts bars where Close < Close .
• Sell side counts bars where Close > Close .
• Counter resets on an opposite condition.
• On completion, a triangle marker appears (Buy 9 below bar, Sell 9 above bar).
 Reference levels (from bar #1 of a completed setup): 
• After a completed Buy setup, draw a horizontal line from the Low of bar #1.
• After a completed Sell setup, draw a horizontal line from the High of bar #1.
• Lines extend to the right and update on new completed setups.
 Exhaustion (…to 13): 
• Starts on the bar after a completed 9.
• Buy side: increments when Close ≤ Low  (or < if “Strict” is on).
• Sell side: increments when Close ≥ High  (or > if “Strict” is on).
• Stops when 13 is reached (single circle marker) or when a new opposite 9 appears.
 Strict comparisons: 
Toggle between strict (<, >) and non-strict (≤, ≥) rules for both parts.
 Header panel: 
A compact top-right table shows live Setup and Exhaustion counts.
 Inputs 
 
 Show Setup (1–9)
 Show Exhaustion (to 13)
 Show reference levels (from bar #1)
 Strict comparisons (< /> instead of ≤ / ≥)
 Paint bars during Setup
 Paint bars during Exhaustion
(Exhaustion tint overrides Setup tint when both are enabled.)
 
 Visual guide 
 
 Green triangle below bar = Buy Setup 9
 Red triangle above bar = Sell Setup 9
 Green circle below bar = Buy Exhaustion 13
 Red circle above bar = Sell Exhaustion 13
 Green/Red horizontal line = Reference level from bar #1 of the last completed setup
 
 Alerts 
 
 Buy Setup 9 completed
 Sell Setup 9 completed
 Buy Exhaustion reached 13
 Sell Exhaustion reached 13
Tip: for fewer false pings, set alerts to “Once per bar close.”
 
 Notes 
Works on any symbol/timeframe; higher liquidity improves readings. These signals indicate potential exhaustion/context, not a standalone trading system—combine with trend filters, S/R, and risk management.
 Disclaimer 
Educational use only. Not financial advice.
Candlestick analysis
EMA 24/50/70/99 聚合指标(raysun)Key Features
Multiple EMAs in One Script: Displays EMA 24, EMA 50, EMA 70, and EMA 99 simultaneously.
Customizable Visibility: You can turn each EMA line on or off in the indicator settings.
Color-Coded Lines: Each EMA is assigned a unique color (orange, blue, green, red) for easier visual distinction.
Overlay on Price Chart: Plots directly on the candlestick chart to help identify market trends and momentum shifts.
Usage
Trend Identification:
Shorter EMAs (like EMA 24) are more sensitive to price action, while longer EMAs (like EMA 99) represent broader trends.
Crossovers:
Watching how EMAs cross each other can help spot potential bullish or bearish signals. For example:
EMA 24 crossing above EMA 50/70/99 may suggest an uptrend.
EMA 24 crossing below EMA 50/70/99 may indicate a downtrend.
Support and Resistance:
EMAs often act as dynamic support and resistance levels, especially in trending markets.
Ideal For
Traders who prefer using EMA clusters for decision-making.
Swing traders and intraday traders who monitor multiple timeframes.
Anyone wanting a cleaner setup without cluttering the chart with multiple separate EMA indicators.
ICT FVG Buy/Sell SignalsThis bot is built on ICT (Inner Circle Trader) concepts such as:
Fair Value Gaps (FVGs) – imbalance zones between candles.
Consequent Encroachment (CE) – the midpoint of a gap.
Premium / Discount Arrays – dealing ranges split into premium (sell-side) and discount (buy-side) zones.
Displacement candles – strong impulsive moves that confirm intent.
The bot scans for FVGs, marks CE levels, and waits for price to return to these levels.
When price revisits a valid FVG zone with displacement confirmation and in the correct PD array, the bot generates a BUY or SELL signal.
✅ Signal Rules
Buy Signal
Price trades back into a Bullish FVG.
Current bar shows bullish displacement (large bullish body relative to ATR).
Price is in discount territory of the current dealing range (if PD filter is enabled).
Close is above the CE line of the FVG.
Sell Signal
Price trades back into a Bearish FVG.
Current bar shows bearish displacement.
Price is in premium territory of the current dealing range.
Close is below the CE line of the FVG.
🎯 What You’ll See on the Chart
Green “BUY” labels below candles when long signals trigger.
Red “SELL” labels above candles when short signals trigger.
Shaded background:
Red = Premium zone (sell side).
Teal = Discount zone (buy side).
Yellow line = dealing range midpoint (equilibrium).
Dots on CE lines = midpoints of the latest bullish/bearish FVG.
🔔 Alerts
ICT Buy → Triggers when a bullish setup confirms.
ICT Sell → Triggers when a bearish setup confirms.
You can connect these alerts to:
TradingView notifications.
Webhooks (for brokers or bots like MetaTrader, NinjaTrader, or Discord).
⚙️ Settings
Swing length – how many bars to use when detecting swing highs/lows for the dealing range.
Use PD filter – toggle ON/OFF for requiring discount/premium alignment.
Displacement ATR multiple – how strong the candle body must be compared to ATR to count as a displacement.
ATR length – used for displacement filter.
📈 Supported Markets
Works on all symbols and timeframes.
Commonly applied to:
NASDAQ (NQ, QQQ)
S&P500 (ES, SPX, SPY)
Forex pairs
Crypto (BTC, ETH, etc.)
⚠️ Disclaimer
This bot is for educational purposes only. It does not guarantee profits and should be tested on demo accounts first.
Always apply proper risk management before trading live.
1H Candlestick vs EMA Crossover# Description — 1H Candlestick vs EMA Crossover (Pine Script)
This indicator is built in **TradingView Pine Script v5** and is designed to track the relationship between the **1‑hour candlestick close** and the **1‑hour Exponential Moving Average (EMA)**. It works on any chart timeframe but always pulls in **1H data** using `request. security`.
### Core Features
* **Customizable EMA length** (default = 200)
* **Plots the 1H EMA** as an orange line on your chart
* Optionally shows the **1H close** as a faint gray line for reference
* Detects and highlights when the **1H candle close crosses above or below the 1H EMA**
* **Arrows**: Green triangles appear below the bar when a bullish crossover happens (1H close > EMA); red triangles appear above the bar when a bearish crossover happens (1H close < EMA)
* **Alerts**: Built‑in `alert condition` statements let you create TradingView alerts whenever a crossover occurs
### How to Use
1. Adjust the EMA length if you want a faster or slower moving average.
2. Enable alerts: Right‑click the chart → Add Alert → choose this indicator and select either “crossed ABOVE EMA” or “crossed BELOW EMA.”
### Trading Applications
* **Trend Confirmation**: Use the 1H EMA as a higher‑timeframe filter while trading on lower timeframes.
* **Entry/Exit Signals**: Crossovers can mark potential entry points for trend continuation or reversals.
* **Scalping/Intraday**: Even on a 5m or 15m chart, you can overlay the 1H EMA to align your trades with the bigger trend.
This makes the indicator a simple yet powerful tool for aligning trades with higher‑timeframe momentum and avoiding false signals from lower‑timeframe noise.
15-Min EMA CrossoverVery useful swing setup indicator that can be used in different styles of trading
Works on any timeframe but calculates EMA and cross signals based on 15-minute candles.
Plots the EMA line.
Shows green triangle for bullish crossover and red triangle for bearish crossunder.
Sunset Zones by PDVDescription
Sunset Zones by PDV is an intraday reference indicator that plots key horizontal levels based on selected “root candles” throughout the trading day. At each programmed time, the indicator identifies the high and low of the corresponding candle and projects those levels forward with extended lines, providing traders with a clean visual framework of potential intraday reaction zones.
These zones serve as reference levels for support, resistance, liquidity grabs, and session context, allowing traders to analyze how price reacts around time-specific structures. Unlike lagging indicators, Sunset Zones gives traders real-time, rule-based levels tied directly to the price action of specific moments in the session.
Key Features
Predefined Time Codes
The script comes with a curated list of intraday timestamps (in HHMM format). Each represents a “root candle” from which levels are generated. Examples include 03:12, 06:47, 07:41, 08:51, etc. These time codes can reflect historically important market moments such as session opens, liquidity sweeps, or volatility inflection points.
Automatic Zone Plotting
At each root time, the script captures the candle’s high and low and instantly extends those levels forward across the chart. This provides consistent, objective reference points for intraday trading.
Extended Lines
Levels are projected far into the future (default: 500 bars) so traders can easily track how price interacts with those zones throughout the day.
Color-Coded Levels
Each root time is assigned a distinct color for fast identification. For example:
03:12 → Fuchsia
06:47 → Purple
07:41 → Teal
08:51 → White
09:53 → White
10:20 → Orange
11:10 → Green
11:49 → Red
12:05 → White
13:05 → Teal
14:09 → Aqua
This helps traders quickly recognize which time-of-day level price is interacting with.
Lightweight & Visual
The indicator focuses purely on price and time, avoiding complexity or lagging signals. It can be layered with other analysis tools, order flow charts, or session-based studies.
Practical Use Cases
Intraday Bias:
Observe whether price respects, rejects, or consolidates around these reference levels to form a bias.
Liquidity Zones:
High/low sweeps of the root candle can act as liquidity pools where institutions might trigger stops or reversals.
Support & Resistance:
Extended lines create intraday S/R zones without the need to manually draw levels.
Confluence Finder:
Combine Sunset Zones with VWAP, session ranges, Fibonacci levels, or higher-timeframe structure for layered confluence.
Important Notes
This is a visual reference tool only. It does not generate buy or sell signals.
Default times are provided, but the concept is flexible — traders can adapt it by modifying or expanding the list of time codes.
Works best on intraday timeframes where session structure is most relevant (e.g., 1-minute to 15-minute charts).
✅ In short: Sunset Zones by PDV gives intraday traders a systematic way to anchor their charts to important time-based highs and lows, creating a consistent framework for analyzing price reactions across the day.
SMC Analysis - Fair Value Gaps (Enhanced)SMC Analysis - Fair Value Gaps (Enhanced) Script Summary
Overview
The "SMC Analysis - Fair Value Gaps (Enhanced)" script, written in Pine Script (version 6), is a technical analysis indicator designed for TradingView to identify and visualize Fair Value Gaps (FVGs) on a price chart. It supports both the main timeframe and multiple higher timeframes (MTF) for comprehensive market analysis. FVGs are price gaps formed by a three-candle pattern, indicating potential areas of market inefficiency where price may return to fill the gap.
Key Features
FVG Detection:
Identifies bullish FVGs: Occur when the high of a candle two bars prior is lower than the low of the current candle, with the middle candle being bullish (close > open).
Identifies bearish FVGs: Occur when the low of a candle two bars prior is higher than the high of the current candle, with the middle candle being bearish (close < open).
Visualizes FVGs as colored boxes on the chart (green for bullish, red for bearish).
Mitigation Tracking:
Tracks when FVGs are touched (price overlaps the gap range) or mitigated (price fully closes the gap).
Strict Mode: Marks an FVG as mitigated when price touches the gap range.
Normal Mode: Requires a full breakthrough (price crossing the gap’s bottom for bullish FVGs or top for bearish FVGs) for mitigation.
Optionally converts FVG box borders to dashed lines and increases transparency when partially touched.
Multi-Timeframe (MTF) Support:
Analyzes FVGs on three user-defined higher timeframes (default: 15m, 60m, 240m).
Displays MTF FVGs with distinct labels and slightly more transparent colors.
Ensures no duplicate processing of MTF bars to maintain performance.
Customization Options:
FVG Length: Adjustable duration for how long FVGs are displayed (default: 20 bars).
Show/Hide FVGs: Toggle visibility for main timeframe and each MTF.
Color Customization: User-defined colors for bullish and bearish FVGs (default: green and red).
Display Options: Toggle for showing dashed lines after partial touches and strict mitigation mode.
Performance Optimization:
Limits the number of displayed boxes (50 for main timeframe, 20 per MTF) to prevent performance issues.
Automatically removes older boxes to maintain a clean chart.
Functionality
Visualization: Draws boxes around detected FVGs, with customizable colors and text labels ("FVG" for main timeframe, "FVG  " for MTF).
Dynamic Updates: Extends or terminates FVG boxes based on mitigation status and user settings.
Efficient Storage: Uses arrays to manage FVG data (boxes, tops, bottoms, indices, mitigation status, and touch status) separately for main and MTF analyses.
Use Case
This indicator is designed for traders using Smart Money Concepts (SMC) to identify areas of market inefficiency (FVGs) for potential price reversals or continuations. The MTF support allows analysis across different timeframes, aiding in confirming trends or spotting higher-timeframe support/resistance zones.
Burner Volume CandlesVisually see different candle colors based on volume relative to the look back period (default is last 20 candles).
This allows you to see if a current candle print is standard, high, or extreme sell/buy volume relative to the look back period. 
This has been primarily used on the 30s timeframe on NQ.
It is also advised to take the NY open candle volume with a grain of salt as that is typically the extreme volume so it doesn't make this indicator as useful when it comes to those candles.
MTF FVG Confluence v6 — JSON Alerts via alert()This strategy combines multi-timeframe confluence with candlestick analysis and fair value gaps (FVGs) to generate structured long/short entries. It aligns Daily and 4H EMA trends with 1H MACD momentum, then confirms with engulfing candles and FVG zones for precision entries. Risk management is built-in, featuring stop-loss, 3R take-profit targets, and optional break-even logic, with dynamic JSON alerts for webhook automation.
Categories:
Candlestick analysis
Chart patterns
Cycles
Markov 3D Trend AnalyzerMarkov 3D Trend Analyzer 
🔹 What Is a Markov State?
 A Markov chain models systems as states with probabilities of transitioning from one state to another. The key property is memorylessness: the next state depends only on the current state, not the full past history. In financial markets, this allows us to study how conditions tend to persist or flip — for example, whether a green candle is more likely to be followed by another green or by a red. 
 🔹 How This Indicator Uses It 
The Markov 3D Trend Analyzer tracks three independent Markov chains:
Direction Chain (short-term): Probability that a green/red candle continues or reverses.
Volatility Chain (mid-term): Probability of volatility staying Low/Medium/High or transitioning between them.
Momentum Chain (structural): Probability of momentum (Bullish, Neutral, Bearish) persisting or flipping.
Each chain is updated dynamically using exponentially weighted probabilities (EMA), which balance the law of large numbers (stability) with adaptivity to new market conditions.
The indicator then classifies each chain’s dominant state and combines them into an actionable summary at the bottom of the table (e.g. “📈 Bullish breakout,” “⚠️ Choppy bearish fakeouts,” “⏳ Trend squeeze / possible reversal”).
 🔹 Settings 
Direction Lookback / Volatility Lookback / Momentum Lookback
Control the rolling window length (sample size) for each chain. Larger = smoother but slower to adapt.
EMA Weight
Adjusts how much weight is given to recent transitions vs. older history. Lower values adapt faster, higher values stabilize.
Table Position
Choose where the table is displayed on your chart.
Table Size
Adjust the font size for readability.
 🔹 How To Consider Using 
Contextual tool: Use the summary row to understand the current market condition (trending, mean-reverting, expanding, compressing, continuation, fakeout risk).
Complementary filter: Combine with your existing strategies to confirm or filter signals. For example:
📈 If your breakout strategy fires and the summary says Bullish breakout, that’s confirmation.
⚠️ If it says Choppy fakeouts, be cautious of traps.
Visualization aid: The table lets you see how probabilities shift across direction, volatility, and momentum simultaneously.
⚠️ This indicator is not a signal generator. It is designed to help interpret market states probabilistically. Always use in conjunction with broader analysis and risk management.
 🔹 Disclaimer
This script is for educational and informational purposes only. It does not constitute financial advice or a recommendation to buy or sell any security, cryptocurrency, or instrument. Trading involves risk, and past probabilities or behaviors do not guarantee future outcomes. Always conduct your own research and use proper risk management.
Previous Week High/Low Fib Levelsautomatic fib with previous week high and low with custom retracement input 
ZoneRadar by Chaitu50cZoneRadar 
ZoneRadar is a tool designed to detect and visualize hidden buy or sell pressures in the market. Using a Z-Score based imbalance model, it identifies areas where buyers or sellers step in with strong momentum and highlights them as dynamic supply and demand zones.
 How It Works 
 Z-Score Imbalance : Calculates statistical deviations in order flow (bull vs. bear pressure).
 Buy & Sell Triggers:  Detects when imbalances cross predefined thresholds.
 Smart Zones:  Marks potential buy (green) or sell (red) zones directly on your chart.
 Auto-Merge & Clean:  Overlapping or noisy zones are automatically merged to keep the chart clean.
 History Control:  Keeps only the most recent and strongest zones for focus.
 Key Features 
Customizable Z-Score level and lookback period
Cooldown filter to avoid over-signaling
Smart zone merging to prevent clutter
Adjustable price tolerance for merging overlapping zones (ticks)
Extend zones into the future with right extensions
Fully customizable colors and display settings
Alert conditions for Buy Pressure and Sell Pressure
Why ZoneRadar?
Simplifies complex order flow into clear, tradable zones
Helps identify high-probability reversal or continuation levels
Avoids noise by keeping only the cleanest zones
Works across any timeframe or market (stocks, futures, forex, crypto)
 Disclaimer 
This tool is designed for educational and informational purposes only. It does not provide financial advice. Always test on demo and combine with your own trading strategy.
FlowScope [Hapharmonic]FlowScope: Uncover the Market's True Intent  🔬
  
Ever wished you could look  inside  the candles and see where the real action is happening? FlowScope is your microscope for the market's flow, designed to give you a powerful edge by revealing the volume distribution that price action alone can't show you.
Instead of just looking at the open, high, low, and close, FlowScope lets you dive deeper into the market's auction process. It groups candles together and builds a detailed  Volume Profile  for that period, showing you exactly  where  the trading happened and revealing the story behind the price action.
Let's explore how you can use it to gain a powerful new edge.
 🧐 Core Concept: How It Works 
At its heart, FlowScope does three key things:
 
   It Groups Candles:  You decide how many candles to group together. For example, setting " Group Candles " to 4 on a 5-minute chart effectively gives you a detailed 20-minute candle and profile. This helps you see the bigger picture and filter out market noise.
   It Builds a Volume Profile:  For each group, FlowScope analyzes the volume at every single price level. It then displays this as a horizontal histogram (we call this a "footprint" or profile). Longer bars mean more volume was traded at that price, indicating a "fair" price or an area of acceptance. Shorter bars mean price moved through quickly, indicating rejection.
   It Creates a Custom "Grouped Candle":  To summarize the group's overall price action, FlowScope draws a single, custom candle representing the entire group's:
     
       Open:  The open of the  first  candle in the group.
       High:  The absolute  highest price  reached within the group.
       Low:  The absolute  lowest price  reached within the group.
       Close:  The close of the  last  candle in the group.
     
This gives you a crystal-clear view of the group's net result, free from the back-and-forth noise of the individual candles inside it.
 
Below are some of the stunning preset color palettes you can choose from to customize your view:
  
  
  
  
  
  
  
  
  
  
 🚀 How to Use: Practical Applications 
FlowScope isn't just for looking pretty; it's a powerful analysis tool. Here are a few ways to integrate it into your trading:
 
   Identify High-Volume Nodes (HVNs):  Look for the longest bars in the profile. These are price levels where the market spent the most time and traded the most volume. HVNs often act as powerful "magnets" for price, becoming key areas of support and resistance.
   Spot Low-Volume Nodes (LVNs):  These are areas with very short bars or gaps in the profile. They represent price levels that the market moved through quickly and inefficiently. If price returns to an LVN, it's likely to move through it quickly again.
   Analyze the Summary Box:  This is where the real magic happens! ✨
     
       Total Volume (Σ):  The total volume for the entire group.
       Buy (B) vs. Sell (S) Volume:  FlowScope analyzes the lower timeframe action to estimate the buying and selling pressure that made up the total volume. Is a big red candle mostly aggressive selling, or was it just a lack of buyers? The B/S data gives you clues. A high-volume candle with nearly 50/50 buy/sell pressure might indicate absorption or a potential reversal.
     
   Use the Grouped Candle for Clarity:  Is the market in a clear uptrend, or is it just choppy? The grouped candle can give you a much clearer signal. A series of strong, green grouped candles shows much more conviction than a mix of small green and red candles.
 
 ⚙️ Settings & Customization 
This is where you can truly make FlowScope your own. Let's walk through each setting.
     Profile Settings 
     
       Group Candles:  The number of standard chart candles you want to combine into a single FlowScope profile. A setting of  1  will analyze every single bar. A higher number gives you a broader market view. When Group Candles is set to 5, the data from the 5 individual candles are combined, and the volume is calculated accordingly.
      
       Max Profile Boxes:  This setting is more than just a number; it's a smart limit that ensures your profiles are always readable and relevant to the current market conditions.
         
           Adaptive Sizing (The Ideal Goal):  FlowScope first tries to create the  perfect  profile by making each volume box's height proportional to the current market volatility. It calculates an "ideal" box height based on the Average True Range ( ATR / 10 ). This is powerful because it automatically adapts: you get smaller, more detailed boxes in quiet, low-volatility markets, and larger, clearer boxes in volatile, fast-moving markets.
           The Safety Cap (Your Setting):  However, what if you group several candles during a massive price move? The price range could be huge! If we only used the small, ATR-based box height, you might end up with hundreds of tiny, unreadable boxes. This is where your  Max Profile Boxes  setting (defaulting to 50) comes in. It acts as a  maximum detail cap . If the adaptive, volatility-based calculation determines that it would need  more  boxes than your setting (e.g., more than 50), the indicator will override it. It will then simply divide the entire price range of the group into exactly the number of boxes you specified (e.g., 50).
         
     In short: You are setting the maximum allowable detail. FlowScope intelligently adapts the profile's granularity below that limit based on market volatility, ensuring you always get a clear and meaningful picture. 
     
     Style 
     
       Show Profile BG:  A simple toggle to show or hide the faint background color behind the volume bars. Turning it off can create a cleaner look.
       Color Mode:  This dropdown controls how the volume profile text is colored.
         
           Custom Gradient:  This mode uses the three custom colors you select in the "Profile Colors" section to create a beautiful gradient across the profile.
           Candle Color:  This mode colors the profile based on whether the grouped candle was bullish (green) or bearish (red). The color will be a gradient, with the most intense color applied to the box with the highest volume; the colors of the other boxes will fade out from that point. It's a great way to see the profile's "mood" at a glance.
         
          
     
     Profile Colors  🎨
     
       Use Preset Palette:  This is the master switch!
         
           If checked:  You can choose from 10 stunning, pre-designed color palettes from the  Palette  dropdown. The custom color pickers below will be disabled.
           If unchecked (Default):  The  Palette  dropdown will be disabled, and you can now choose your own three colors for the gradient.
         
       Palette:   (Only active when "Use Preset Palette" is checked) . Choose from 10 luxurious, eye-catching color schemes like "Solar Flare" or "Deep Space" to instantly change the look and feel of your chart.
       Low Price / Mid Price / High Price:   (Only active when "Use Preset Palette" is unchecked) . These three color pickers allow you to design your own unique gradient for the  Custom Gradient  color mode.
     
     Candle Display 
     
     These settings control the custom "Grouped Candle" that summarizes the profile. When using the "Show Custom Candle" feature, you should change the chart's candlestick display to Bars for a cleaner view.
      
       Show Custom Candle:  This is the main toggle. When you check this box, the original chart candles will be hidden, and your custom FlowScope candle will be displayed instead. This custom candle is intentionally small to ensure it does not visually overlap with the volume profile boxes.
      
       Show Body:   (Only active when "Show Custom Candle" is checked) . Toggles the visibility of the candle's body.
       Wick Width & Body Width:   (Only active when "Show Custom Candle" is checked) . These sliders let you control the thickness of the wick and body lines to match your personal style.
       Up Color / Down Color:   (Only active when "Show Custom Candle" is checked) . Choose the colors for your bullish and bearish custom candles.
     
Experiment with the settings, find a style that works for you, and start seeing the market in a whole new light.
Happy trading! 📈😊
Kalkulator pozycji N100This indicator is a real-time position size calculator designed specifically for NASDAQ 100 futures (E-mini NQ and Micro NQ). It works on any timeframe, best on 1-minute charts, and calculates your position size based on candle body (ignoring wicks). This allows you to always see your exact risk and the number of contracts you can take before the candle closes.
bygokcebey crt 1-5-9This script is designed to help you effortlessly track the 1 AM, 5 AM, and 9 AM timeframes, and monitor these levels across lower timeframes as well. It allows you to easily identify key price levels, such as the lowest, highest, and mid points during these crucial times, giving you a clear visual guide for trading decisions.
Key Features:
Defined Timeframes: The script specifically highlights the 1 AM, 5 AM, and 9 AM timeframes by drawing lines (representing the low, high, and mid levels) and adding labels (CRT Low, CRT High, and 50%) at these critical times.
Visibility of Time Levels: These key levels will appear only during the specified timeframes, ensuring a clean chart with relevant data at key moments.
Tracking in Lower Timeframes: These levels can also be followed in lower timeframes (e.g., 4-hour charts), allowing traders to monitor the important price levels continuously as they evolve.
Indicator Features:
The "bygokcebey crt 1-5-9" indicator will plot lines and labels only during the 1 AM, 5 AM, and 9 AM timeframes.
These levels can be tracked across lower timeframes, offering continuous reference points for your trades.
The lines and labels serve as visual markers, helping you track significant price points and providing a reliable guide to refine your trading strategy.
If you'd like to add more features or make any adjustments, feel free to let me know how I can assist further!
Multi-Timeframe HTS Retest Strategy v6Multi-Timeframe HTS Retest Strategy v6 is a trend-following tool designed to detect high-probability retest entries aligned with higher timeframe direction. The indicator applies HTS bands (short & long) on both the current and higher timeframe (4x–8x multiplier) to confirm market bias.
A strong trend is validated when HTS bands separate on the higher timeframe. On the lower timeframe, the strategy tracks price behavior relative to the bands: after breaking outside, price must retest either the fast (blue) or slow (red) band, confirmed by a rejection candle. This generates precise BUY or SELL retest signals.
Features include flexible average methods (RMA, EMA, SMA, etc.), customizable cross detection (final cross, 4 crosses, or both), volume-based retest conditions, and clear visual signals (dots for trend start, triangles for retests). Alerts are integrated for automation.
This strategy is suitable for forex, crypto, indices, and stocks, supporting both scalping and swing trading.
RB — Rejection Blocks (Price Structure)This indicator detects and visualizes Rejection Blocks (RBs) using pure price action logic.
A bullish RB occurs when a down candle forms a lower low than both its neighbors. A bearish RB occurs when an up candle forms a higher high than both its neighbors.
Validated RBs are displayed as boxes, optional lines, or labels. Blocks are automatically removed when invalidated (price closes through them), keeping the chart uncluttered and focused.
How to use
• Apply on any timeframe, from intraday to higher timeframes.
• Watch how price reacts when revisiting RB zones.
• Treat these zones as contextual areas, not entry signals.
• Combine with your own trading methods for confirmation.
Originality
Unlike generic support/resistance tools, this indicator isolates a specific structural pattern (rejection blocks) and renders it visually on the chart. This selective focus allows traders to study structural reactions with more clarity and precision.
⚠️ Disclaimer: This is not a trading system or a signal provider. It is a visual analysis tool designed for structural and educational purposes.
Stacey Burke Signal Day LTE“Previously published as ‘Day Zero Fakeout Detector MTF’”
Stacey Burke Signal Day LTE
Automatic detection of Day Zero, Inside Days, and Outside Days for Stacey Burke’s intraday playbook
🔎 Stacey Burke’s Signal Days
This indicator highlights the key daily patterns that often lead to high-probability intraday setups in Stacey Burke’s methodology:
1️⃣ Day Zero
The reset days within a 3-day cycle (e.g. breakout → continuation → exhaustion/reversal).
Can mark the beginning of a new directional phase.
Trades back inside the prior range after a Peak Formation High (PFH) or Peak Formation Low (PFL).
Bias: Look for measured parabolic session moves. When combined with trend following indicators, these signal days can be very powerful.
2️⃣ Inside Day
A day where the entire range is contained within the prior day’s range.
Signals consolidation and energy build-up.
Often leads to explosive breakouts in the next session.
Bias: Trade breakouts of the inside day’s high/low or breakout reversal in the session at key timings in the direction of higher timeframe bias. When combined with trend following indicators, these signal days can be very powerful.
3️⃣ Outside Day (Engulfing Day)
`
A day where the range is larger than the prior day’s range, engulfing both high and low.
Marks trapped traders and fakeouts on both sides.
Often precedes strong continuations or sharp reversals from outside of the ranges.
Bias: Align trades with the true continuation move. When combined with trend following indicators, these signal days can be very powerful.
📌 How They Work Together
Day Zero → Signals the new cycle after PFH/PFL.
Inside Day → Signals compression → expect breakout setups.
Outside Day → Signals exhaustion/fakeouts → expect reversals or continuations.
Together, they give traders a clear daily roadmap for where liquidity sits and when to expect the highest-probability setups.
✅ Example in Practice
Market rallies for 3 days → PFH forms → Day Zero short bias.
Next day prints an Inside Day → watch for breakout continuation short, and breakout reversals.
Later, an Outside Day traps both longs and shorts → the following session offers a clean intraday reversal or continuation trade in line with the underlying MTF trend/bias.
⚙️ Features of This Indicator
Automatic detection of Day Zero, Inside Days, and Outside Days
Multi-Timeframe (MTF) support for cycle alignment
Visual markers for PFH/PFL and consolidation zones
Measured move projections for breakout targets
👉 Stacey Burke Signal Day LTE gives traders just a few of the most important signal days — Day Zero, Inside Day, and Outside Day — to structure their intraday trades around fake outs, breakouts, and reversals within the daily cycles of the week. (This is work in progress: Next up, FRD/FGD's, 3-day cycle detecting, 3DLs, 3DSs).
Trend Score with Dynamic Stop Loss HTF  
How the Trend Score System Works
This indicator uses a Trend Score (TS) to measure price momentum over time. It tracks whether price is breaking higher or lower, then sums these moves into a cumulative score to define trend direction.
⸻
1. Trend Score (+1 / -1 Mechanism)
On each new bar:
	•	+1 point: if the current bar breaks the previous bar’s high.
	•	−1 point: if the current bar breaks the previous bar’s low.
	•	If both happen in the same bar, they cancel each other out.
	•	If neither happens, the score does not change.
This creates a simple running measure of bullish vs bearish pressure.
⸻
2. Cumulative Trend Score
The Trend Score is cumulative, meaning each new +1 or -1 is added to the total score, building a continuous count.
	•	Rising scores = buyers are consistently pushing price to higher highs.
	•	Falling scores = sellers are consistently pushing price to lower lows.
This smooths out noise and helps identify persistent momentum rather than single-bar spikes.
⸻
3. Trend Flip Trigger (default = 3)
A trend flip occurs when the cumulative Trend Score changes by 3 points (default setting) in the opposite direction of the current trend.
	•	Bullish Flip:
	•	Cumulative TS rises 3 points from its most recent low pivot.
	•	Marks a potential start of a new uptrend.
	•	A bullish stop-loss (SL) is set at the most recent swing low.
	•	Bearish Flip:
	•	Cumulative TS falls 3 points from its most recent high pivot.
	•	Marks a potential start of a new downtrend.
	•	A bearish SL is set at the most recent swing high.
Example:
	•	TS is at -2, then climbs to +1.
	•	That’s a +3 change, triggering a bullish flip.
⸻
4. Visual Summary
	•	Green background: Active bullish trend.
	•	Red background: Active bearish trend.
	•	▲ Triangle Up: A bullish flip occurred this bar.
	•	Stop Loss Line: Shows the structural low used for risk management.
⸻
Why This Matters
The Trend Score measures trend pressure simply and objectively:
	•	+1 / -1 mechanics track real price behavior (breakouts of highs and lows).
	•	Cumulative changes of 3 points act like a momentum filter, ignoring small reversals.
	•	This helps you see true regime shifts on higher timeframes, which is especially useful for swing trades and investing decisions.
⸻
Key Takeaways
	•	Only flips after meaningful swings: prevents overreacting to single-bar noise.
	•	SL shows invalidation point: helps you know where a trend thesis fails.
	•	Works best on Daily or Weekly charts: for smoother, more reliable signals.  Using Trend Score for Long-Term Investing
This indicator is designed to support decision-making for higher timeframe investing, such as swing trades, multi-month positions, or even multi-year holds.
It helps you:
	•	Identify major bullish regimes.
	•	Decide when to add to winning positions (DCA up).
	•	Know when to pause buying or consider trimming during weak periods.
	•	Stay disciplined while holding long-term winners.
Important Note:
These are suggestions for context. Always combine them with your own analysis, portfolio allocation rules, and risk tolerance.
⸻
1. Start With the Higher Timeframe
	•	Use Weekly charts for a broad investing view.
	•	Use Daily charts only for fine-tuning entry points or deciding when to add.
	•	A Bullish Flip on Weekly suggests the market may be entering a major uptrend.
	•	If Weekly is bullish and Daily also turns bullish, it’s extra confirmation of strength.
⸻
2. Building a Position with DCA
Goal: Grow your position gradually during strong bullish regimes while staying aware of risk.
A. Initial Buy
	•	Start with a small initial allocation when a Bullish Flip appears on Weekly or Daily.
	•	This is just a starter position to get exposure while the new trend develops.
B. Adding Through Strength (DCA Up)
	•	Consider adding during pullbacks, as long as price stays above the active SL line.
	•	Each add should be smaller or equal to your first buy.
	•	Spread out adds over time or price levels, instead of going all-in at once.
C. Pause Buying When:
	•	Price approaches or touches the SL level (trend invalidation).
	•	A Bearish Flip appears on Weekly or Daily — this signals potential weakness.
	•	Your total position size reaches your maximum allocation limit for that asset.
⸻
3. Holding Winners
When a position grows in profit:
	•	Stay in the trend as long as the Weekly regime remains bullish.
	•	The indicator’s green background acts as a reminder to hold, not panic sell.
	•	Use the SL bubble to monitor where the trend could potentially break.
	•	Avoid selling just because of small pullbacks — focus on big-picture trend health.
⸻
4. Taking Partial Profits
While this tool is designed to help hold long-term winners, there may be times to lighten risk:
	•	After large, rapid moves far above the SL, consider trimming a small portion of your position.
	•	When MFE (Maximum Favorable Excursion) in the table reaches unusually high levels, it may signal overextension.
	•	If the Weekly chart turns Neutral or Bearish, you can gradually reduce exposure while waiting for the next Bullish Flip.
⸻
5. Using the Stop Loss Line for Awareness
The Dynamic SL line represents a structural level that, if broken, may suggest the bullish trend is weakening.
How to think about it:
	•	Above SL: Market remains structurally healthy — continue holding or adding gradually.
	•	Close to SL: Pause adds. Be cautious and consider tightening your risk.
	•	Below SL: Treat this as a potential signal to reassess your position, especially if the break is confirmed on Weekly.
The SL is not a hard stop — it’s a visual guide to help you manage expectations.
⸻
6. Example Use Case
Imagine you are investing in a growth stock:
	•	Weekly Bullish Flip: You open a small starter position.
	•	Price pulls back slightly but stays above SL: You add a second, smaller tranche.
	•	Trend continues up for months: You hold and stop adding once your desired allocation is reached.
	•	Price doubles: You trim 10–20% to lock some profits, but continue holding the majority.
	•	Price later dips below SL: You slow down, reassess, and decide whether to reduce exposure.
This keeps you:
	•	Participating in major uptrends.
	•	Avoiding overcommitment during weak phases.
	•	Making adjustments gradually, not emotionally.
⸻
7. Suggested Workflow
	1.	Check Weekly chart → is it Bullish?
	2.	If yes, review Daily chart to fine-tune entry or adds.
	3.	Build exposure gradually while Weekly remains bullish.
	4.	Watch SL bubbles as awareness points for risk management.
	5.	Use partial trims during big rallies, but avoid exiting entirely too soon.
	6.	Reassess if Weekly turns Neutral or Bearish.
⸻
Key Takeaways
	•	Use this as a compass, not a command system.
	•	Weekly flips = big picture direction.
	•	Daily flips = timing and precision.
	•	Add gradually (DCA) while above SL, pause near SL, reassess below SL.
	•	Hold winners as long as Weekly remains bullish.
Trend Score with Dynamic Stop Loss RTH 
📘 Trend Score with Dynamic Stop Loss (RTH) — Guide
🔎 Overview
This indicator tracks intraday momentum during Regular Trading Hours and flags trend flips using a cumulative TrendScore. It also draws dynamic stop-loss levels and shows a live stats table for quick decision-making and journaling.
⸻
⚙️ Core Concepts
1) TrendScore (per bar)
	•	+1 if the current bar makes a higher high than the previous bar (counted once per bar).
	•	–1 if the current bar makes a lower low than the previous bar (counted once per bar).
	•	If a bar takes both the prior high and low, the net contribution can cancel out within that bar.
2) Cumulative TrendScore (running total)
	•	The per-bar TrendScore accumulates across the session to form the cumulative TrendScore (TS).
	•	TS resets to 0 at session open and is cleared at session close.
	•	Rising TS = persistent upside pressure; falling TS = persistent downside pressure.
⸻
🔄 Flip Rules (3-point reversal of the cumulative TrendScore)
A flip occurs when the cumulative TrendScore reverses by 3 points in the opposite direction of the current trend.
	•	Bullish Flip
	•	Trigger: After a decline, the cumulative TrendScore rises by +3 from its down-leg.
	•	Interpretation: Bulls have taken control.
	•	Stop-loss: the lowest price of the prior (down) leg.
	•	Bearish Flip
	•	Trigger: After a rise, the cumulative TrendScore falls by –3 from its up-leg.
	•	Interpretation: Bears have taken control.
	•	Stop-loss: the highest price of the prior (up) leg.
Flip bars are marked with ▲ (lime) for bullish and ▼ (red) for bearish.
Note: If you prefer a different reversal distance, adjust the flip distance setting in the script’s inputs (default is 3).
⸻
📏 Stop-Loss Lines
	•	A dotted line is drawn at the prior leg’s extreme:
	            Green (below price) after a bullish flip.
	            Red (above price) after a bearish flip.
	•	Options:
	            Remove on touch for a clean chart.
                     Freeze on touch to keep a visual record for journaling.
	•	All stop lines are cleared at session end.
⸻
🧮 Stats Table (what you see)
	•	Trend: Bull / Bear / Neutral
	•	Bars in Trend: Count since the flip bar
	•	Since Flip: Current close minus flip bar close
	•	Since SL: Current close minus active stop level
	•	MFE-Maximum Favorable Excursion: Highest favorable move since flip
	•	MAE-Maximum Adverse Excursion: Largest adverse move since flip
Table colors reflect the current trend (green for bull, red for bear).
⸻
📊 Trading Playbook
Entries
	•	Aggressive: Enter immediately on a flip marker.
	•	Conservative: Wait for a small pullback that doesn’t violate the stop.
Stops
	•	Place the stop at the script’s flip stop-loss line (the prior leg extreme).
Exits
Choose one style and stick with it:
	•	Stop-only: Exit when the stop is hit.
	•	Time-based: Flatten at session close.
	•	Targets: Scale/close at 1R, 2R.
	•	Trailing: Trail behind minor swings once MFE > 1R.
Ultimately Exit choice is your own edge, so you must decide for yourself. 
💡 Best Practices
	•	Skip the first few bars after the open (gap noise).
	•	Use regular candles (Heikin-Ashi will distort highs/lows).
	•	If you want fewer flips, increase the flip distance (e.g., 4 or 5). For more 
                 responsiveness, use 2. Otherwise, increase your time frame to 5m, 10m, 15m. 
	•	Keep SL lines frozen (not auto-removed) if you’re journaling.
Market Structures by The Noiseless TraderMarket Structure by The Noiseless Trader  is an indicator that highlights simple candle-based market structure patterns:  Market Structure Low (MSL)  and  Market Structure High (MSH) . It is designed to make these shifts visible directly on the chart.
 Pattern Logic 
 MSL (Market Structure Low) 
 
 Candle 2: Bearish
 Candle 1: Bearish, closing below Candle 2’s close
 Candle 0: Bullish, closing above Candle 1’s open
 Candle 0 must also have a minimum body size (default = 2%)
 
 MSH (Market Structure High) 
 
 Candle 2: Bullish
 Candle 1: Bullish, closing above Candle 2’s close
 Candle 0: Bearish, closing below Candle 1’s open
 Candle 0 must also have a minimum body size (default = 2%)
 
 Features 
 
 Label plotting:  When a pattern forms, the script places an “MSL” or “MSH” label slightly offset from Candle 0 so that the signal is visible but does not overlap the bar.
 Bar coloring:  Optionally, the script colors the signal candles for faster visual recognition (green for MSL, red for MSH).
 Repaint protection : A setting allows the user to confirm signals only on bar close. This ensures the label does not disappear once plotted, though it delays the signal until the candle closes.
 Customizable inputs:  Users can set the minimum body size threshold (in % of price) and adjust the label offset distance to their preference.
 Alerts:  TradingView alerts can be created for both MSL and MSH events, making it possible to receive notifications when patterns appear.
 
 How to Use 
 
 MSL labels  mark potential swing lows where bearish pressure is followed by a bullish reversal.
 MSH labels  mark potential swing highs where bullish pressure is followed by a bearish reversal.
 
These patterns are most useful for studying shifts in short-term trend structure. Traders can monitor them as potential areas of interest, but they are not standalone entry or exit signals.
This indicator should be used as part of a broader trading framework. For example, some traders may combine MSL/MSH with trend filters, higher-timeframe analysis, or support/resistance zones or even classical pattern clubbed with MSL/MSH.
 Notes 
 
 This tool highlights specific three-candle formations. It does not generate buy/sell recommendations.
 It is intended for educational and analytical purposes only.
 Past appearances of MSL or MSH patterns do not guarantee future performance.
 Always confirm with your own market analysis before taking trading decisions.
 
Developed by  The Noiseless Trader .
50% of Previous 1H Candle (Color Logic)📌 Script Title: 50% Midpoint of Previous 1H Candle (Color Coded)
📝 Description:
This indicator draws a horizontal line at the 50% (midpoint) of the most recently closed 1-hour candle, helping traders visualize intraday support/resistance and sentiment bias.
🔹 Key Features:
Plots the midpoint of the last 1H candle as a horizontal line.
Color-coded line and label:
🟢 Green: Previous candle was bullish
🔴 Red: Previous candle was bearish
⚪ Gray: Neutral (doji or equal open/close)
Displays the exact price level with a floating label.
Works on any lower timeframe chart (e.g., 5m, 15m, 30m).
Automatically updates every hour after the 1H candle closes.
📈 Use Cases:
Trade around the 1H midpoint as a dynamic pivot zone.
Confirm or fade price breakouts/rejections at this level.
Use it with trendlines, supply/demand zones, or VWAP.
🔍 Technical Notes:
The midpoint is calculated using:
Midpoint = (High + Low) / 2
from the most recent closed 1H candle.
Color logic is based on whether the 1H candle closed above or below its open.
🚀 Enhancement Ideas (future updates):
Add optional alerts on cross of the midpoint.
Show multiple historical midpoint levels.
Input toggle to enable/disable color coding.
Whether you’re scalping intraday or watching for reaction zones, this tool gives you a clean, real-time level to anchor your trades around.
Happy trading! 💹
— Built with ❤️ in Pine Script v6
RSI Crossover AlertRSI Crossover Alert Indicator - User Guide
 
The RSI Crossover Alert Indicator is a comprehensive technical analysis tool that detects multiple types of RSI crossovers and generates real-time alerts. It combines traditional RSI analysis with signal lines, divergence detection, and multi-level crossing alerts.
 
1. Multiple Crossover Detection
- RSI/Signal Line Cross: Signals a primary trend change.
- RSI/Second Signal Cross: Confirmation signals for stronger trends.
- Level Crossings: Crosses of Overbought 70, Oversold 30, and Midline 50.
- Divergence Detection: Hidden and regular divergences for reversal signals.
2. Alert Types
- Alert: RSI > Signal
  Description: Bullish momentum is building.
  Signal: Consider long positions.
- Alert: RSI < Signal
  Description: Bearish momentum is building.
  Signal: Consider short positions.
- Alert: RSI > 70
  Description: Entering the overbought zone.
  Signal: Prepare for a potential reversal.
- Alert: RSI < 30
  Description: Entering the oversold zone.
  Signal: Watch for a bounce opportunity.
- Alert: RSI crosses 50
  Description: A shift in momentum.
  Signal: Trend confirmation.
3. Visual Components
- Lines: RSI blue, Signal orange, Second Signal purple
- Histogram: Visualizes momentum by showing the difference between RSI and the Signal line.
- Background Zones: Red overbought, Green oversold
- Markers: Up/down triangles to indicate crossovers.
- Info Table: Real-time RSI values and status.
 
Strategy 1: Classic Crossover
- Entry Long: RSI crosses above the Signal Line AND RSI is below 50.
- Entry Short: RSI crosses below the Signal Line AND RSI is above 50.
- Take Profit: On the opposite signal.
- Stop Loss: At the recent swing high/low.
Strategy 2: Extreme Zone Reversal
- Entry Long: RSI is below 30 and crosses above the Signal Line.
- Entry Short: RSI is above 70 and crosses below the Signal Line.
- Risk Management: Higher win rate but fewer signals. Use a minimum 2:1 risk-reward ratio.
Strategy 3: Divergence Trading
- Setup: Enable divergence alerts and look for price/RSI divergence. Wait for an RSI crossover for confirmation.
- Entry: Enter on the crossover after the divergence appears. Place the stop loss beyond the starting point of the divergence.
Strategy 4: Multi-Timeframe Confirmation
1. Check the higher timeframe e.g. Daily to identify the main trend.
2. Use the current timeframe e.g. 4H/1H for your entry.
3. Only enter in the direction of the main trend.
4. Use the RSI crossover as the entry trigger.
 
Optimal Settings by Market
- Forex Major Pairs
  RSI Length: 14, Signal Length: 9, Overbought/Oversold: 70/30
- Crypto High Volatility
  RSI Length: 10-12, Signal Length: 6-8, Overbought/Oversold: 75/25
- Stocks Trending
  RSI Length: 14-21, Signal Length: 9-12, Overbought/Oversold: 70/30
- Commodities
  RSI Length: 14, Signal Length: 9, Overbought/Oversold: 80/20
Risk Management Rules
1. Position Sizing: Never risk more than 1-2% on a single trade. Reduce size in ranging markets.
2. Stop Loss Placement: Place stops beyond the recent swing high/low for crossovers. Using an ATR-based stop is also effective.
3. Profit Taking: Take partial profits at a 1:1 risk-reward ratio. Switch to a trailing stop after reaching 2:1.
 
1. Filtering Signals
- Combine with volume indicators.
- Confirm the trend on a higher timeframe.
- Wait for candlestick pattern confirmation.
2. Avoid Common Mistakes
- Don't trade every single crossover.
- Avoid taking signals against a strong trend.
- Do not ignore risk management.
3. Market Conditions
- Trending Market: Focus on midline 50 crosses.
- Ranging Market: Look for reversals from overbought/oversold levels.
- Volatile Market: Widen the overbought/oversold levels.
 
- If you get too many false signals:
  Increase the signal line period, add other confirmation indicators, or use a higher timeframe.
- If you are missing major moves:
  Decrease the RSI length, shorten the signal line period, or check your alert settings.
 
Recommended Combinations
1. RSI + MACD: For dual momentum confirmation.
2. RSI + Bollinger Bands: For volatility-adjusted signals.
3. RSI + Volume: To confirm the strength of a signal.
4. RSI + Moving Averages: To use as a trend filter.
 
This indicator provides a comprehensive RSI analysis. Success depends on proper configuration, risk management, and combining signals with the overall market context. Start with the default settings, then optimize based on your trading style and market conditions.






















