ICT Anchored Market Structures with Validation [LuxAlgo]The ICT Anchored Market Structures with Validation indicator is an advanced iteration of the original Pure-Price-Action-Structures tool, designed for price action traders.
It systematically tracks and validates key price action structures, distinguishing between true structural shifts/breaks and short-term sweeps to enhance trend and reversal analysis. The indicator automatically highlights structural points, confirms breakouts, identifies sweeps, and provides clear visual cues for short-term, intermediate-term, and long-term market structures.
A distinctive feature of this indicator is its exclusive reliance on price patterns. It does not depend on any user-defined input, ensuring that its analysis remains robust, objective, and uninfluenced by user bias, making it an effective tool for understanding market dynamics.
🔶 USAGE
Market structure is a cornerstone of price action analysis. This script automatically detects real-time market structures across short-term, intermediate-term, and long-term levels, simplifying trend analysis for traders. It assists in identifying both trend reversals and continuations with greater clarity.
Market structure shifts and breaks help traders identify changes in trend direction. A shift signals a potential reversal, often occurring when a swing high or low is breached, suggesting a transition in trend. A break, on the other hand, confirms the continuation of an established trend, reinforcing the current direction. Recognizing these shifts and breaks allows traders to anticipate price movement with greater accuracy.
It’s important to note that while a CHoCH may signal a potential trend reversal and a BoS suggests a continuation of the prevailing trend, neither guarantees a complete reversal or continuation. In some cases, CHoCH and BoS levels may act as liquidity zones or areas of consolidation rather than indicating a clear shift or continuation in market direction. The indicator’s validation component helps confirm whether the detected CHoCH and BoS are true breakouts or merely liquidity sweeps.
🔶 DETAILS
🔹 Market Structures
Market structures are derived from price action analysis, focusing on identifying key levels and patterns in the market. Swing point detection, a fundamental concept in ICT trading methodologies and teachings, plays a central role in this approach.
Swing points are automatically identified based exclusively on market movements, without requiring any user-defined input.
🔹 Utilizing Swing Points
Swing points are not identified in real-time as they form. Short-term swing points may appear with a delay of up to one bar, while the identification of intermediate and long-term swing points is entirely dependent on subsequent market movements. Importantly, this detection process is not influenced by any user-defined input, relying solely on pure price action. As a result, swing points are generally not intended for real-time trading scenarios.
Instead, traders often analyze historical swing points to understand market trends and identify potential entry and exit opportunities. By examining swing highs and lows, traders can:
Recognize Trends: Swing highs and lows provide insight into trend direction. Higher swing highs and higher swing lows signify an uptrend, while lower swing highs and lower swing lows indicate a downtrend.
Identify Support and Resistance Levels: Swing highs often act as resistance levels, referred to as Buyside Liquidity Levels in ICT terminology, while swing lows function as support levels, also known as Sellside Liquidity Levels. Traders can leverage these levels to plan their trade entries and exits.
Spot Reversal Patterns: Swing points can form key reversal patterns, such as double tops or bottoms, head and shoulders, and triangles. Recognizing these patterns can indicate potential trend reversals, enabling traders to adjust their strategies effectively.
Set Stop Loss and Take Profit Levels: In ICT teachings, swing levels represent price points with expected clusters of buy or sell orders. Traders can target these liquidity levels/pools for position accumulation or distribution, using swing points to define stop loss and take profit levels in their trades.
Overall, swing points provide valuable information about market dynamics and can assist traders in making more informed trading decisions.
🔹 Logic of Validation
The validation process in this script determines whether a detected market structure shift or break represents a confirmed breakout or a sweep.
The breakout is confirmed when the close price is significantly outside the deviation range of the last detected structural price. This deviation range is defined by the 17-period Average True Range (ATR), which creates a buffer around the detected market structure shift or break.
A sweep occurs when the price breaches the structural level within the deviation range but does not confirm a breakout. In this case, the label is updated to 'SWEEP.'
A visual box is created to represent the price range where the breakout or sweep occurs. If the validation process continues, the box is updated. This box visually highlights the price range involved in a sweep, helping traders identify liquidity events on the chart.
🔶 SETTINGS
The settings for Short-Term, Intermediate-Term, and Long-Term Structures are organized into groups, allowing users to customize swing points, market structures, and visual styles for each.
🔹 Structures
Swings and Size: Enables or disables the display of swing highs and lows, assigns icons to represent the structures, and adjusts the size of the icons.
Market Structures: Toggles the visibility of market structure lines.
Market Structure Validation: Enable or disable validation to distinguish true breakouts from liquidity sweeps.
Market Structure Labels: Displays or hides labels indicating the type of market structure.
Line Style and Width: Allows customization of the style and width of the lines representing market structures.
Swing and Line Colors: Provides options to adjust the colors of swing icons, market structure lines, and labels for better visualization.
🔶 RELATED SCRIPTS
Pure-Price-Action-Structures.
Market-Structures-(Intrabar).
Pontos e níveis de pivô
Metallic Retracement LevelsThere's something that's always bothered me about how traders use Fibonacci retracements. Everyone treats the golden ratio like it's the only game in town, but mathematically speaking, it's completely arbitrary. The golden ratio is just the first member of an infinite family of metallic means, and there's no particular reason why 1.618 should be special for markets when we have the silver ratio at 2.414, the bronze ratio at 3.303, and literally every other metallic mean extending to infinity. We just picked one and decided it was magical.
The metallic means are a sequence of mathematical constants that generalize the golden ratio. They're defined by the equation x² = kx + 1, where k is any positive integer. When k equals 1, you get the golden ratio. When k equals 2, you get the silver ratio. When k equals 3, you get bronze, and so on forever. Each metallic mean generates its own set of ratios through successive powers, just like how the golden ratio gives you 0.618, 0.382, 0.236 and so forth. The silver ratio produces a completely different set of retracement levels, as does bronze, as does any arbitrary metallic number you want to choose.
This indicator calculates these metallic means using the standard alpha and beta formulas. For any metallic number k, alpha equals (k + sqrt(k² + 4)) / 2, and we generate retracement ratios by raising alpha to various negative powers. The script algorithmically generates these levels instead of hardcoding them, which is how it should have been done from the start. It's genuinely silly that most fib tools just hardcode the ratios when the math to generate them is straightforward. Even worse, traditional fib retracements use 0.5 as a level, which isn't even a fibonacci ratio. It's just thrown in there because it seems like it should be important.
The indicator works by first detecting swing points using the Sylvain Zig-Zag . The zig-zag identifies significant price swings by combining percentage change with ATR adjustments, filtering out noise and connecting major pivot points. This is what drives the retracement levels. Once a new swing is confirmed, the script calculates the range between the last two pivot points and generates metallic retracement levels from the most recent swing low or high.
You can adjust which metallic number to use (golden, silver, bronze, or any positive integer), control how many power ratios to display above and below the 1.0 level, and set how many complete retracement cycles you want drawn. The levels extend from the swing point and show you where price might react based on whichever metallic mean you've selected. The zig-zag settings let you tune the sensitivity of swing detection through ATR period, ATR multiplier, percentage reversal, and additional absolute or tick-based reversal values.
What this really demonstrates is that retracement analysis is more flexible than most traders realize. There's no mathematical law that says markets must respect the golden ratio over any other metallic mean. They're all valid mathematical constructs with the same kind of recursive properties. By making this tool, I wanted to highlight that using fibonacci retracements involves an arbitrary choice, and maybe that choice should be more deliberate or at least tested against alternatives. You can experiment with different metallic numbers and see which ones seem to work better for your particular market or timeframe, or just use this to understand that the standard fib levels everyone uses aren't as fundamental as they appear.
ATR Anchored Range %b by TradeSeekersAll time highs got you spooked to enter with no levels in sight?
Stuck in a multi-week range and wondering where the heck the pivots are!?
Wondering if you're longing the top or shorting the potential bottom and about to get smoked, sending you back to burger flipping?!
Fret not trading friends!
I've been crafting the ultimate map for scalpers, slingers, swingers, swindlers, swashbucklers -and traders too.
Why should I care about this, what's an ATR!?
Nearly any trader that's entered the markets has heard of ATR, perhaps even taken a stab at trying to calculate the flux capacity of a weekly ATR on a lower timeframe. Continually calculating things manually sucks!
Ok, so you haven't heard of ATR? It's the average true range... what's the true range!? It's simply the low subtracted from the high (high - low) of any given candle.
How is ATR useful?
The theory is simple, if the ATRs on the daily timeframe for a stock are 5, then traders may have a reasonable expectation that any day in the near future the stock will mostly move +/- 5 pts. This +/- 5 can be used as a possible daily high and low for traders to use.
But ATR changes as time passes, with every billionaire X post, viral cat meme, fed announcement or government shutdown the market makes it's move. This means without this tool, traders need to run the standard lame (sorry) ATR indicator and then hand draw a bunch of important levels (barf).
I'm convinced and ready to join the ATR army, what do I do?
Glad to have you aboard sailor, slap this indicator on your layout - it'll initially display a bottom panel, say nice things to it.
Usage
The lower panel provides a %b plot representative of the current price relative to the timeframe and period ATR. (Defaults to 1D timeframe and 20 - 20 trading days in a month yo)
This %b plot is a map for price against the key ATR based levels and resets each time the timeframe change occurs.
Keep reading! (maybe grab a snack, you're doing great)
If you want to see what the indicator sees, how it maths the math, open the settings and check the "overlay" option... it's amazing, I know.
Main base of operations
This will be the gray area between first red and green lines, imagine this is a future candle for the timeframe anchored. The red would represent the candle high (red means stop/overbought), and the green would represent the candle low (green means go/oversold).
Regardless of the timeframe anchored, this area always represents the area the ATR indicates will be the building area of the current candle being formed. Traders should expect most of the trading to occur within this area.
The mid line
Don't diddle in the middle, this by default is the open price and it's the ultimate bias filter for bull or bear riders.
Extension areas
Beyond the gray area is the extension zone, this provides a whole ATR from the mid line to the extension.
Assembling a trade plan
There are just a couple of key concepts to master in order to become the ultimate ATR samurai warrior, capable of slicing through even the messiest liquidity.
Above the midline and holding, but still within the gray area? Could be a great long entry with targets to upper levels. The same holds true for below open and holding while still being within the lower gray area.
As price makes it's ascension or decline towards the ends of the initial gray ATR range, consider managing trades here. If it's suspected, due to a strong hold of the midline, that the range low or high is the midline, then continue to manage trades towards the extension zones.
Timeframes and periods oh my
The tooltips already provide some hints, but not everyone goes around clicking and hovering everything in sight (maybe I'm the only one that does that?).
There's a thoughtful approach to the default values, I like to consider the big market participants with my day trades, swings trades and beyond.
By default I've chosen the daily timeframe and a period of 20, one for each trading day of the calendar month.
It's no large leap to consider alternatives, what about 1W timeframe and a period of 4 (1 month) or 52 (1 year)?
The possibilities are nearly infinite, comment on any particular favorite combos.
An Italian Special Bonus!!!
...sorry, it's not pizza....
First, did you know the famous Italian Fibonacci's real name was actually Leonardo? I'm not sure how I feel about that. Fun fact, my ancestors are Italian.
Alright, you may have guessed that the special bonus is the mythical Fibonacci inspired "Golden Pocket", maybe it's a foreshadowing of your pockets - one can only hope.
Use this feature to show the commonly referenced Fibonacci levels within each major ATR range. I've seen some totally mathematical epic-ness with these hence the addition.
Once key ATR levels have been hit look for reversals back to golden pockets (you tricksy hobbits) for potential entry back towards the prior hit ATR level.
The %b turns gold if you have the feature enabled and of course the overlay displays them also, how fun!
Final thoughts
I hope you have as much fun using this indicator as I do, it has brought much joy to my trading experience. If you don't have fun with it, well I hope you had fun reading about it at least.
100% human crafted and darn proud of it
- SyntaxGeek
TwistedHWAY Oracle - Intelligent Level Detection System═════════════════════════════════════════════════════════════════════════
🎯 TwistedHWAY Oracle™ - Intelligent Level Detection System
═════════════════════════════════════════════════════════════════════════
OVERVIEW
TwistedHWAY Oracle™ combines six independent calculation engines to identify high-probability support and resistance levels. The indicator uses adaptive market regime detection and confluence analysis to automatically rank levels by confidence score, helping traders identify key reaction zones where price is likely to find support or resistance.
KEY FEATURES
The indicator provides comprehensive level detection through:
Six Detection Engines — Each engine operates independently with its own alert system
Confluence Analysis — Automatically awards bonus confidence when multiple engines identify the same level
Adaptive Intelligence — Market volatility detection adjusts parameters in real-time
Confidence Scoring — Every level is ranked and displayed with a numerical confidence score
Individual Alerts — Separate alert controls for each detection method
DETECTION ENGINES
1 — Pivot Points Engine
Calculates daily pivot levels including PP, R1-R3, and S1-S3 using previous day's high, low, and close.
2 — Swing Detector
Identifies significant swing highs and lows using prominence filtering to eliminate noise.
3 — Psychological Matrix
Detects round number levels at three configurable increments (default: 10, 25, 50).
4 — Fibonacci Engine
Calculates retracement levels (23.6%, 38.2%, 50%, 61.8%, 78.6%) from major swings.
5 — VWAP System
Generates volume-weighted average price levels at three different periods.
6 — Confluence Analyzer
Awards bonus confidence points when multiple engines identify the same level.
HOW TO USE
Reading the Levels
Levels above current price = Resistance (red by default)
Levels below current price = Support (green by default)
Numbers in brackets show confidence score
Higher confidence = stronger level
Levels with score > 2.0 indicate extreme confluences
Trading Strategies
Bounce Trading — Enter positions when price approaches high-confidence levels expecting reversal
Breakout Trading — Trade breakouts through levels, using broken level as stop-loss
Confluence Zones — Focus on areas where multiple engines agree
SETTINGS GUIDE
Oracle Settings
Validation Mode — Conservative parameters for more reliable signals
Max Levels — Number of levels to display (10-50)
Level Extension — Line extension direction (None/Left/Right/Both)
Individual Engine Controls
Each engine can be toggled on/off with separate alert controls:
Pivot Engine (daily pivots)
Swing Detector (historical swings)
Psychological Matrix (round numbers)
Fibonacci Engine (retracements)
VWAP System (volume-weighted levels)
Visual Settings
Individual color selection for each level type
Label display toggle with size options
Line style preferences (Solid/Dashed/Dotted)
Alert Configuration
Alert Distance % — Proximity threshold (default: 0.5%)
Alert Cooldown — Minimum bars between alerts (default: 60)
Individual alert toggles for each engine
ADAPTIVE PARAMETERS
The indicator automatically adjusts to market conditions:
High Volatility Mode — Wider swing detection, stricter prominence filters
Normal Mode — Balanced parameters for typical market conditions
Validation Mode — Most conservative settings for reliable signals
Market regime is detected using 100-period volatility measurement with automatic threshold adjustment.
ALERTS
Five alert types plus special confluence alerts:
🎯 Pivot Alerts — Daily pivot level approaches
🌊 Swing Alerts — Historical swing level tests
🧠 Psychological Alerts — Round number approaches
🌀 Fibonacci Alerts — Retracement level tests
📉 VWAP Alerts — Volume-weighted level approaches
⚡ Critical Alerts — Ultra-high confidence levels (score ≥ 2.0)
Alerts include price level, confidence score, and source information.
BEST PRACTICES
Timeframe Selection
Works on all timeframes (optimized for 5min to Daily)
Higher timeframes = more reliable levels
Use multi-timeframe analysis for confirmation
Optimization by Instrument
Forex:
Psychological increments: 0.0010, 0.0050, 0.0100
Stocks (Low-priced):
Psychological increments: 1, 5, 10
Stocks (High-priced):
Psychological increments: 10, 25, 50
Crypto:
Adjust based on price range and volatility
LIMITATIONS
Calculation intensive on last bar (may cause slight delays)
Maximum 50 levels can be displayed simultaneously
Swing detection requires minimum 25 bars of history
VWAP calculations use price range as volume proxy when volume unavailable
NOTES
Levels are recalculated on each bar close
Confidence scores update dynamically with market conditions
Colors automatically adjust based on price position
All settings are saved with chart layout
═════════════════════════════════════════════════════════════════════════
Version: 3.0 | Build 2025.10
License: GNU GPL v3.0
© 2025 TwistedHWAY
═════════════════════════════════════════════════════════════════════════
Liquidity Levels – Previous Month, Current Week, Monday H/LThis indicator automatically plots key high and low wick levels from higher-timeframes - the previous month, previous week, Monday, and current week - helping you visualize institutional liquidity zones and price reaction areas directly on your intraday chart.
Features
Dynamically updates in real time as new highs and lows form.
Choose between Lines or shaded Zones for each period.
Independent toggles for:
Previous Month
Previous Week
Monday
Current Week
Fully customizable: colors, line styles, widths, and opacity.
Optional titles and/or price labels that position intelligently to avoid overlap.
Midpoint or right-edge label placement options.
Auto-selects current week/month, with manual override for backtesting specific dates.
How to Use
Add the indicator to your chart (works best on intraday timeframes).
In settings, enable or disable whichever periods you want displayed.
Select Lines for clean levels or Zones for shaded ranges.
Adjust color and style per period to match your theme.
Toggle Show Titles or Show Prices if you want textual markers above the lines.
Optionally switch off Auto use current week/month to backtest older setups by entering custom week/month numbers.
Best For
Price-action and liquidity-based traders who rely on higher-timeframe structure while executing on lower timeframes.
Session Opens by TradeSeekersIt doesn't get much simpler than this indicator for futures traders wanting to track four key session open prices.
Sessions
1. ETH open - extended hours starts
2. Midnight open - new calendar day starts
3. CME open - Chicago exchange opens, data releases
4. RTH open - regular trading hours, volume cometh
Usage
All four of these prices / areas are important for futures traders to pay attention to.
RTH opens far below ETH sometimes will retrace, CME and RTH together can act as a powerful range.
Midnight open sometimes has little importance for the day, but then again it's provided beautiful bounces. Again each level I find to be impactful nearly every session, so I like to keep them close by in an understated manner.
Timezone
If you're not EST, adjust the timezone string accordingly (refer to TradingView docs for string formats).
Proximity Detection
Also, I added proximity detection that aims to keep level collisions from occurring. If a particular session open isn't shown it may be due to being exactly the same price as another open or it's too close to another open.
The proximity sensitivity can be adjusted in settings. The on chart appearance doesn't impact the alerting capability.
Aesthetics
I don't like boring charts so I added a fun "glow" effect, I went with a palette that reminded me of clear sky colors at those times of day (if you're EST).
Alerting
Alerting can be done with just a single alert, first open the indicator config and uncheck any session opens you don't want to be alerted on (why!?), and then use the standard alert menus in TradingView to set the alert on "Any alert() function call".
Why does this beautiful indicator exist?
While there are a handful of indicators that plot open prices with some overlap to this one, I didn't see any that alerted automatically without much fuss.
Divergence for Many Indicators v5This indicator is an upgraded version of Divergence for Many Indicators v4. Currently, it supports v5. Other functions are the same. For more information, please refer to:
Fish OrbThis indicator marks and tracks the first 15-minute range of the New York session open (default 9:30–9:45 AM ET) — a critical volatility period for futures like NQ (Nasdaq).
It helps you visually anchor intraday price action to that initial opening range.
Core Functionality
1. Opening Range Calculation
It measures the High, Low, and Midpoint of the first 15 minutes after the NY market opens (default 09:30–09:45 ET).
You can change the window or timezone in the inputs.
2. Visual Overlays
During the 15-minute window:
A teal shaded box highlights the open range period.
Live white lines mark the current High and Low.
A red line marks the midpoint (mid-range).
These update in real-time as each bar forms.
3. Post-Window Behavior
When the 15-minute window ends:
The High, Low, and Midpoint are locked in.
The indicator draws persistent horizontal lines for those values.
4. Historical Days
You can keep today + a set number of previous days (configurable via “Previous Days to Keep”).
Older days automatically delete to keep charts clean.
5. Line Extension Control
Each day’s lines extend to the right after they form.
You can toggle “Stop Lines at Next NY Open”:
ON: Yesterday’s lines stop exactly at the next NY session open (09:30 ET).
OFF: Lines extend indefinitely across the chart.
CB Charts - GEX NQ/MNQ
Last Updated: 2025-10-14 12:59:34 PST
*DISCLAIMER: Only intended for NQZ2025/MNQZ2025 charts.
This indicator plots horizontal levels based on batched GEX levels for NQZ2025/MNQZ2025. The batched data is derived from contracts expiring: 0DTE, 1DTE, EoW, EoM, Next Week, Next Month and 3-months out. Labels are available for a high-level view of which levels are which. Hovering (or long-pressing on mobile TV) over the labels will display the nominal values and Rank. This script is manually updated and may not be always updated.
When and what to use:
- Most respected levels come from 1DTE, EoW and EoM.
- 0DTE is included for when this script becomes intraday updated. (CURRENTLY NOT UPDATED INTRADAY)
- Next Week setting is best used only for Friday and Sunday trading
- Next Month setting is best for weeks close to the end of the current month
Powered by the Camels of Wallstreet
US30 Quarter Levels (125-point grid) by FxMogul🟦 US30 Quarter Levels — Trade the Index Like the Banks
Discover the Dow’s hidden rhythm.
This indicator reveals the institutional quarter levels that govern US30 — spaced every 125 points, e.g. 45125, 45250, 45375, 45500, 45625, 45750, 45875, 46000, and so on.
These are the liquidity magnets and reaction zones where smart money executes — now visualized directly on your chart.
💼 Why You Need It
See institutional precision: The Dow respects 125-point cycles — this tool exposes them.
Catch reversals before retail sees them: Every impulse and retracement begins at one of these zones.
Build confluence instantly: Perfectly aligns with your FVGs, OBs, and session highs/lows.
Trade like a professional: Turn chaos into structure, and randomness into rhythm.
⚙️ Key Features
Automatically plots US30 quarter levels (…125 / …250 / …375 / …500 / …625 / …750 / …875 / …000).
Color-coded hierarchy:
🟨 xx000 / xx500 → major institutional levels
⚪ xx250 / xx750 → medium-impact levels
⚫ xx125 / xx375 / xx625 / xx875 → intraday liquidity pockets
Customizable window size, label spacing, and line extensions.
Works across all timeframes — from 1-minute scalps to 4-hour macro swings.
Optimized for clean visualization with no clutter.
🎯 How to Use It
Identify liquidity sweeps: Smart money hunts stops at these quarter zones.
Align structure: Combine with session opens, order blocks, or FVGs.
Set precision entries & exits: Trade reaction-to-reaction with tight risk.
Plan daily bias: Watch how New York respects these 125-point increments.
🧭 Designed For
Scalpers, day traders, and swing traders who understand that US30 doesn’t move randomly — it moves rhythmically.
Perfect for traders using ICT, SMC, or liquidity-based frameworks.
⚡ Creator’s Note
“Every 125 points, the Dow breathes. Every 1000, it shifts direction.
Once you see the rhythm, you’ll never unsee it.”
— FxMogul
XAUUSD Quater Points by FxMogul🟡 XAUUSD Quarter Levels — The Smart Money Map for Gold Traders
Unlock the hidden grid behind Gold’s movement.
This indicator automatically maps the institutional quarter levels — every 25 points (…00 / …25 / …50 / …75) — showing you exactly where liquidity sits, smart money reacts, and price reverses.
💰 Why You’ll Love It
See what the banks see: Every major algorithm and institutional trader builds around psychological quarters — this script makes them visible.
Trade with precision: Entries, TPs, and liquidity sweeps align naturally with these levels.
Never chase price again: Know the next magnet before it happens — 3425, 3450, 3475, 3500... it’s all mapped.
Clean and customizable: No clutter, no noise — just structure and truth.
⚙️ Key Features
Automatic plotting of all 25-point grid levels around current price.
Color-coded hierarchy:
🟨 xx00 → high-impact institutional zones
⚪ xx50 → secondary liquidity magnets
⚫ xx25 / xx75 → intraday structure pivots
Adjustable window range, label spacing, and line extensions.
Works seamlessly across all timeframes.
🧭 How Traders Use It
Identify liquidity sweeps and reversal zones before they happen.
Align FVGs, order blocks, or fair value gaps with clean 25-point precision.
Build confluence with daily bias, CME gaps, or high-volume nodes.
Perfect for ICT, Smart Money, or Liquidity-Based traders.
🌍 Designed For
Scalpers. Swing Traders. Institutional thinkers.
Anyone who wants to trade Gold with the clarity of a market maker instead of the confusion of the crowd.
⚡ Creator’s Note
“Every 25 points, Gold breathes. Every 100, it shifts direction.
Learn to read its rhythm — and it will pay you for life.”
— FxMogul
MNQ Verse Indicator por Santino_tradingThe MNQ Verse Indicator is a comprehensive tool designed for intraday traders, especially for those who trade indices like (MNQ, MYM Y MES). Its purpose is to consolidate the most crucial price levels that define daily market structure into a single view, allowing traders to make more informed decisions based on price context.
This indicator automatically plots key liquidity levels, opening ranges, and higher timeframe pivots, offering a clear map of potential price reaction zones.
Key Indicator Components
ORG (Opening Range)
Calculates and plots the opening range defined between the 4:14 PM close of the previous day and the 9:30 AM open of the current day (NY time).
Includes key retracement levels within the range: 50% (Equilibrium or CE), 25%, and 75%, which often act as intraday support or resistance.
Opens (Day Open & Midnight)
Day Open: Marks the opening price of the new trading day at 6:00 PM (NY time).
NY Midnight Open: Pinpoints the opening price at midnight in New York, a significant institutional level for the session.
Sessions (Asia & London)
Delineates the highs and lows of the Asia and London sessions. These levels are crucial as they often become liquidity targets during the New York session.
Includes an option to show or hide a colored box that highlights the session's range for better visualization.
Previous Pivots (D/W/M)
Daily (PDH/PDL): Previous Day's High and Low.
Weekly (PWH/PWL): Previous Week's High and Low.
Monthly (PMH/PML): Previous Month's High and Low.
These higher timeframe pivots act as magnets for price and represent major support and resistance levels.
How to Use It
The levels plotted by the MNQ Verse Indicator can be used to:
Identify high-probability zones for support and resistance.
Frame the daily bias by observing how price reacts to these key levels.
Set take-profit targets at the liquidity levels from previous sessions.
Understand the overall market context without needing to switch between multiple charts or indicators.
Full Customization
The indicator is highly customizable. From the settings menu, you can:
Adjust the color, style (solid, dotted, dashed), and text size for each level independently.
Enable or disable each group of levels according to your strategy.
Show or hide the colored boxes for the Asia and London sessions.
DISCLAIMER: This tool is designed for technical analysis and educational purposes. It does not constitute financial advice or a recommendation to buy or sell. All trading decisions are the sole responsibility of the user. Trade with caution.
Pure Liquidity System (PLS) Robert-PRPure Liquidity System (PLS) Robert-PR
The PLS indicator is a comprehensive, advanced tool for tracking institutional liquidity across financial markets. It features:
Custom Day Ranges (6pm-6pm): Visualize daily ranges, midlines, and previous high/low levels with customizable tags and horizontal rays, helping you identify key price zones efficiently.
ICT Killzones: Automatically plots Asia, London, and New York (AM, Lunch, PM) sessions, highlighting peak volatility hours. Session pivots, labels, and middle lines offer fast context for intraday strategies.
Equal Highs/Lows Detection: Instantly marks significant equal highs and lows (double tops/bottoms) on any timeframe, making it easy to track liquidity pools and potential reversal points.
Fair Value Gaps (FVGs): Accurately detects and labels bullish/bearish fair value gaps, including gap size, mitigation status, and an optional consequent encroachment line for further analysis.
New York Session Markers: Quickly adds vertical lines for two critical NY session times (9:30 and 11:00 ET), perfect for time-based setups and correlation analysis.
Interactive Checklist & Timer: An intuitive panel for creating and marking off trading routines, complemented by a candle-close countdown timer to keep you focused and disciplined.
All core features are fully adjustable via the quick-access panel—enable or disable boxes, lines, labels, and levels with one click to match your workflow and visual preferences.
Perfect for traders who want to:
Trade alongside institutional “smart money” by focusing on liquidity zones, ICT concepts, and supply & demand mechanics.
Automatically streamline chart analysis while maintaining maximum flexibility, precision, and control over their trading environment.
Liquidity Map [DrewRS]Donations are welcome to keep building!!
paypal.me
Description
Liquidity Map highlights where recent swing highs/lows leave resting liquidity and shows when those pools are swept; pending zones keep their color while swept zones fade, so you can track which areas remain attractive for price.
Each pivot detection draws a horizontal line plus a tiny marker, with optional equal-high/low highlighting to emphasize double tops/bottoms that are often targeted; when price runs through the level the marker disappears and a “taken” dot is left behind.
Designed for discretionary traders who monitor liquidity grabs, imbalances, or SMT setups; works on any symbol or timeframe, though you may want tighter settings for intraday and wider ones for higher timeframes.
How It Works
Uses ta.pivothigh / ta.pivotlow to define swing points; every pivot draws a persistent level until price closes a candle beyond it.
Equal highs/lows within the chosen tick tolerance upgrade the level color for quick visual prioritization.
Liquidity sweeps shorten the line to the sweep bar, reduce opacity with the “Line opacity after sweep” control, and leave a colored dot so you can see which pool was taken.
Inputs
Left/Right pivot bars: increase for smoother swings, decrease for faster detection.
Equal high/low tolerance: small values flag only near-perfect doubles; larger tolerances bundle broader ranges.
Max levels per side: caps how many pending lines stay on chart to avoid clutter.
Plot marker when liquidity is taken: toggle sweep dots on/off.
Pending/Taken liquidity colors + Line opacity after sweep: adjust palette to fit your chart theme.
Tips
Combine with market-structure or order-block tools; pending liquidity often aligns with supply/demand zones.
For scalping, start with leftBars = 2, rightBars = 1, and a tighter tolerance; for swing trading, raise the bars and tolerance slightly.
Keep an eye on equal highs/lows that stack across timeframes—multiple confluences tend to attract price more aggressively.
Session High/Low Marker Advanced -> PROFABIGHI_CAPITAL🌟 Overview
The Session High/Low Marker Advanced → PROFABIGHI_CAPITAL indicator tracks and visualizes the highest and lowest prices during major global trading sessions, helping traders identify key support/resistance levels formed in each period.
It supports live updates for active sessions and post-session lines with labels, plus a summary table for quick reference across markets like forex or indices.
👁️ Display Options
– Show London Session : Toggle visibility of London high/low markers for European market opens.
– Show New York Session : Enable markers for New York volatility and trend continuations.
– Show Tokyo Session : Activate Tokyo levels for Asian session analysis.
– Show Sydney Session : Optional markers for early Pacific trading influences.
– Show Frankfurt Session : Include Frankfurt for pre-London European insights.
– Show Session Table : Display a compact overview of all session extremes.
– Live Mode : Update highs/lows in real-time during sessions, rather than finalizing at close.
🎨 Session Styles
– London/New York/Tokyo/Sydney/Frankfurt Line Color : Custom transparency and hues for each session's lines and labels.
– Line Width : Adjustable thickness for session high/low extensions to match chart clarity.
📊 Table Styles
– Accent/Bull/Bear/Neutral Colors : Tints for table headers, positive/negative values, and balanced readings.
⏰ Session Detection
– Time-Based Boundaries : Defines sessions in UTC—London (08:00-17:00), New York (13:00-22:00), Tokyo (00:00-09:00), Sydney (22:00-07:00 next day), Frankfurt (07:00-16:00)—adjusting for date transitions.
– Start/End Triggers : Detects session openings and closings to reset or finalize high/low tracking.
🔄 Session Updates
– High/Low Tracking : Continuously monitors price extremes within each active session, storing bar indices for precise labeling.
– Live Visualization : Draws temporary solid lines and labels during sessions when enabled, updating on every bar.
– Post-Session Finalization : Switches to dashed extending lines and fixed labels at session end for historical reference.
📊 Session Table
– Dynamic Summary : Right-side panel listing high/low values per session with color-coded cells—bullish green for highs, bearish red for lows, neutral gray for inactive.
– Real-Time Refresh : Updates on the last bar to reflect current or completed session data.
🔔 Alerts
– High/Low Breaks : Notifies when price crosses above a session high or below a low for breakout opportunities.
– Session Starts : Announces openings of selected sessions for timing entries.
✅ Key Takeaways
– Pinpoints intraday support/resistance from global sessions to frame trades.
– Live mode enables real-time monitoring, while post-session lines aid planning.
– Custom colors and table condense multi-session data for efficient scanning.
– Alerts on breaks keep traders responsive to session-driven volatility.
Integral Signal (Volume & Price Analysis) v6 - Final# 📈 Integral Signal v6: Volume and Price Momentum Aggregator
**The Integral Signal v6** is a comprehensive, multi-factor indicator designed to cut through market noise by aggregating five crucial volume and price momentum factors into a single, reliable score. This tool is ideal for traders looking for high-conviction entry and exit points, validated by both immediate pressure (CVD) and long-term structure (VRVP).
The indicator generates a score ranging from **-1.0 to +1.0**, where a higher absolute value indicates greater consensus among factors, leading to a high-probability signal.
### 📊 How the Score is Calculated (The Five Factors)
The Integral Score is a weighted average of the following market forces:
1. **CVD Imitation (Cumulative Volume Delta):** Measures the rate-of-change (ROC) for both price and volume to gauge immediate buying/selling pressure.
2. **Open Interest (OI) Imitation:** Assesses whether price movement is supported by significant volume spikes (a proxy for genuine participation).
3. **Liquidations Imitation:** Identifies major volatility spikes combined with new lows/highs, signaling potential 'squeezes' and reversals.
4. **Funding Rate Imitation:** Uses RSI overbought/oversold levels to proxy market overheating and sentiment.
5. **VRVP Imitation (Volume Profile Structure):** Utilizes a 50-period Simple Moving Average (SMA) to filter signals based on the overall trend and structural support/resistance.
### ✨ Key Features
* **High-Conviction Signals:** Signals are triggered only when the Integral Score crosses a user-defined threshold (e.g., 0.85), requiring multiple factors to align.
* **Dual Filtering:** Includes optional MACD and RSI filters to ensure signals only fire when the underlying trend momentum is supportive.
* **Adaptability:** Separate optimal settings are provided for aggressive short-term trading (Scalping) and high-reliability long-term positioning (Swing Trading).
---1. Scaling / Aggressive Trading (15m Timeframe)
Use these settings for short-term entry/exit points and day trading. They are designed to capture quick momentum shifts with reduced but still present noise.
Parameter Category Parameter Name Value Notes
Threshold Signal Threshold (-1 to +1) 0.8 Requires high momentum consensus.
Weight Weight: CVD 0.40 High priority for immediate pressure.
Weight Weight: Open Interest 0.15 Reduced priority.
Weight Weight: Liquidations 0.10 Reduced priority due to noise.
Weight Weight: Funding Rate 0.05 Minimal priority on 15m.
Weight Weight: VRVP (SMA Zone) 0.30 High priority for trend filtering.
Filter Use RSI Filter True
Filter RSI Period 14 Standard, responsive setting.
Filter Use MACD Filter True
Экспортировать в Таблицы
2. Swing Trading / High Reliability (4H / 1D Timeframe)
Use these settings for signals intended to hold positions for days or weeks. They are heavily weighted towards long-term structural confirmation.
Parameter Category Parameter Name Value Notes
Threshold Signal Threshold (-1 to +1) 0.85 Highly restrictive, requires strong consensus.
Weight Weight: CVD 0.45 Highest priority for major buying/selling pressure.
Weight Weight: Open Interest 0.10 Low priority.
Weight Weight: Liquidations 0.05 Lowest priority (to filter short-term volatility).
Weight Weight: Funding Rate 0.10 Increased weight, useful for identifying market "overheating" on higher TFs.
Weight Weight: VRVP (SMA Zone) 0.30 High priority for trend confirmation.
Filter Use RSI Filter True
Filter RSI Period 21 Smoother, more reliable RSI for longer timeframes.
Filter Use MACD Filter True
Экспортировать в Таблицы
Daily LevelsThis indicator allows one to paste price levels from an outside source and draws lines at those levels. A level can be a line (1 price level) or a price range. It can also be identifies as a Major Level or a minor level. Individual notes can be entered at each level by placing the text in brackets (this type "{ }"). Text cannot include parentheses and dashes. Separate each day's levels with a date in brackets. Date format and bracket type bust be like this: . The lines for each level is drawn from 6pm on the prior date to 4:45pm of the date.
Trading/Range Tracker Advanced-> PROFABIGHI_CAPITAL🌟 Overview
The Trading/Range Tracker Advanced is a sophisticated breakout trading system that combines swing-based structure detection , impulsive candle filtering , and market condition analysis . It dynamically identifies ranging versus trending environments, validates entries with EMA trend confirmation , and offers flexible execution modes including a Sniper Mode for precision entries on explosive price movements.
⚙️ Mode and Style Settings
- Trading Mode Selection : Choose between long-only, short-only, or bidirectional trading
- Trade Style Configuration : Conservative mode (single position) or Aggressive mode (multiple concurrent trades)
- Sniper Mode Toggle : Enable impulsive candle requirement for higher-probability entries or disable for relaxed entry conditions
- Execution Flexibility : Adapt strategy behavior to match market conditions and risk appetite
📊 Swing Detection Framework
- Left Bar Lookback : Configurable pivot detection for swing high and low identification
- Right Bar Confirmation : Number of bars required to validate swing structure
- Line Extension Length : Visual display duration for swing level reference lines
- Body-Based Analysis : Uses candle body highs/lows instead of wicks for cleaner structure
- Dynamic Level Updates : Swing highs and lows continuously recalculated based on price action
📈 EMA Trend Confirmation System
Basis Mode:
- Single pair of short and long EMAs for unified trend determination
- Consistent trend reading across both long and short trade directions
- Simplified decision framework with one trend reference
Advanced Mode:
- Dedicated EMA pairs for long trend detection (e.g., 12/21)
- Separate EMA pairs for short trend detection (e.g., 8/16)
- Independent validation for each direction
- Enhanced precision through direction-specific momentum analysis
EMA Exit Trigger Options:
- Intrabar : Exit signal triggers in real-time during bar formation
- Closed Bar : Exit signal only confirmed at bar close for reduced false signals
⚡ Impulsive Candle Detection
Core Requirements:
- Size Multiplier : Candle range must exceed average true range by adjustable factor
- Volume Multiplier : Trading volume must exceed average volume by configurable threshold
- Body-to-Wick Ratio : Candle body must represent minimum percentage of total range
- Volume Check Toggle : Optional volume validation (disable for tickers with unreliable volume data)
Application:
- Breakout Validation : Impulsive candles indicate strong momentum behind price moves
- Entry Window : Number of bars after impulsive breakout to allow entry if trend confirms
- Sniper Mode Filter : When enabled, entries only permitted on impulsive candle breakouts
- Visual Highlighting : Impulsive candles colored distinctly for easy identification
📊 Range/Trend Detector Integration
Market Condition Classification:
- Range Detection : Identifies sideways consolidation periods using deviation pivot analysis
- Trending Up Detection : Recognizes sustained upward momentum
- Trending Down Detection : Identifies persistent downward pressure
- Dynamic Band Display : Upper, middle, and lower bands visualize market structure
Detector Decision Filter:
- Range Mode : Only trade in ranging conditions
- Trending Mode : Only trade in trending conditions (up or down)
- Off Mode : No market condition filter applied
Visual Indicators:
- Yellow Bands : Range-bound market conditions
- Blue Bands : Trending market conditions
- Transition Labels : "L" for long trend start, "S" for short trend start, "R" for range entry
- Candle Coloring : Optional market condition-based candle coloring
🎯 Entry Signal Generation
Long Entry Requirements:
- Price breaks above last swing high
- Impulsive candle present (if Sniper Mode enabled)
- EMA trend bullish (short EMA above long EMA)
- Within entry window after breakout
- Market condition matches Detector Decision filter
- Mode permits long trades
Short Entry Requirements:
- Price breaks below last swing low
- Impulsive candle present (if Sniper Mode enabled)
- EMA trend bearish (short EMA below long EMA)
- Within entry window after breakout
- Market condition matches Detector Decision filter
- Mode permits short trades
Breakout Tracking:
- Breakout Memory : System remembers when swing levels are breached
- Entry Window Counting : Tracks bars elapsed since breakout for time-based entry limit
- Breakout Reset Logic : New swing formation invalidates previous breakout signals
🛡️ Risk Management Framework
- Risk/Reward Ratio Configuration : Adjustable profit target multiplier (default 2.2:1)
- Stop Loss Offset : Percentage buffer applied to swing levels for execution safety
- Long Stop Placement : Below last negative bar low or swing low with offset
- Short Stop Placement : Above last positive bar high or swing high with offset
- Interim Level Reference : Uses most recent opposing candle body for tighter stops
- Dynamic Target Calculation : Take profit automatically derived from entry and stop distance
📤 Exit Management Logic
Stop Loss Exit:
- Long position: price touches or crosses below stop level
- Short position: price touches or crosses above stop level
- Trade closed at loss
Take Profit Exit:
- Long position: price reaches calculated target above entry
- Short position: price reaches calculated target below entry
- Trade closed at profit
EMA Reversal Exit:
- Basis Mode : Short EMA crosses below long EMA (long exit) or above long EMA (short exit)
- Advanced Mode : Direction-specific EMA pair reversal against trade direction
- Intrabar Trigger : Exit in real-time when EMA condition met (if selected)
- Closed Bar Trigger : Exit only after bar confirms (if selected)
- Exit classification: profit if price above/below entry, loss otherwise
🎨 Visualization Features
- Entry Arrows : Green triangles below bars for long entries, red triangles above bars for short entries
- Exit Markers : Dark blue triangles for profitable exits, purple triangles for losing exits
- Swing Lines : Yellow dashed horizontal lines showing swing high (SH) and swing low (SL) levels
- Swing Labels : "SH" text label at swing highs, "SL" text label at swing lows
- Stop/Target Lines : Red dashed line for stop loss, green dashed line for take profit
- EMA Trend Lines : Color-coded moving averages (green for bullish, red for bearish, gray for inactive)
- Range/Trend Bands : Upper, middle, and lower bands colored yellow (range) or blue (trending)
- Market Condition Labels : "L", "S", or "R" labels indicating trend or range transitions
- Trade Candle Coloring : Active positions colored green (long) or red (short)
- Impulsive Candle Highlighting : Orange background color when Sniper Mode detects impulse candles
👁️ Display Customization
- Range/Trend Toggle : Show or hide market condition bands and labels
- Conditional Swing Display : Swing lines only shown when Detector Decision criteria met
- Adjustable Line Length : Control how far forward swing and stop/target lines extend
- Customizable Color Scheme : Personalize colors for EMAs, signals, lines, and candles
- Mode-Based Visibility : Long-only mode hides short signals, short-only hides long signals
🔧 Advanced Configuration
Deviation Pivot Settings:
- Deviation Multiplier : Controls sensitivity of pivot detection for range analysis
- Depth Parameter : Minimum bars considered for pivot validation
- Source Selection : Choose price source for range calculations
- Band Offset Percentage : Adjustable buffer for upper and lower trend bands
Entry Window Management:
- Bars After Breakout : Time limit for entry following impulsive swing break
- Breakout Memory Persistence : System tracks valid breakouts until swing structure resets
- Window Expiration : Entries rejected if EMA confirmation arrives too late
Average Calculation Length:
- Impulse Detection Period : Number of bars for calculating average range and volume
- ATR Reference : Uses true range for label positioning and volatility awareness
🔔 Alert System
- Long entry alerts
- Short entry alerts
- Stop loss hit alerts (combined for both directions)
- Take profit hit alerts (combined for both directions)
- Long EMA exit alerts
- Short EMA exit alerts
- Impulsive candle detection alerts
✅ Key Takeaways
- Dual Market Awareness : Combines swing breakouts with range/trend classification for context-aware trading
- Impulsive Candle Filtering : Optional Sniper Mode ensures entries only on strong momentum candles
- Flexible EMA Framework : Choose between unified Basis mode or direction-optimized Advanced mode
- Market Condition Filtering : Trade only in preferred environments (range, trending, or both)
- Entry Window Control : Time-limited entry opportunity after breakouts prevents chasing
- Multi-Layered Confirmation : Requires swing break + impulse (optional) + trend alignment + condition match
- Interim Level Refinement : Uses most recent opposing candle bodies for tighter stop placement
- Comprehensive Visual Feedback : Range bands, swing levels, impulse highlighting, and trade candles for complete market picture
- Fully Customizable : Extensive inputs for swing detection, impulse criteria, EMA configuration, risk parameters, and display options
Advanced Market Structure Sniper -> PROFABIGHI_CAPITAL🌟 Overview
The Advanced Market Structure Sniper is a precision trading system that combines Break of Structure (BOS) and Change of Character (CHoCH) detection with multi-mode EMA trend confirmation . It identifies high-probability entry points through systematic swing analysis, offering flexible execution modes and comprehensive risk management with visual trade tracking.
⚙️ Mode and Style Settings
- Trading Mode Selection : Choose between long-only, short-only, or bidirectional trading
- Trade Style Configuration : Conservative mode (one trade at a time) or Aggressive mode (multiple concurrent positions)
- Directional Focus : Adapt strategy behavior to match market bias or trading preference
📊 BOS/CHoCH Market Structure Detection
- Swing Period Customization : Adjustable left and right bar lookback for structure pivot detection
- Break of Structure Identification : Recognizes when price decisively breaks through previous swing levels
- Change of Character Recognition : Detects early reversal signals when price crosses counter-trend structure
- Sequential Confirmation Logic : Requires CHoCH followed by BOS for validated directional bias
📊 Interim High/Low Swing Analysis
- Independent Swing Detection : Separate pivot parameters for more granular structure analysis
- Stop Loss Reference Points : Identifies recent swing extremes for risk placement
- Candle Body Analysis : Uses body highs/lows rather than wicks for cleaner structure identification
- Dynamic Level Tracking : Continuously updates swing references based on price action
📈 EMA Trend Confirmation System
Basis Mode:
- Single pair of short and long EMAs for straightforward trend determination
- Unified trend reading for both long and short trade validation
- Simplified decision-making with one trend reference
Advanced Mode:
- Separate EMA pairs for long trades and short trades
- Independent trend validation for each direction
- Enhanced precision through direction-specific momentum filters
- Greater flexibility in volatile or ranging markets
🎯 Entry Signal Generation
Long Entry Requirements:
- CHoCH detected (bearish structure broken)
- BOS confirmed (bullish structure established)
- EMA trend alignment (short EMA above long EMA or long-specific EMAs bullish)
- Mode permits long trades
Short Entry Requirements:
- CHoCH detected (bullish structure broken)
- BOS confirmed (bearish structure established)
- EMA trend alignment (short EMA below long EMA or short-specific EMAs bearish)
- Mode permits short trades
🛡️ Risk Management Framework
- Risk/Reward Ratio Configuration : Adjustable profit target multiplier based on stop distance
- Stop Loss Offset : Percentage buffer applied to interim swing levels for execution safety
- Long Stop Placement : Positioned below recent interim swing low with offset
- Short Stop Placement : Positioned above recent interim swing high with offset
- Dynamic Target Calculation : Take profit automatically calculated from entry and stop levels
📤 Exit Management Logic
Stop Loss Exit:
- Price reaches calculated stop level
- Trade closed at loss
Take Profit Exit:
- Price reaches calculated target level
- Trade closed at profit
EMA Reversal Exit:
- Basis Mode: EMA crossover against trade direction
- Advanced Mode: Direction-specific EMA pair reversal
- Exit classification based on whether price is above or below entry (profit vs. loss)
🎨 Visualization Features
- Entry Arrows : Green triangles below bars (long), red triangles above bars (short)
- Exit Markers : Blue for profitable exits, purple for losing exits
- BOS/CHoCH Labels : Directional labels marking structure breaks and character changes
- Swing Lines : Yellow dashed lines showing active pivot levels with customizable extension length
- Stop/Target Lines : Red dashed line for stop loss, green dashed line for take profit
- EMA Trend Lines : Color-coded moving averages indicating trend direction (green for bullish, red for bearish)
- Candle Coloring : Active trade candles colored green (long) or red (short) for clear position tracking
👁️ Display Customization
- Toggle BOS/CHoCH Labels : Show or hide structure break annotations
- Toggle Swing Lines : Control visibility of pivot level lines
- Adjustable Line Length : Set how many bars forward to extend reference lines
- Customizable Color Scheme : Personalize colors for signals, lines, and trend indicators
🔔 Alert System
- Buy signal alerts
- Sell signal alerts
- Long exit (profit and loss) alerts
- Short exit (profit and loss) alerts
- CHoCH detection alerts for both directions
- BOS detection alerts for both directions
✅ Key Takeaways
- Sequential Confirmation : Requires CHoCH → BOS → EMA alignment for robust entry validation
- Dual-Mode Flexibility : Choose between simplified Basis mode or precision Advanced mode with direction-specific EMAs
- Conservative vs. Aggressive : Trade style determines position management (single trade focus or multiple simultaneous positions)
- Structure-Based Risk Placement : Stop losses anchored to swing extremes rather than arbitrary levels
- Multi-Exit Strategy : Combines fixed targets with dynamic EMA-based exits for adaptive position management
- Comprehensive Visual Feedback : Clear on-chart display of structure, signals, and active trade parameters
- Fully Customizable : Extensive input options for swing detection, EMA periods, risk parameters, and display preferences
Combined Multi MAs with Floor Pivots and CPR ramlakshmanCombined Multi MAs with Floor Pivots and CPR ramlakshman das
007 GC"Golden EYE" 007 GC is used to quickly identify reversals on GC/MGC with clear entries and exits.
Intraday High & Low Labels On CandlesTracks today’s high and low dynamically as the bars come in. Works on any intraday timeframe (1m–4h)